/* CSS Document */

body
{
	background:#343434 url('image/background_body.jpg') 0 50% repeat-x;
	color:#666;
	margin: 2% 0 0 5%;
}

.menu ul
{
	font-size: 14px;
	text-align: center;
	list-style-type:none;
	margin:5px 0 0 21%;
	padding:0;
	text-decoration:none;
}

.menu li
{
	display:inline;
}

.menu a
{
	display:block;
	float: left;
	margin:0;
	padding:0 5px 0 5px;
	list-style-type:none;
	line-height:20px;
	color:#fff;
	text-decoration:none;
	/*width:6em;*/
	text-align:center;
	overflow:auto;
}

.menu a:hover
{
	color:#111;
}

#content {	
	float:left;
	height:320px;
	overflow:auto;
}
#content h1 {
	color:#000000;
	font-size:200%;
}

#content h2 {
	color:#333;
	font-size:100%;
}


