@charset "utf-8";
/* CSS Document */

body{
	font-family: Helvetica, Verdana, "Century Gothic", Helvetica;
	font-size: 14px;
	color: black;
	background-color: #eee;
/*	margin-top:50px; */
	}

#container{
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 30px;
	width: 830px;
	}
	
.main1 a {
	text-decoration: none;
	border-bottom: 1px dotted black;
	color: black;
	font-weight: bold;
	}
	
.main{
	height:550px;
	width: 830px;
	}
	
.menu{
	padding: 20px;
	text-decoration: none;
	letter-spacing: 2px;
	word-spacing: 2px;
	height:50px;
	}
	
.menu a{
	font-family: Helvetica, "Century Gothic", Verdana;
	font-size: 14px;
	text-decoration: none;
	color: white;
	}

.main2{
	background-color: black;
	width: 250px;
	height: 550px;
	padding: 20px;
	float: left;
	font-variant: small-caps;
	font-size: 20px;
	text-align: right;
	color: white;
	}
	
.main1{
	padding: 20px;
	width: 500px;
	float: right;
	}
