/* CSS Document */
* { 
margin: 0; 
padding: 0; 
} 

body {
	background: #CCCCCC;
	min-width: 780px;
	text-align: center;
}

#wrapper {
	
	padding: 3px;
	margin: 0px;
	border: solid 1px;
	background: #FFFFCC;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	height: 583px;
	overflow: hidden;
}

#header {
	height: 125px;
}

#mainpic {
	
	height: 300px;
	border: solid 1px;
	float: left;
	margin-bottom: 3px;
	padding: 0px;
}

#toprightpic {
	width: 227px;
	height: 292px;
	border: solid 1px black;
	float: right;
	margin: 0px;
	padding: 0px;
	background: #333333;
	color: white;
	font-family: arial;
	font-size: 12px;
	padding-top: 8px;
	
}

#bottomleft {
	width: 536px;
	height: 141px;
	overflow: hidden;
	border: solid 1px;
	float: left;
	background: #710000;
	text-align: left;
	color: white;
	font-family: arial;
	font-size: 12px;
	padding: 5px;
}

#bottomright {
	width: 227px;
	height: 150px;
	border: solid 1px;
	float: right;
	
}

h4 {
	color: white;
	font-family: arial;
	padding: 0px;
}

a 		{ color: #CCCCCC;
		font-family: arial;
		font-size: 25px;
		text-decoration: none;
}

a:visited { color: #CCCCCC;
		font-family: arial;
		font-size: 25px;
		text-decoration: none;
		
}
a:hover { color: #FFFFFF;
		font-family: arial;
		font-size: 25px;
		text-decoration: none;
}
#footer {
		font-family: arial;
		font-size: 14px;
}




