 /* Background */
body{
	background: #9C9C4F;
	margin: 0;
	padding: 20px;
}

 /* Content and menu holder */
#holder{
	position: relative;
	left: 50%;
	width: 720px;
	margin-left: -360px;
	background: #ffffff 335px 0 no-repeat;
	border-left: 20px black solid;
	border-right: 20px black solid;
}

 /* Logo Header */
#header{
	position: relative;
	width: 680px;
	height: 85px;
	left: 50%;
	margin-left: -360px;
	border-left: 20px black solid;
	border-right: 20px black solid;
	border-top: 20px black solid;
	background: white;
	padding: 20px;
}

 /* Header style (not used) */
#header h1{
	font: bold 1.5em/200% Georgia, serif;
	color: #000000;
	margin: 0;
	padding: 0 .7em 0;
	background: white;
	border-bottom: 20px black solid;
	text-align: center;
	border-top: 20px black solid;
}

 /* Sheet title under header */
#title{
	position: relative;
	width: 740px;
	left: 50%;
	margin-left: -360px;
	background: #000000;
	padding: 0px 0px 0px 20px;
}

 /* Styles in the title */
#title h2{
	font: bold 1.5em/200% Georgia, serif;
	color: #ffffff;
	margin: 0;
	padding: 0 .7em 0;
}


 /* Content box inside the holder */
#content{
	position: relative;
	left: 0;
	padding: 20px 20px 20px 40px;
	width: 640px;
}

 /* Styles the h3 header tag */
#content h3{
	font: 1.4em/100% georgia, Sans-Serif;
	color: black;
	margin: 0;
	padding: 10px 5px 0 0;

}

 /* Styles the p-tag (the paragraphs). */
#content p{
	font: .8em/150% georgia, Sans-Serif;
	text-align: justify; /* You can also use: justify, center and right. Try them! */
	margin: 0;
	padding: 10px 5px 1em 5px;
}

#content p img.floatleft{
	float: left;
	margin: 0 13px 5px 0;
	border: 5px black solid;
}

#content p img.floatright{
	float: right;
	margin: 0px 0px 5px 13px;
	border: 5px black solid;
}

 /* Styles quotes displayed as block-elements. */
#content blockquote{
	margin: 0 5px 0 20px;
	padding: 6px;
	font: .9em georgia, Sans-serif;
	border-left: 1px black dashed;
	background: white;
	text-align: justify;
}

#content blockquote:hover{
	border-left: 1px black dashed;
	background: #CCCC99;
}

 /* Puts > Quote: " < in front of everything inside the quote, so you don't have to! */
#content blockquote:before{
	content: "Quote: " open-quote;
	font-weight: bold;
	font-style: italic;
}

 /* Puts a > " < after the quote. */
#content blockquote:after{
	content: close-quote;
	font-weight: bold;
	font-style: italic;
}

 /* Styles the links inside the content-box. */
#content a{
	color: #9C9C4F;
	text-decoration: none;
	background: white;
	font: 1.0em georgia, Sans-serif;
}

 /* Gives the links a hover-effect. */
#content a:hover{
	color: white;
	background: #9C9C4F;
	text-decoration: none;
	text-decoration: none;
	font: 1.0em georgia, Sans-serif;
}

 /* Box which holds and aligns the menu to the right. */
#menu {
	position: relative;
	width: 740px;
	left: 50%;
	margin-left: -360px;
	width: 740px;
	padding: 0px 0px 0px 20px;
	background-color: #000000;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 5px 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	background-color: #9C9C4F;
}

/* Tags which holds each link in the menu. */
#menu p{
	background: white;
	display: block;
	font: .8em/20px verdana, sans-serif;
	color: black;
	text-decoration: none;
	margin: 0;
	padding: 0px 0px 0px 20px;
}

 /* A form. */
#menu form{
 	margin: 0;
	padding: 4px;
}

 /* Styles the text-input. */
#menu input.text{
	width: 100px;
	margin: 0 0 1px 0px;
	padding: 0px;
	background: white;
	border: 2px black solid;
	font: .7em georgia, sans-serif;
	color: #000000;
}

 /* Styles the button. */
#menu input.button{
	width: 50px;
	margin: 0 0 2px 0px;
	padding: 0px;
	background: white;
	border: 1px black solid;
	font: .7em georgia, sans-serif;
	color: #000000;
}

 /* Changes the text and button background color */
#menu input.text:focus, #menu input.button:focus{
	background: #ffffff;
}


 /* The box which holds the footer. */
#footer{
	position: relative;
	width: 700px;
	left: 50%;
	margin-left: -360px;
	border-top: 20px black solid;	
	border-left: 20px black solid;
	border-right: 20px black solid;
	border-bottom: 20px black solid;
	background: white;
	padding: 10px;
}







 /* The footer. */
#footer h5{
	font: .8em/300% georgia, Sans-Serif;
	color: black;
	margin: 0;
	padding: 0 0 0 1em;
	background: white;
	text-align: left;
	/* border-top: 20px black solid; */
	/* border-bottom: 20px black solid; */

 /* Styles the links in the footer box */
#footer a{
	color: black;
	font-weight: none;
	text-decoration: none;
}

 /* Gives the links a hover-effect. */
#footer a:hover{
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}








 /* Gives the acronyms a dotted bottom-border, so IE knows that it is an acronym. */
acronym{
	border-bottom: 20px #000000 dotted;
}

 /* This inludes the acronym description, when printed. */
@media print{
 acronym:after{
  content: " (" attr(title) ")";
 }
}
 