* {
	padding:0px;
	margin:0px;
}

body {
	background:#2D2E30;
}

#container {
	width:481px;
	margin-right:200px;
	margin-top:10px;
	float:right;
}

#container .top {
	width:477px;
	height:60px;
	margin-left:4px;
	background:url(images/top.jpg);
}

#container .left {
	float:left;
	width:46px;
/*
	height:500px;
*/
	height:500px;
	margin-left:3px;
	background:url(images/left.jpg) right repeat-y;
}

#container .center {
	float:left;
	width:379px;
	overflow:hidden;
/*
	margin-top:20px;
*/
	margin-top:-25px;
	background:#FFFFFF;
	height:500px;
}

#container .right {
	float:left;
	width:53px;
/*
	height:500px;
*/
	height:500px;
	background:url(images/right.jpg);
}

#container .clear {
	clear:both;
}

#container .bottom {
	width:477px;
	height:63px;
	margin-top:-17px;
	background:url(images/bottom.jpg);
}

#body .top {
	margin:0px;
	height:7px;
	width:379px;
	background:#FFFFFF;
}

#body .navi {
	float:left;
	width:22px;
}

#body .navi div {
	margin-bottom:30px;
}

#body .center {
	float:left;
	width:348px;
	height:auto;
	margin:0px;
	background:url(images/bodybg.jpg);
	color:#FFFFFF;
}

#body .right {
	float:left;
	width:9px;
	background:#FFFFFF;
}

#body .bottom {
	width:379px;
	margin:0px;
	height:7px;
	background:#FFFFFF;
}

#body .center .top {
	height:30px;
	width:348px;
	background:url(images/bodytop.jpg);
}

#body .center .left {
	float:left;
	width:26px;
	margin:0px;
	background:url(images/bodyleft.jpg);
}

#content {
	width:306px;
	background:#1B282E;
	float:left;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#body .center .right {
	float:left;
	width:16px;
	margin:0px;
	background:url(images/bodyright.jpg);
}

#body .center .bottom {
	width:348px;
	height:12px;
	background:url(images/bodybottom.jpg);
}

#content .content {
	margin-top:20px;
}

a img {
	border:none;
}

#menu {
	background:#CCCCCC;
	position:absolute;
	overflow:hidden;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	opacity:0;
	border:solid 1px #FFFFFF;
}

#menu li {
	background:#999999;
	padding:5px;
	padding-left:10px;
}

#menu .title {
	padding-left:5px;
	background:#CCCCCC;
}

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

#menu a:hover {
	text-decoration:underline;
}