body
{
	margin: 0px;
	padding: 0px;
	font-family: helvetica;
	font-size: 14px;
	background: rgb(132, 4, 15); 
	padding-top: 60px; 
	text-align: center;
}

#red_border
{
	border-left: 68px solid rgb(132, 4, 15);
	border-top: 65px solid rgb(132, 4, 15);
	border-right: 69px solid rgb(132, 4, 15); 
	_width: 100%;
}

#top_container
{
	background: url(../images/topcurve.png) top left no-repeat white; 
	border: 10px solid white; 
	width: 850px; 
	margin-left: auto; 
	margin-right: auto; 
	text-align: left;
}

#logo_container
{
	float: left;
	width: 237px;
	height: 251px;
	margin-top: -6px;
	margin-bottom: -8px;
}

#copyright
{
	clear: both;
	background: rgb(132, 4, 15);
	text-align: center;
	color: white;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 10px;
	font-family: arial;
}

#copyright p
{
	margin: 0px; 
	padding: 0px;
}

#copyright div
{
	height: 35px;
}

#amw a
{
	text-decoration: none;
	color: white;
}

#amw a:hover
{
	text-decoration: underline;
	background: white;
	color: rgb(132, 4, 15);
}

#navigation .first_letter
{
	color: rgb(132, 4, 15);
}

#navigation
{
	text-align: center;
	height: 90px;
	margin-bottom: 200px;
	padding-top: 3px; 
	font-family: "heltvetica condensed";
	font-size: 14px;
	width: 600px;
	margin-left: 250px;
}

#navigation p
{
	margin: 3px;
}

#navigation a
{
	text-decoration: none;
	color: black;
	margin-left: 10px;
	margin-right: 10px;
}

#navigation a:hover
{
	text-decoration: underline;
	color: rgb(132, 4, 15);
}

#slogan
{
	margin-bottom: 60px;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	background: #d9d9d9;	
}

#main_content
{
	_padding-top: 20px;
}

#main_plus_nav
{
	float: left; 
	width: 585px;
	padding-left: 10px;
	padding-right: 10px;
}


#left_content
{
	width: 235px;
	float: left;
	border-right: 1px dotted #c9c9c9;
	text-align: center;
}

#center_content
{
	width: 354px;
	_width: 395px;
	margin-left: 10px;
	margin-right: 10px;
		padding: 20px;
	float: left;
}

#right_content
{
	width: 199px;
	float: left;
	border-left: 1px dotted #c9c9c9;
	text-align: center;
}

.affiliate a
{
	border: 1px solid white;
}

.affiliate a:hover
{
	border: 1px solid blue;
}

