/* CSS Document */

body {
	background-image:url(../images/bg-2.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration:none;
	margin-top:0px;
	}

a:link {color:#FFFFFF; text-decoration:none}
a:visited {color:#FFFFFF; text-decoration:none}
a:hover {color:#FF9900; text-decoration:line-through}
a:active {color:#FFFFFF; text-decoration:none}

#container {
	width:630px;
	margin:0px auto;
	border-left: 1px dashed #AD711F;
	border-right: 1px dashed #AD711F;
	border-bottom: 1px dashed #AD711F;
	height:100%;
	}
	
#header {
	width:100%;
	height:225px;
	background-repeat:no-repeat;
	background-color:#000000;
	}
	
#nav {	
	font-family:"Courier New", Courier, mono;
	background-color:#000000;
	width:605px;
	height:20px;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:25px;
	vertical-align:text-bottom;
	/* shorthand border */
	border-top: 1px dashed #AD711F;
	border-bottom: 1px dashed #AD711F;
	}

#nav a:link {color:#F1B841; text-decoration:none; font-size:14px}
#nav a:visited {color:#F1B841; text-decoration:none; font-size:14px}
#nav a:hover {color:#CC6600; text-decoration:line-through; font-size:14px}
#nav a:active {color:#000000; text-decoration:none; font-size:14px}

#content {
	width:100%;
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	}

#content_box {
	width:95%;
	padding:10px;
	margin:0px auto;
	padding-top:20px;
	}

#content_box .h1 {
	background-image:url(../images/h1_3.gif);
	background-repeat:no-repeat;
	font-family:"Courier New", Courier, mono;
	font-size:14px;
	color:#F1B841;
	padding-top:6px;
	padding-bottom:3px;
	padding-left:15px;
	text-align:left;
	}
	
#content_box .h2 {
	background-image:url(../images/h2.gif);
	background-repeat:no-repeat;
	font-family:"Courier New", Courier, mono;
	font-size:14px;
	color:#FF9900;
	padding-top:6px;
	padding-bottom:3px;
	padding-left:15px;
	text-align:left;
	}
	
	
#content_box .h3 {
	background-color:#000000;
	background-repeat:no-repeat;
	font-family:"Courier New", Courier, mono;
	font-size:12px;
	color:#FF9900;
	text-align:left;
	}
	
#content_h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#FFFFFF;
	font-size:12px;
}
	
#content_box p {
	text-align:justify;
	}
	
#callouts {
	width:183px;
	background-color:#000000;
	margin:0px auto;
	border-top: 1px dashed #AD711F;
	border-left: 1px dashed #AD711F;
	border-right: 1px dashed #AD711F;
	border-bottom: 1px dashed #AD711F;
	padding:6px;
	margin-bottom:20px;
	color:#999999;
	}

#footer {
	width:100%;
	height:20px;
	background-color:#000000;
	padding-top:3px;
	color:#666666;
	text-align:center;
	margin:0px auto;
	}
	
#footer a:link {color:#666666; text-decoration:none}
#footer a:visited {color:#666666; text-decoration:none}
#footer a:hover {color:#FFFFFF; text-decoration:line-through}
#footer a:active {color:#000000; text-decoration:none}


	
