body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #446FAA;
	font-family: Arial, Helvetica, Sans-Serif;
}

#Wrapper {
	width: 795px;
	height: 674px;
	padding-top:25px;
}

#Header {
	float: left;
	clear: both;
	width:794px;
	height:130px;
}

#Middle {
	float: left;
	clear: both;
	width: 797px;
	background-image: url(../images/middle_bkg.jpg);
	background-repeat: repeat-y;
	margin-top:-3px;
}

#Left {
	float: left;
	clear: right;
	width: 21px;
}

#Sidebar {
	float: left;
	clear: right;
	width: 141px;
	background-image: url(../images/sidebar_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #F2EFEA;
	min-height: 300px;
	padding: 12px 0 0 7px;
	color: #3B3C81;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}

#Sidebar a, #Sidebar a:visited {
    color: #3B3C81;
    text-decoration: none;
}

#Sidebar a:hover, #Sidebar a:visited:hover {
    color: #880000;
    text-decoration: none;
}

#Gutter {
	float: left;
	clear: right;
	width: 15px;
}

#Content {
	background-image: url(../images/content_bkg.jpg);
	background-repeat: repeat-x;
	background-color: #FAF9F6;
	float: left;
	clear: right;
	margin:0 0 0 0;
	width: 587px;
}

#Main_Content {
    background-image: url(../images/shooting_star.gif);
    background-position:top center;
    background-repeat:no-repeat;
    text-align: left;
	padding: 10px 15px 35px 15px;
	color: Black;
	font-size: 12px;
	line-height: 18px;
}

h1 {
    color: Gray;23+
    font-size: 28px;
    font-variant: small-caps;
    margin-top:20px;
    margin-left:5px;
}

h2 {
    color: Gray;
    font-size: 24px;
    font-variant: small-caps;
    margin:60px 0 0 5px;

}

h3 
{
	font-size:14px;
	font-weight:bold;
	font-variant: small-caps;
	margin:5px 0 5px 0;
	color:#1a487c;
}

.rate_table td 
{
	border-bottom:solid 1px black;
}

.rate_table
{
	border-style:groove;
	border-width:5px;
	border-color:#b8c7da;
}

#Right {
	float: left;
	clear: right;
	width: 23px;
	height: 500px;
}

#Footer {
	float: left;
	clear: both;
	width:794px;
	font-size: 10px;
	color: #FAF9F6;
}

.rate_table_links a, .rate_table_links a:visited 
{
	color:#1a487c;
	font-size:24px;
	text-decoration:none;
	font-variant:small-caps;
	margin-left:5px;
	line-height:25px;
	}
	
.rate_table_links a:hover, .rate_table_links a:visited:hover
{
	color:#880000;
	font-size:24px;
	text-decoration:none;
	font-variant:small-caps;
	margin-left:5px;
	line-height:25px;
	}
	


