body {
	background-image: url(../images/mainbg.jpg);
	margin: 0px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #92BCD8;
}

a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

/*id*/

#maincontainer{
	width: 730px;
	margin: 0px auto 0px auto;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
}

#mainwrap{
	height: 520px;
}

#menuleft{
	float: left;
}

#menuright{
	float: right;
}

#home-address{
	height: 200px;
}

#mainwrap-home{
	background-image: url(../images/bodybg1.jpg);
	background-repeat: repeat-y;
	width: 730px;
	background-position: 460px 0px;
}

#main-home{
	background-image: url(../images/bodybg.jpg);
	padding: 10px 310px 0px 50px;
	background-repeat: no-repeat;
	width: 370px;
	background-position: 460px 0px;
}


#menu{
	height: 32px;
	padding: 48px 38px 0px 38px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
}

#menu a{
	text-decoration: none;
	color: #003366;
}

#menu a:hover{
	text-decoration: none;
	color: #000000;
}

#footer{
	color: #FFFFFF;
	padding: 20px 0px 20px 50px;
	font-size: 90%;
}

#footer a{
	color: #663300;
}


.headlinenews {
	font-size: 36px;
	color: #FFFFFF;
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
}

.bracket {
	font-size: 16px;
	color: #000000;
	font-weight: 900;
}

.subheadline {
	font-size: 14px;
	color: #666666;
	font-weight: 900;
}

.micro {
font-size: 10px;
}

.warn {
	font-size: 11px;
	color: #CC0000;
}

.white {
	color: #FFFFFF;
}
.hometxt {
	padding-left: 55px;
}
