/* Global Tags */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-image: url(images/background.jpg);
	background-position: center;
	background-repeat: repeat-y;
	color: #235252;
	font-family: Verdana, Arial, Helvetica;
	color: #000033;
	font-size: 11px;
}
a:link, a:active, a:visited {
	color: #2C2D3A;
	text-decoration: none;
}
a:hover {
	color: #5C7A98;
	text-decoration: none;
}
img {
	border-width: 0px;
}



/* IDs */

#wrap {
	width: 778px;
	height: 100%;
	margin: 0px auto;
}
#header {
	position: relative;
}
#graphic {
	border: solid #000033;
	border-width: 1px 0;
	height: 160px;
	top: -40px;
}
#sidebar {
	float: left;
	width: 180px;
	background-image: url(images/verticalline.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
#main {
	float: right;
	width: 598px;
}


/* Classes */

.highlight {
	height: 80px;
	width: 80px;
}
.clear {
	clear: both;
	height: 1px;
}
.left {
	position: relative;
	float: left;
	width: 230px;
	margin-right: 8px;
}
.left p {
	margin: 0px;
}




/* Sidebar Styles */

#sidebar ul {
	margin-top: 0px;
}
#sidebar li {
	list-style: none;
}
#sidebar p {
	margin: 10px 25px;
	text-align: justify;
	line-height: 16px;
}
#sidebar h2 {
	font-family: century gothic, trebuchet ms, arial;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 15px 25px 0px 25px;
	color: #235252;
}



/* Main Styles */

#main p {
	margin: 5px 50px 15px 50px;
	text-align: justify;
	line-height: 16px;
}
#main h1 {
	font-family: century gothic, sans serif;
	font-size: 20px;
	letter-spacing: 2px;
	text-transform: lowercase;
	color: #235252;
	margin: 15px 50px 10px 50px;
}
#main h2 {
	font-family: trebuchet ms, arial;
	font-size: 10px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 20px 50px 0px 50px;
	color: #235252;
}
#main .hr {
	background-image: url(images/horizontalline.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 1px;
	margin: 15px auto;
}
#main img {
	position: relative;
	float: left;
	padding: 3px;
	background-color:#333333;
	margin: 0 15px 10px 0;
}
#main ul {
	margin: 5px 50px 15px 40px;
	text-align: justify;
	line-height: 16px;
}
#main li {
	list-style: none;
}