/* CSS Document */

body {
	background-color: #4f495c;
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.page {
	background-image: url(images/top-left.png);
	background-position:left top;
	background-repeat:no-repeat;
	width:950px;
	background-color: #fdeeb4;	
	text-align:left;
	margin-top:0px;
	padding-top: 32px;
	position: absolute;
}

h1 {
	margin-left:50px;
	color: #292c2e;
	font-size: 32px;
	font-family:"Times New Roman", Times, serif;
}
h2 {
	font-size:21px	
}

#header {
	background-color: #ffd100;
	margin-left:253px;
	margin-top:10px;
	height:38px;
}

.menuBox {
	margin-left: 305px;
	margin-top:10px;
	
	padding-bottom:10px;
}

.menu {
	text-decoration:none;
	color:#292c2e;
	font-family:Verdana, Geneva, sans-serif;
	padding:10px;
	border-right: 1px solid #ffd100;
	font-weight:bold;
}
.menu:hover {
	text-decoration:none;
	background-color:#ffd100	;
}
.content {
	border-top: 1px solid #ffd100;
	width: 828px;
	margin-left: 120px;
}
.left {
	width: 350px;
	padding:10px;	
	float:left;
}
.right {
	width: 456px;
	float:left;	
	border-left: 1px solid #ffd100;
	border-bottom: 1px solid #ffd100;
}

.clear {
	clear:both;	
}

.pics {
	width:828px;
	float:left;	
	
}
.imageBorder {
	padding:0px; 
	margin:0px;
	border:1px solid #ffd100;	
}
.thickbox {
margin:0px;
padding:0px;	
}
.cell {
	width: 30%;	
	float:left;
	padding:10px;
}
.logos {
	width: 100px;
	float:left;
	margin-top:200px;
	margin-left:10px;
}

.homeLogo {
	padding-top:10px;		
}
