body{
	margin:5px;
	font-family:verdana, arial;
}

#divPage{
	margin:10px auto 10px auto;
	width:750px;
}

#divHead_logo{
	width:100%;
}

#divHead_logo{
	float:left;
	
	width:191px;
	height:120px;
	
	background-image: URL("images/slice_r1_c1.png");
	background-repeat:no-repeat;
}

#divHead_title{
	float:left;
	
	width:559px;
	height:120px;
	
	background-image: URL("images/slice_r1_c2.png");
	background-repeat:no-repeat;
}

#divHead_title h1,h2{
	margin-top: 18px;
	padding-left: 100px;
	padding-right: 20px;
	
	text-align: right;
	
	color: #003300;
	font-style: italic;
}

#divNav{
	width:100%;
	height: 43px;
}

#divNav_logo{
	float:left;
	
	width: 191px;
	height: 43px;
	
	background-image: URL("images/slice_r2_c1.png");
	background-repeat:no-repeat;
	color:#335533;
}

#divNav_links{
	float:left;
	
	width: 559px;
	height: 43px;
	
	background-image: URL("images/slice_r2_c2.png");
	background-repeat:no-repeat;
	color:#335533;
	
	white-space: nowrap;
}

#divNav_links ul{
	margin: 12px;
	padding: 0px 0px 0px 5px;
}

#divNav_links li{
	display: inline;
	list-style-type: none;
}

#divNav_links a{
	border: 1px solid #94ba89;
	
	background-image: URL("images/nav_link.png");
	background-repeat:repeat-x;
	color:#335533;
	
	padding: 4px 36px;
	
	font-size: 16px;
	text-align: center;
	text-decoration: none;
}

#divNav_links a:hover{
	background-image: URL("images/nav_link_h.png");
	background-repeat:repeat-x;
	color:#335533;
}

#divMain{
	float: left;
	width: 100%;
	
	background-image: URL("images/slice_r3_c1.png");
	background-repeat: repeat-y;
}

#divMenu{
	float: left;
	width: 191px;
}

#divBody{
	float: left;
	width: 557px;
	min-height: 200px;
	
	border: solid #94ba89;
	border-width: 0px 1px 0px 1px;
	
	background-image: URL("images/slice_r3_c2.png");
	background-repeat: repeat-x;
}

#divBody div{
	margin: 8px;
}

#divFoot{
	float: left;
	margin: 0px;
	width: 100%;
	
	background-image: URL("images/slice_r4_c2.png");
	text-align: center;
}

#divFoot #l{
	float: left;
	margin: 0px;
	width: 192px;
	height: 35px;
	
	background-image: URL("images/slice_r4_c1.png");
}

#divFoot #r{
	float: right;
	margin: 0px;
	width: 192px;
	height: 35px;
	
	background-image: URL("images/slice_r4_c3.png");
	background-repeat: no-repeat;
	background-position: top right;
}

#divFoot #c{
	margin-top: 14px;
	font-size: 14px;
	font-style: italic;
}

/* Fonts */

.h1{
	margin:0px;
}
h2{
	margin:5px;
	font-weight: normal;
}

.p{
	margin:0px;
}