body {
	margin: 0px;
	font-family: Tahoma;
	font-size: 12px;
	background-color:#990000;
}
#container {
	width: 760px;
	margin: 0px auto;
	border: 1px solid #660000;
	height: 100%;
	padding: 2px;
	background-color: #FFF;
}

#top {
	width: 100%;
	height: 200px;
	background-color: #181319;
	background-image: url(pix/top1.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#slogan {
	font-family: Tahoma;
	font-size: 18px;
	color: #FFFFFF;
	width: auto;
	padding: 175px 4px 0px 4px;
}


#navi {
	background-color:#FFFFCC;
	color: #000000;
	padding-top: 10px;
	width: 100%;
	height: 25px;
	text-align: center;
}


#sidebar_left {
	padding: 4px 4px 4px 4px;
	width: 150px;
	background-color:#ffffff;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	float: left;
	margin-top: 5px;
}


#main {
	width: 436px;
	height: 100%;
	padding: 4px;
	float: left;
	background-color:#ffffff;
	margin-top: 5px;
	font-size:12px;
	}

#sidebar_right {
	width: 150px;
	padding: 4px 4px 4px 2px;
	text-align: center;
	background-color:#ffffff;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	margin-top: 5px;
	float: right;
}

#bottom {
	width: 760px;
	height: 20px;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #630;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
	clear: both;
}

#bottom p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#bottom a {
	color: #FFFFFF;
}


.h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #FFF;
}