body {
	margin:0px auto;
	margin-top:75px;
	padding:0px;
	font-family:Arial;
	font-size:12px;
	background-color:#C0C0C0;
}

#logomenu {
	width:100%;
	height:75px;
	background:#000000;
}

.logo {
	float:left;
	width:264px;
	height:75px;
	background: url(logo.gif) no-repeat;
}

.menu {
	float:right;
	width:335px;
	height:75px;
	margin-right:-20px;
}

.menu ul {
	margin:0;
	padding:53px 0 0 0;
	list-style:none;
}

.menu li  {
	float:left;
}

.menu li a {
	padding:0 10px 0 10px;
	text-decoration:none;
	text-transform:uppercase;
	color:#999999;
	font-size:14px;
}

.menu li a:hover {
	text-decoration:underline;
}

.box {
	margin:0px auto;
	width:845px;
	height:75px;
}

#header {
	margin:0px auto;
	margin-top:8px;
	background: url(header.jpg) no-repeat #000000;
	width:845px;
	height:148px;
}

#navi {
	position:absolute;
	top:339px;
	background:#FF0000;
	width:200px;
	height:130px;
}

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


#navi li a {
	display:block;
	padding:7px 0 7px 0;
	padding-left:21px;
	text-decoration:none;
	text-transform:uppercase;
	color:#000000;
	font-size:16px;
}

#navi li a:hover {
	background:#C0C0C0;
}

#page {
	margin:0px auto;
	margin-top:8px;
	background:#FF0000;
	width:645px;
	height:100%;
	padding:0 0 0 200px;
}

#content {
	background:#000000;
	width:91%;
	height:100%;
	border-left:8px solid #C0C0C0;
	border-right:1px solid #000000;
	padding:25px;
}

#content h1 {
	text-transform:uppercase;
	color:#FF0000;
	font-size:18px;
}

#content p {
	color:#C0C0C0;
}

#content a {
	text-decoration:underline;
	color:#C0C0C0;
}

#content a:hover {
	text-decoration:none;
	color:#C0C0C0;
}