body
{
	margin:0 auto;
	padding:0;
	background:#1C1C1C;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

#level1
{
	margin:0 auto;
	width:760px;
	text-align:center;
}

#container
{
	text-align:left;
	width:760px;
	margin:0 auto;
}

.clear
{
	clear:both;
}

/*HEADER : BEGIN*/
#header
{
	background:#1C1C1C;
	padding:0 35px 0 35px;
}

#header .left
{
	float:left;
	height:70px;
	width:280px;
}

#header .right
{
	float:left;
	
	height:70px;
	width:410px;
	text-align:right;
	line-height:67px;
}

#header .right a
{
	color:#F5F5F5;
	text-decoration:none;
	margin:0 10px 0 10px;
	font-size:15px;
	font-weight:bold;
}

#header .right a:hover
{
	color:#AAA;
}

#header .right a:active
{
	color:#666;
}

/*BODY : BEGIN*/
#body
{

}

#body .round-top
{
	height:10px;
	background:#FFF url(round-top.png) no-repeat;
}

#body .round-bottom
{
	height:10px;
	background:url(round-bottom.png) no-repeat;
}

#body .main
{
	background:#FFF;
	height:395px;
}

/*FOOTER : BEGIN*/
#footer
{
	margin-top:10px;
	color:#FFF;
	font-size:10px;
	text-align:center;
}

#footer a
{
	color:#F5F5F5;
	text-decoration:none;
}

#footer a:hover
{
	color:#AAA;
}

#footer a:active
{
	color:#666;
}
