body {
	margin:0;
	padding:0;
	bgcolor:#FFFFFF;
	text-align:center;
}
.container {
	width:750px;
	height:1100px;
	border:solid #000000 1px;
	margin:0 auto;
	position:relative;
	text-align:left;
	background-color:#F6F6F6;
}
#nav {
	float:left;
	background-color:#EAEAEA;
	width:100%;
	position:relative;
	font-family: Arial, Verdana, sans-serif;
}
#nav ul {
	margin:0;
    padding:0;
	list-style:none;
	font-size:80%;
	text-transform:lowercase;
}
#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
}
#nav a, #nav strong {
	display:block;
	background-color:#898989;
	padding:4px 10px;
	border:solid #AABBCC;
	border-width:0 1px 0 0;
	color:#FFFFFF;
	text-decoration:none;
	white-space:nowrap;
}
#nav a:hover {
	display:block;
	background-color:#4682B4;
	padding:4px 10px;
	border:solid #BBCCDD;
	border-width:0 1px 0 0;
	color:#FFFFFF;
	text-decoration:none;
	white-space:nowrap;
}
#left_column {
	float:left;
	width:240px;
	height:340px;
	padding:0 0 0 30px;
}
#middle_column {
	float:left;
	width:240px;
	height:340px;
	padding:0;
}
#right_column {
	float:left;
	width:240px;
	height:340px;
	padding:0;
}
#headline {
	float:left;
	width:748px;
	padding:15px 0 0 30px;
}
#tagline {
	position:absolute;
	left:300px;
	top:1008px;
}
#offer {
	position:absolute;
	left:49px;
	top:235px;
}
#masthead {
    float:left;
	margin:0;
	padding:0;
	height:500px;
	white-space:nowrap;
	position:relative;
}
P {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
	line-height: 17px;
}

TD {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 10px;
	line-height: 17px;
}



h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color:#4D4D4D;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#353535;
}
h4 {
	font-family: Palatino, Times New Roman, serif;
	font-size: 16px;
	font-style:italic;
	color:#353535;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}