body {
	background: #ccc;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#main_con	{
	width: 800px;
	background: url(main_bg.gif) ;
	margin: auto;
	padding: 0px;
	min-height: 635px;
	text-align: left;

}

#header	{
	width: 100%;
	margin: auto;
	height: 64px;
	padding: 29px 0px 29px 0px;
}

#nav	{
	width: 100%;
	margin: 0px 0px 5px 0px;
	
}

#con	{
	width: 98%;
	margin: 25px auto;
	min-height: 70%;
	
}
#footer	{
	width: 100%;
	margin: 0px 0px 0px 0px;
	background: #333;
	height: 20px;
	color: #555;
	font-size: 10px;
	
}

a.small:link {
	color: #555;
	font-size: 10px;
	text-decoration: none;
}
a.small:hover {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color:#FF6600;
	font-size:12px;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	text-decoration:underline;
	color:#fff;
}
div,
p {
	font-size:12px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
}
h1
 {
	font-size:24px;
	color:#000;
	font-family: Georgia;
}
h1 a.link
 {
	font-size:24px;
	color:#000;
	font-family: Georgia;
}
h2
 {
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
}
.img {
	margin: 20px;
}







