#body{
font-family:arial; 
text-align: center; /* For IE */ 
}
#container {
text-align: center;
border: 0px;
background-image:url
width: 650px;
}
#header {
background-image: url(../images/title.png);
background-position: center;
background-repeat: no-repeat;
text-align: center;
width: 650px;
height: 316px;
margin: 0 auto;
}
#navcontainer {
background-image:url(../images/nav_int.png);
background-position:center;
background-repeat: no-repeat;
width: 650px;
height: 16px;
margin: 0 auto;
padding: 6px 0px 6px 0px;
overflow: hidden;
}
#navcontainer a hover{
color: #3a3a3a;
}
#navcontainer ul {
width: 650px;
height: 28px;
padding: 0;
margin: 0 auto;
text-transform: capitalize;
}
#navcontainer ul li {
width: 130px;
height: 28px;
float: left;
margin: 0;
padding: 0;
list-style: none;
text-transform: capitalize;
}
#navcontainer ul li a {
color: #3a3a3a;
text-decoration: none;
font-weight:bold;
width: 130px;
height: 28px;
text-align: center;
float: left;
font-family: arial, helvetica, sans-serif;
font-size: 14px;
text-transform: capitalize;
}
#navcontainer ul li a:hover {
color: #000;
text-decoration: none;
}
#low_col {
background-image:url(../images/COL_LOW.png);
background-position:center;
background-repeat: no-repeat;
text-align:center;
width: 650px;
height: 466px;
margin: 0 auto;
}
#footer_wrap{
	color:#bababa;
	font-size:12px;
	font-weight:bold;
	word-spacing: 12px;
	text-transform: uppercase;
	padding: 6px 6px 6px 6px;
	text-align:center;
	clear:both;
	padding:1em 0 1em;
}
#footer {
	width: 650px;
	margin: 0 auto;
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	overflow: hidden;
	height: 28px;
}
#footer a {
	color:#7a7a7a;
	text-decoration: none;
}
#footer a:hover {
	color:#3a3a3a;
	text-decoration: underline;
}