/* CSS Document */

body{
	width: 100%;
	color: black;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background: black;
}

h1{
	font-size: 16px;
}

h2{
	font-size: 14px;
	margin: 7px 0;
}



p{
	margin: 8px 0;
}

#menu a{
	color: #333;
	text-decoration: none;
	display: block;
}

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

#container{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 671px;
	background: top left no-repeat url(images/bg.jpg);
	padding-top: 130px;
}

#menu{
	width: 165px;
	text-align: left;
	font-weight: bold;
	color: #333;
	font-size: 17px;
	margin-left: 60px;
	float: left;
	display: inline;
	line-height: 260%;
}

#content{
	width: 600px;
	height: 340px;
	float: left;
	line-height: 110%;
	position: relative;
	top: -20px;
	display: inline;
}


