@charset "utf-8";
html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS";
	font-size: 14pt;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	background-attachment: scroll;
	line-height: 1.5em;
	color: #FFF;
}



#container {
	width: 900px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
} 
#logo {
	width: 900px;
}
#header {
	float: left;
	width: 50px;
	margin-top: 50px;
	margin-right: 10px;
}
#content {
	width: 450px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 30px;
} 

#content  img {
	padding: 10px;
	border: 1px dotted #FFF;
	background-color: #333;
	margin-right: 5px;
	margin-bottom: 5px;
}
#content img:hover {
	padding: 10px;
	border: 1px dotted #FFF;
	background-color: #000;
}

#content a {
	color: #FF0;
}
#sidebar {
	width: 170px;
	float: left;
	margin-top: 25px;
}
#sidebar ul {
	float: left;
	width: 170px;
	list-style: none;
	position: relative;
	bottom: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
}
#sidebar a {
	display: block;
	color: #FF0;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 38px;
	padding-left: 0px;
	font-family: "Courier New", Courier;
	font-size: 14px;
	text-align: right;
	padding-bottom: 5px;
	margin: 0px;
	font-weight: bold;
}
#sidebar a:hover {
	color: #FFF;
	background-image: url(../images/highlight.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#sidebar a.on {
	color: #FFF;
	background-image: url(../images/highlight.png);
}
#sidebar li .sub2 {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #0F0;
}
#sidebar li .sub2emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF0;
}

#content p {
	text-align: justify;
}
h1 {
	color: #FF0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	padding-bottom: 10px;
	font-size: 24px;
}






h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h4 {
	color: #FF0;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 2em;
}

p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height: 1.5em;
}

