/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

a
{
	color: #000;
}

a:link {
	color: #000000; font-weight:bold; font-style:italic;
}
a:visited {
	color: #000000; font-weight:bold; font-style:italic;
}
a:hover {
	color: #000000; font-weight:bold; font-style:italic;
}
a:active {
	color: #000000; font-weight:bold; font-style:italic;
}
h1 {font-size:17px; color:#000000;}
h2 {font-size:15px; color:#000000;}
body
{
	
	background: #0099FF;
	margin-top: 25px; font-size:12px; font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	
}


#container
{
width: 900px;
	margin: 0 auto;
}

#logo
{
	float: left;
}
/*

#logo a
{
	width: 321px;
	height: 180px;
}*/

#logo img, #menu img
{
	border: 0;
}

#header-top
{
	background: url(images/head-top.gif);
	width: 579px;
	height: 55px;
	float: left;
}

#menu
{
	float: left;
}
#menu ul
{
	border: 0;
	list-style-type: none;
	
}

#menu li
{
	display: inline;
	
}

#header-bottom
{
	background: url(images/head-bottom.gif);
	width: 579px;
	height: 93px;
	float: left;
}

#bkgcontent
{
	float: left;
	width: 900px;
	height: 420px;
	position: relative;
}

#footer
{
	text-align: center;
	font-size: 10px;
}

#content
{
	padding: 70px 250px 15px 90px;
	overflow: auto;
	height: 320px;
	font-size:14px; font-weight: bold
}

#man-index
{
	background: transparent url(images/main-index.jpg) no-repeat;
	height: 422px;
}

#man-index #content
{
	padding: 70px 370px 15px 20px;
}

#man-services
{
	background: transparent url(images/man-services.gif) no-repeat;
	height: 420px;
}
#man-services #content
{
	padding: 70px 30px 15px 250px;
}
#man-about
{
	background: transparent url(images/man-about.gif) no-repeat;
	height: 420px;
}
#man-about #content
{
	padding: 70px 30px 15px 250px;
}
#man-contact
{
	background: transparent url(images/man-contact.gif) no-repeat;
	height: 420px;
}
#man-contact #content
{
	padding: 70px 30px 15px 250px;
}
#man-faq
{
	background: transparent url(images/man-faq.gif) no-repeat;
	height: 420px;
}
#man-faq #content
{
	padding: 70px 30px 15px 250px;
}

#footer
{
	padding-top: 5px;
	clear: both;
}
