body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}

.title1 {
	font-family: Verdana;
	font-size: 26px;
	color: #084683;
	margin-left: 15px;
	line-height: 34px;
}

.title2 {
	font-family: Verdana;
	font-size: 20px;
	color: #084683;
	line-height: 20px;
	border-bottom: 1px solid #084683;
	padding-bottom: 5px;
}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7e7e7e;
}

p,li,.style2 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	color: #5A5A5A;
	margin-left: 15px;
	margin-right: 15px;
}

A.01:link {
	font: 12px verdana;
	color: #084683;
	line-height: 20px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

A.01:visited {
	font: 12px verdana;
	color: #084683;
	line-height: 20px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

A.01:hover {
	font: 12px verdana;
	color: #FFFFFF;
	background-color: #084683;
	line-height: 20px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

.footer {
	font: 11px verdana;
	color: #242424;
	vertical-align: middle;
}

A.footer:link, A.footer:visited {
	font: 11px Verdana;
	color: #242424;
	text-decoration: none;
}

A.footer:hover {
	font: 11px Verdana;
	color: #121212;
	text-decoration: underline;
}

#container {
	position: relative;
	left: 0px;
	top: 0px;
	width: 881px;
	margin:0px 0px 0px 0px;
	display: table;
	z-index: 0;
}

#footer {
	width: 881px;
	height: 40px;
	background-image: url(images/bg-footer.jpg);
}

#menu {
	width: 881px;
	height: 50px;
	background-color: #0F0F0F;
	text-align: right;
	vertical-align: middle;
	line-height: 50px;
}

#header {
	width: 881px;
	height: 390px;
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 881px;
	min-height:600px;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-y;
	display: table;
}

#bottom {
	width:881px;
	height:61px;
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
}

