body {
	background-color: #600;
	 }
	 
#container {
	background-color: #FFF;
	height: 700px;
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}


#main{
	background-color: #FFF;
	height: 600px;
	width: 650px;
	float: left;
	position: relative;
	padding-top: 30px;
}
#menu{
	height: 600px;
	width: 650px;
	overflow: auto;
}

#sidebar
	{
	position:relative;
	top:0px;
	left:5px;
	width: 300px;
	height: 700px;
	float: left;
	padding-right: 30px;
	background-color: #FFF;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: justify;
	float: left;
	font-weight: normal;
}

#main img {
	padding-right: 20px;
	float: left;
}
#copy1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	text-align: justify;
}
#copy2{
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	text-align: center;
}
#copy3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 48px;
	font-weight: bold;
	width: 350px;
	margin-right: auto;
	margin-left: 145px;
	text-align: center;
	color: #000;
	background-color: #FFF;
	height: 55px;
}
#copy4{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	text-align: center;
}
#border{
	float: left;
	width: 600px;
	margin-left: 20px;
	margin-bottom: 22px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: medium dashed #600;
	margin-top: 10px;
	
}

