/*
Stylesheet for air-rageous.com
Written by Jennifer Lampe
June 2006
*/

body {
	font-family: verdana, arial, times;
	font-size: 9pt;	
}

#page {
	margin: auto;
	background-image: url(images/blocks.jpg);
	width: 800px;
	background-repeat: repeat-y;
}

#top {
	width: 100%;
	height: 169px;
	background-image: url(images/header.jpg);
}

#middle {
	width: 100%;
}

#bottom {
	width: 100%;
	background-color: #3224D9;
	color: white;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#bottom img {
	vertical-align: middle;
}

#nav {
	width: 500px;
	height: 30px;
	position: relative;
	left: 150px;
	top: 139px;
	line-height: 30px;
}

#middle_left {
	width: 150px;
	float: left;
}

#middle_middle {
	width: 500px;
	float: left;
	padding: 10px;
}

#middle_right {
	width: 150px;
	float: left;
}

.clear {
	clear: both;
}

#nav a, #nav a:visited {
	display: block;
	float: left;
	width: 96px;
	text-align: center;
	text-decoration: none;
	color: black;
	height: 30px;
}

#nav a:hover, #nav a:visited:hover {
	color: white;
	background-color: #3224D9;
}

img {
	border: 0;
}
