﻿/* CSS Layout For Brad Shaffer's Homepage */

body {
	
	background-color: #234D80;
	width: 800px;
	font-family: Verdana, Tahoma, "Trebuchet MS";
	color: white;
	font-size: small;
	margin-left: auto;
	margin-right: auto;
}

#header {

	background-image: url('images/bradshafferheader.gif');
	background-repeat: no-repeat;
	height: 75px;
}

#container {
	
	background-color: #7A8134;
	width: 800px;
	height: 500px;
		
}

#nav {
	
	height: 30px;
	background-color: #802722;
	
}

#maincontent {
	
	height: 500px;
	padding: 20px;
	width: 275px;
	float: left;
}

#picture {
	
	width: 325px;
	height: 500px;
	float: right;
	padding-top: 15px;
}


#footer {
	
	background-color: #515151;
	height: 15px;
	font-size: x-small;
	text-align: center;
}

a {
	color: white;
	text-decoration:none;
}

a:hover {
	color: white;
	font-weight: bold;
	text-decoration:underline;
}

a:visited {
	color: white;
}