@charset "utf-8";
/* CSS Document */

body {
	background-color: #cccccc;
	margin: 0 auto;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	z-index:auto;
}

#wrap {
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	margin: 0 auto;
	text-align:left;
	width: 818px;
	height:100%;
	}

/* Header */
#banner { margin: 0 0 0 17px; border: 0;}
#header h1 { margin: 0 0 0 17px; font-size: 48px; color: #669999;}

/* Navigation */
#nav {background-color:#000; margin: 7px 0 0 17px; width: 782px; height: 32px; text-indent: 322px; font-size: 22px; word-spacing: 40px; color:#FFF;}
#nav a {color:#ffff33; text-decoration:none;}
#nav a:hover {color:#FFF; text-decoration:underline;}
#nav a:visited {color: #FFFF33;}

/* Sidebar */
#sidebar { background-image:url(images/sidebar.jpg); background-repeat: no-repeat; height: 445px; width: 161px; margin:24px 0 0 8px; text-indent: 8px; float:left; }
#sidebar h1 {color: #fff333; font-size:17px; position:relative; top:15px}
#sidebar b {color: #669999; font-size: 13px; position:relative; top:50px; margin: 0 0 0 8px; line-height:20px;}
#sidebar p {color: #333; font-size: 11px; position:relative; top: 35px; line-height: 20px;}
#sidebar li {color: #333; font-size: 11px; position:relative; top: 45px;  line-height: 15px; list-style:none; }
#sidebar ul {color: #333; font-size: 11px; text-indent:-30px; line-height: 20px; list-style:none; line-height: 15px; list-style:none; }

/* Main Content */
#main {width: 613px; height: 467px; float:right; margin: 7px 11px 0 10px; text-align:left; }
#main h1 {font-size:30px; color:#006666; padding: 0 0 19px 42px;}
#main p {font-size:14px; color:#333; padding:0 165px 0 0; line-height:17px;}
#main h2 {font-size:24px; color:#900;}
#main li{font-size:14px; color:#900; list-style:circle;}
#main a:link {color:#006666; text-decoration:none; }
#main a:hover {color:#900; text-decoration:none; }
#main a:visited {color:#900; text-decoration:none; }
#main a:active {color:#900; text-decoration:none; }
.sab {font-size:14px; color:#006666;}
.quote {font-size:22px; color:#900;}
.content {color: #666; font-size:14px; line-height:17px;}

/* Image */
#image {float: right; width: 158px; height: 224px; padding: 0 7px 0 0}

/* Footer */
#footer {width:570px; height:71px; text-align:center; margin:8px 0 0 120px }

/* Other */
.clearflt {clear:both; }
