/* CSS Document */

body{
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
	background-color: #fff;
	}
h2{
	font-size: 110%;
	font-weight: bold;
	color: #143D8D;
}
h3{
	font-size: 80%;
	font-weight: bold;
	font-style: italic;
}
h4{font-weight: bold;}

#container{
	margin: 1em auto;
	width: 750px;
	text-align: center;
	background-color: #fff;
	border: 1px solid black;
}
#header{
	margin: 15px 15px 0 15px;
	padding: 10px 0 -10px 0;
	text-align: center;
	}
#headerimg{
	height: 131px;
	width: 716px;
	background-image: url(images/bobspaintlandlogo.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#mainnav{
	padding: 2px;
	border-top: 1px solid #E1A825;
	border-bottom: 1px solid #E1A825;
}
#mainnav ul{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%
}
#mainnav li{
	display: inline;
	padding: 0 5px;
	color: #E1A825;
	font-weight: bold;
}
#mainnav li a{
	text-decoration: none;
	color: #143D8D;
}
#mainnav li a:hover{
	text-decoration: none;
	color: #ED1C24;
}
#menu{
	float: left;
	width: 165px;
	height: 250px;
	margin: 15px;
	border-right: 1px solid black;
	padding-right: 15px;
}
#img{
	float: left;
	width: 150px;
	margin: 15px;
	text-align: center;
	border-right: 1px solid black;
	padding-right: 15px;
}
#content{
	padding: 15px;
	text-align: left;
	background-color: #fff;
}
#content a{
	text-decoration: underline;
	color: black;	
}
#content a:hover{
	text-decoration: underline;
	color: #ED1C24;
}
#contentimg1{
	
}

#footer{
	clear: both;
	padding: 2px 5px 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 75%;
	border-top: 1px solid black;
	background-color: #eef3f9;
}
#footerleft{
	float: left;
}
#footerleft ul{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
}
#footerleft li{
	display: inline;
	padding: 0 5px;
	color: #666666;
	border-right: 1px solid #666666;
}
#footerleft li a{
	text-decoration: underline;
	color: #666666;
}
#footerleft li a:hover{
	text-decoration: underline;
	color: #000000;
}