@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#666;
	font-size:62%;
	}
	
#wrapper {
	position:relative;
	width:900px;
	margin:0 auto;
	text-align: left;
	background-color:#FFFFFF;
	height: 700px;
	}
	
#clear {
	clear:both;
	}

#columnA {width:300px;
	height:700px;
	float:left;
	padding-top:300;
	}
	
#columnB {
	width:600px;
	height:700px;
	float: right;
	}
	
#one {
	width:160px;
	height:700px;
	float:left;
	}
	
#two {
	width:140px;
	height:700px;
	float:right;
	background-color: #EBEBEB;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 180px;
	color: #BFCE30;
	font-weight: normal;
	padding-left: 25px;
}
	
#three {
	width:450px;
	height:700px;
	float:left;
	}
	
#four {
	width:150px;
	height:700px;
	float:right;
	}
	
#one a {
	color: #8F8F8F;
	text-decoration: none;
	display: block;
	margin: 0px 10px;
	padding: 8px 8px 8px 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
#one a:hover {
	background-color: #FFFFFF;
	color: #212121;
}

#two a {
	color: #8F8F8F;
	text-decoration: none;
	display: block;
	margin: 0px 10px;
	padding: 8px 8px 8px 14px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#two a:hover {
	color: #212121;
}

#three #contenthead {
	height: 450px;
	width: 450px;
}

#three #content {
	width:265px;
	height:250px;
	float:left;
	background-color:#F7F7F7;
	}
h2 {
	font-size: 11px;
	padding: 10px 10px 5px;
	font-weight: bold;
	color: #999999;
}
p {
	line-height: 1.7em;
	padding: 10px;
	color: #333333;
}
	
#three #contentsidebar {
	width:185px;
	height: 250px;
	float: right;
	background-color:#EBEBEB;
	}
	
#three #bottom {
	background-color: #FFCC33;
	clear: both;
	height: 50px;
	width: 450px;
}

