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

body, html{
	text-align:center;
	margin:0px;
	padding:0px;
	height:102%; /* fix height to 100% for IE */
	max-height:102%; /* fix height for other browsers */
}


body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-color: #151515;
}

#wrapper {
	width: 800px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	margin:0 auto;
	background-image:url(layout-img/content-bg.jpg);
	background-repeat:repeat-y;
}

#header{
	background-image:url(layout-img/header.jpg);
	background-repeat:no-repeat;
	height: 200px;
	}
	
#header .quick-links{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CCCCCC;
	text-align:left;
	padding-left:10px;
	padding-top:5px;
	font-weight:bold;
	}
	
#header .quick-links a{
	color: #CCCCCC;
	font-weight:bold;
	text-decoration:none;
	}
	
#header .quick-links a:hover{
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	}
	
#content{
	width: 800px;
	text-align:left;
	overflow: auto; 
	position:relative;
	clear:both;
	}

#col1{
	width: 192px;
	float:left;
	padding:20px 10px 10px 5px;
	margin-bottom:50px;

}

#col1 ul.nav{
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;

	}
	
#col1 ul.nav li{
	color: #421e4c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-bottom:10px;
	}

	
#col1 ul.nav a{
	color: #421e4c;
	text-decoration:none;
	}

#col1 ul.nav a:hover{
	color:#333333;
	text-decoration:none;
	}

#col1 .current{
	color: #000;
	text-decoration:none;
	}

#col2{
	width: 553px;
	padding:10px 20px 10px 20px;
	float:right;
}

#col2 h1{
	font-size:22px;
	font-weight:bold;
	}
	
#col2 h2{
	font-size:18px;
	font-weight:bold;
	border-bottom: #000 1px solid;
	}

#col2 table tr, td{
	vertical-align:top;
	text-align:center;
	}
	
#col2 img{
	border: none;
}

#col2 a{
	color: #421e4c;
	}

#col2 a:hover{
	color: #151515;
}

#footer{
	width: 800px;
	height: 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#421e4c;
	color: #fff;
	line-height:30px;
	}
	
#footer a{
	color: #CCCCCC;
	}
	

	
