body {
	background-color: #E9E9E9;
	font-family: arial, verdana, sans serif;
	font-size: 12px;
}
a{
	color: #CB2024;
	}
a:visited{
	color: #CB2024;
	}
a:active{
	color: #CB2024;
	}
a:hover {
	color: #FB797E;
	}
#wrap {
	width: 764px;
	background-image: url(images/wrap_bg.jpg);
	background-repeat: repeat-y;
}
#main {
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
}
#left {
	float: left;
	text-align: left;
	padding-left: 15px;
}
#content {
	margin-left: 190px;
	margin-right: 15px;
	text-align: left;
	padding-top: 5px;
}
#navbar {
	width: 736px;
	height: 26px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: none;
	padding-top: 10px;
}
#footer {
	background-image: url(images/footer_bg.jpg);
	background-position: bottom;
	background-repeat: none;
	text-align: left;
	font-size: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: #808080;
}
.box_top{
	width: 159px;
	height: 22px;
	background-image: url(images/bar_bg.jpg);
	background-repeat: none;
	padding-top: 5px;
	font-weight: bold;
	padding-left: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}

/*Nav bar navigation*/
#navcontainer
{
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
text-transform: uppercase;
width: 78px;
border-right: 1px solid #000;
border-left: 1px solid #454545;
padding: 0;
margin: 0 0 10px 0;
color: #808080;
text-decoration: none;
display: block;
text-align: center;
font-size: 10px;
}

#navcontainer ul li a:hover
{
color: #fff;
text-decoration: underline;
}

#navcontainer a:active
{
color: #fff;
}

/*Menu Navigation*/
#navlist2 li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist2
{
width: 161px;
/* to display the list horizontaly */
margin: 0px;
padding: 0;
}

#navlist2 a
{
width: 144px;
height: 22px;
background-image: url(images/button_1.jpg);
background-repeat: no-repeat;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #fff;
border-bottom: 1px #000 solid;
text-align: left;
text-decoration: none;
color: #808080;
padding-left: 20px;
padding-top: 8px;
}



#navlist2 a:visited { 
	color: #808080; 
}
#navlist2 a:hover { 
	background-image: url(images/button_2.jpg);
	background-repeat: no-repeat;
	color: #000;
}
h1 {
	font-size: 16px;
	margin: 0;
	padding: 0;
}
h2{
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #CB2024;
}
h3{
	font-size: 13px;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}