/* CSS Document */

body { 
	margin:0; 
	background-image: url(pics/bkgd120.gif);
	background-repeat: repeat;
}

#header ul { margin:125px 0 0 .3cm; padding:0; list-style:none; }
#header ul li { padding:1px .6cm; float:right; }
#header ul li a { text-decoration:none; color:#50377b; font-weight:bold; }
#header ul li a:hover { color:#9177be; }

#wrapper {
	margin:10px auto;
	width:852px;
}

#header {
	overflow:hidden;
	min-height:167px;
	background:#fff url("pics/header_withnavbar.jpg");	
}

#content {
	padding:5px;
	float:left;
	width:842px;
	overflow:hidden;
	min-height:100px;
	background:#fff;
}

#sub_content1 {
	padding:5px;
	float:left;
	width:416px;
	overflow:hidden;
	min-height:451px;
	background:#fff;
}

#sub_content2 {
	padding:5px;
	float:right;
	width:416px;
	overflow:hidden;
	min-height:450px;
	background:#fff;
}

#footer {
	padding:5px;
	overflow:hidden;
	min-height:inherit;
	background:#fff;
	text-align:right;
	font-size:11px;
	clear:both;
}


