body {
	background-image: url(../images/background.jpg);
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px auto;
	padding: 0px;
}

A:Active,A:link,A:visited{
	text-decoration : underline;
	color :#FFFFFF;
}
A:Hover{
	text-decoration : none;
	color :#FFCC00;
}

#bgmenutops {
	background-image: url(../images/img-top-4.gif);
	background-repeat: no-repeat;
	width: 358px;

	text-align: right;
	vertical-align: bottom;
	margin-bottom: 12px;
}

#bgcontents {
	background-image: url(../images/bg-img-content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 770px;
	padding: 20px;
	vertical-align: top;
}

#title-content {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
}

#title-content2 {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 10px;
}

#content-top1 {
	float: left;
	width: 445px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 15px;
}

#content-top2 {
	float: left;
	width: 245px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 15px;
}

#content-left {
	float: left;
	width: 345px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 15px;
}

#content-right {
	float: right;
	width: 345px;;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 15px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

li {
	margin-top: 5px;
	line-height: 20px;
	padding-left: 0px;
	padding-top: 0px;
}

.imgs {
	border: 1px #FFFFFF solid;
	float: left;
	padding: 2px;
}

#footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #0E2245;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	width: 770px; 
	height: 45px;
	padding-top: 5px;
}

#menu{
float: right;
}

#menu ul{
margin: 0px;
padding: 0px;
margin-bottom: 3px;
}

#menu li{
margin: 0px;
padding: 0px;
list-style: none;
margin-top: 3px;
}

	#menu li a{
	background-color: #f79a3d;
	background-image: url(../images/menu.gif);
	background-repeat: repeat-y;
	background-position: left;
	display: block;
	width: 100px;
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;
	padding-right: 8px;
	}

	#menu li a:hover{
	background-color: #ffb265;
	background-image: url(../images/menu-hover.gif);
	background-repeat: repeat-y;
	background-position: left;
	display: block;
	width: 100px;
	height: 20px;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	line-height: 22px;
	padding-right: 8px;
	}