/* In order of appearance */
a, a:active, a:visited, a:hover {
	color:#555;
	text-decoration:none;
}

a:hover {
	color:#09F;
}

.font-size-24 {
	font-size:24px;
	font-family: "Futura Md BT", verdana, sans-serif;
}

body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #555;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}


#page {
	background-image: url(../images/bg.vert.rep.wide.png);
	background-repeat: repeat-y;
	background-color: #FFF;
	width: 961px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(../images/bg.vert.rep.wide.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFF;
	height: 242px;
	width: 927px;
	padding-top: 0px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 0px;
	margin: 0px;
}
#headerimg {
	width: 927px;
	background-image: url(../images/header.927x242.png);
	background-repeat: no-repeat;
	background-position: -17px top;
}

.description {
	text-decoration: none;
	color: #F00;
	height: 32px;
}

.menu_push {
	color: #F00;
	height: 175px;
}
