body
{
background-image: url(images/bg.gif);
margin:0px;
padding:0px;
min-width:750px;
}
img
{
 border-style: none;
}
#wrap
{
	background-image: url(images/mainbg.gif);
	margin:auto;
	width:750px;
}

#div1
{
background-image: url(images/mainbg.gif);
width: 466px;
height: 426px;
float: left;
}

#div2
{
background-color: #fff;
color: #444;
width: 284px;
height: 426px;
float: right;
}

#latest
{
float: right;
padding-right: 42px;
background-image: url(images/homelistbg.gif);
height: 200px;
}

#latest ul
{
list-style: none;
padding-right: 30px;
}

#latest li
{
padding-top: 2px;
padding-bottom: 10px;
text-align: right;
}

#latest a
{
color: #006666;
background-color: #fff;
font-weight: bold;
font-size: 0.9em;
font-family: arial, helvetica, sans-serif;
}

#div3
{
width: 466px;
float: left;
padding-bottom: 30px;
}

#div4
{
width: 284px;
float: right;
padding-bottom: 30px;
}

#div4 p
{
padding-top: 5px;
}
#div4 a
{
color: #006666;
background-color: #fff;
}

div
{
padding: 0px;
margin: 0px;
}
#bottomwrap
{
float: right;
width: 750px;
background-image: url(images/mainbg.gif);
}

#homecontent
{
clear: both;
margin-top: 0px;
padding-top: 20px;
padding-right: 32px;
text-align: justify;
}

#bottomcontent
{
clear: both;
margin-top: 0px;
padding-top: 0px;
padding-right: 32px;
}

#bottomcontent ul
{
margin-left: 0px;
padding-left: 0px;
list-style: none;
}

#bottomcontent li
{
margin-bottom: 0px;
padding-bottom: 3px;
}

#bottomcontent a
{
color: #444;
background-color: #fff;
font-size: 0.8em;
font-family: arial, helvetica, sans-serif;
}

#footer
{
height: 20px;
margin: 0px;
width: 663px;
float: right;
background-color: #999;
color: #fff;
clear: both;
}


#footermenu ul {
	padding-left: 0px;
	margin: 0px;
}
#footermenu li {
	float: left;
	list-style: none none;
	font-size: 0.9em;
	margin-left: 25px;
}


#footermenu li a
{
background-color: #999;
color: #fff;
font-size: 0.7em;
font-family: arial, helvetica, sans-serif;
text-decoration: none;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	float: left;
	list-style: none none;
	font-size: 0.9em;
}

h1
	{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 12px;
	margin-bottom: 15px;
	color: #444;
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size			: 1em;
	font-weight			: bold;
	}
h2
	{
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 13px;
	color				: #444;
	background-color: #fff;
	font-family: arial, helvetica, sans-serif;
	font-size			: 1.4em;
	}
p
	{
	background-color	: #fff;
	color: #444;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0px;
	padding-bottom: 10px;
	}

hr 	{
	border: 0;
	color: #ddd;
	background-color: #fff;
	height: 1px;
	margin-bottom: 5px;
	}
a:link, a:visited {
	text-decoration: none;
}

a:hover, a:active
{
	text-decoration: underline;
}

