﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: white;
}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	width: 1000px;
	margin: 0 auto 0 auto;
	background-color: #dddddd;
}

#masthead {
	height: 400px;
	background: #ddd url('images/AP homepage_r1_c1.jpg') no-repeat;
}
#top_nav {
}
#page_content {
	background: #ddd url('images/AP homepage_r2_c1.jpg') no-repeat;
}
#footer {
	height: 30px;
	border-top: 1px #003366 solid;
	line-height: 30px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
}

#product a {
	font-size: 14px;
	color: white;
	text-decoration: none;
}

#product a:hover {
	color: #66CCFF;
	text-decoration: underline;
}

#menu {
	width: 190px;
	font-size: 14px;
	color: black;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
	text-align: center;
	vertical-align: top;
	border-bottom: 2px #CCC solid;
}

#menu a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
}

#menu a:hover {
	color: red;
	text-decoration: none;
}