*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #ffffff;
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
}

img
{
	border: 0;
}

#menu
{
	margin: 10px auto;
	width: 840px;
	height: 40px;
	border-left: 1px solid #c2c2c2;
}

#menu ul
{
	list-style-type: none;
}

#menu ul li
{
	display: block;
	float: left;
}

#menu ul li a
{
	color: #666666;
	height: 40px;
	font-size: 11px;
	line-height: 40px;
	float: left;
	text-transform: lowercase;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
	border-right: 1px solid #c2c2c2;
}

#menu ul li a:hover
{
	color: #1a3467;
	background: #f1f5fa;
}

#header
{
	margin: 10px auto;
	width: 840px;
	height: 220px;
	background: url('../images/design_03.jpg') bottom right no-repeat;
}

#contact
{
	margin: 10px auto;
	width: 840px;
	height: 30px;
	font-size: 11px;
	color: #1a3467;
	text-align: right;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #c2c2c2;
}

#contact a
{
	color: #1a3467;
}

#body
{
	margin: 0 auto;
	width: 840px;
}

#body h1, h2
{
	font-size: 14px;
	color: #1a3467;
	height: 20px;
	line-height: 20px;
	text-indent: 30px;
	margin-bottom: 10px;
	background: url('../images/news.jpg') left no-repeat;
}

#bodyleft
{
	float: left;
	width: 179px;
	padding: 10px;
	border-right: 1px solid #c2c2c2;
}

#bodyleft img
{
	padding: 5px;
	margin: 5px;
	cursor: hand;
	background: #e8f1f6;
	border: 1px solid #c2c2c2;
}

#bodyleft img:hover
{
	background: #dde3eb;
	border: 1px solid #1a3467;
}

#bodyright
{
	float: right;
	width: 620px;
	padding: 10px;
}

#bodyright p
{
	line-height: 22px;
	margin-bottom: 11px;
}

#bodyright ul
{
	line-height: 22px;
	margin-bottom: 11px;
	list-style-type: square;
}

#bodyright ul li
{
	margin-left: 22px;
}

.ulright
{
	float: right;
}

.ulleft
{
	float: left;
}

#footer
{
	margin: 10px auto;
	width: 840px;
	height: 40px;
	text-align: center;
	color: #000000;
	text-transform: capitalize;
	font-size: 10px;
	line-height: 15px;
	padding-top: 20px;
	background: url('../images/design_05.jpg') no-repeat;
}

#footer a
{
	color: #000000;
	text-decoration: none;
}

.clear
{
	clear: both;
}

fieldset
{
	border: 0px;
}