/* Layout */

/* Page */

.page {
	width:800px;
	height:700px;
	padding:10px 10px 40px 10px;
	margin-top:25px;
}

/* Menu */ 
.header {
	height:250px;
	width:800px;
}

/* Main Content */
.content {
	width:755px;
	height:435px;
	overflow:auto;
	text-align:justify;
	margin:2px 0px 10px 0px;
	padding:10px;
}

#colContent {
	float:left;
	width:350px;
	margin-right:5px;
}

#contentImg {margin:0px 0px -35px 0px;}

#contentImgRight {
	float:right;
	margin:0px 2px 0px 15px;
}

#contentImgLeft {
	float:left;
	margin:0px 15px 0px 0px;
}

#contentBlock{clear:both;}

form{text-align:center;}

select {width:300px;}

/* footer space */
.footer {
	height:25px;
	clear:both;
	width:800px;
}

#footerNav a {	
	padding:5px;
	display:inline;
}