

body {
	background: #FFFFFF url(layout_css/images/.jpg) repeat;
	font-family: Trebuchet, Verdana, Arial, sans-serief;
	font-size: 12px;
}

#entire {
	position: relative;
	background: #FFFFFF;
	width: 1024px;	
	padding: 10px;
	margin: 0px auto;
}


#maincontent {
	position: relative;
	background: #FFFFFF;
	border: 1px solid #000;
	padding: 10px;
}


#header {
	position: relative;
	background: #FFFFFF;
	margin-bottom: 10px;
}


#navigation {
	position: relative;
	float: left;
	width: 225px;
	background: #CCCCCC;
	padding: 10px;
}


#nav1 {
	position: relative;
	float: left;
	width: 225px;
	background: #CCCCCC;
	text-align:center;
	height: 60px;
	border-bottom: dashed;
	border-bottom-width:thin;
}

#nav2 { 
	position: relative;
	float: left;
	width: 225px;
	background: #CCCCCC;
	text-align:center;
	margin-top: 15px;
	height: 118px;
	border-bottom: dashed;
	border-bottom-width:thin;
}

#nav3 { 
	position: relative;
	float: left;
	width: 225px;
	background: #CCCCCC;
	text-align:center;
	margin-top: 15px;
	height: 30px;
	border-bottom: dashed;
	border-bottom-width:thin;
}
#contentbody {
	position: relative;
	float: left;
	width: 750px;
	background: #00FF00;
	padding: 0px;
}


#footer {
	position: relative;
	background: #FFFFFF;
	margin-top:10px;
	text-align: center;
}

.clear {
	clear: both;
	height: 1p;
}
