
body
{	
	background-color: #CE0505;
	font: 15px Arial, Verdana, sans-serif;
	color: #BF0027;
}
	  
a 
{
	text-decoration: none;
	color: #BF0027;
	border: 0px;
}
  
#wrapper
{
	margin: 20px auto; 
	width: 960px;
}

#header 
{ 	
	width:950px;
	height:125px;
	background-image:url(images/header.jpg);
	margin: 0px auto;
	border: 1px solid black;
	
}

#main_content
{
	width:950px;
	height:410px;
	margin: 10px auto;
	background-color: #FFFF99;
	border: 1px solid black;
}

#leftside
{
	float:left;
	width:750px;
	height:410px;
}

#nav
{
	width:250px;
	height:410px;
	float:left;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
} 

.navbar
{
	list-style-type: none;
	margin-left: 5px;
	margin-top: 5px;
	padding: 0px;
	border: none;
}

.navbar li
{
	margin-top: 5px;
}

.payment, .payment li
{
	list-style-type: none;
	display: inline;
	border: none;
}

#content 
{	  
	width:500px;
	height:410px;
	float:right;
	overflow: auto;
}

.review td
{
	border: 1px solid black;
	text-align: justify;
}

.menu
{
	list-style-type: none;
	border: none;
	display: inline;
}

.menu li {
	margin-bottom: 10px;	
}


#rightside
{	
	float:right;
	width:200px;
	height:410px;
}

#flash
{
	width:200px;
	height:410px;
	float:right;
}

#footer
{
	background-color: #FFFF99; 	 
	font: Arial, Verdana, sans-serif;
	width:950px;
	height:25px; 
	clear:both;
	font-size: 10px;
	color: #CE0505;
	border: 1px solid black;
}
