/* CSS Document */


body {
	background-color: #FFF;
}
#content {
	width:1000px;
	height:800px;
	margin: 50px auto 100px;
}
div#header {
	position: relative;
	width: 1000px;
	height: 100px;
	background-color: rgb(174,174,2);
	border-top: 7px groove #F0C55A;
	border-left: 7px groove #F0C55A;
	border-right: 7px groove #F0C55A;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
div#navbar {
	position: relative;
	height: 100px;
	width: 1000px;
}
div#nav_1 {
	font-family:Tahoma, Geneva, sans-serif;;
	font-size: .8em; 
	font-weight:bold; 
	background-color:#808242;
	width:40px; 
	height:30px;
	position:relative; 
	float: right;
	top:2em;
	right:2.5em;
	padding: 0 20px;
	margin-left:1em;
	box-shadow: 5px 5px 4px rgba(0,0,0,0.15);
	border-radius: 10px;
	text-align:center;
	line-height:30px; 
	text-shadow: 1px 1px 1px #000;
	}
div#nav_1 a:link, a:visited, a:active {
	color:#FC3;
}
div#nav_1 a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}
div#nav_1:hover {
	background: #c96a53;
	color: #8DB87C;
	box-shadow:0px 0px 9px rgba(0,0,0.15);
	border-radius:10px;
}
div#nav_2 {
	font-family:Tahoma, Geneva, sans-serif;;
	font-size: .8em; 
	font-weight:bold; 
	background-color:#808242;
	width:70px; 
	height:30px;
	float:right;
	position: relative;
	top: 2em;
	right: 2em;
	padding: 0px 25px 0px 15px;
	margin-left: .5em;
	box-shadow: 5px 5px 4px rgba(0,0,0,0.15);
	border-radius: 10px;
	text-align:center;
	line-height: 30px;
	text-shadow: 1px 1px 1px #000;
}
div#nav_2 a:link, a:visited, a:active {
	color:#FC3;
}
div#nav_2 a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}
div#nav_2:hover {
	background: #c96a53;
	color: #8DB87C;
	box-shadow:0px 0px 9px rgba(0,0,0.15);
	border-radius:10px;
}
div#nav_3 {
	font-family:Tahoma, Geneva, sans-serif;;
	font-size: .8em; 
	font-weight:bold; 
	background-color:#808242;
	width:70px; 
	height:30px;
	float:right;
	position: relative;
	padding: 0 20px;
	margin-left: .5em;
	top: 2em;
	right: 2em;
	box-shadow: 5px 5px 4px rgba(0,0,0,0.15);
	border-radius: 10px;
	text-align:center;
	line-height: 30px;
	text-shadow: 1px 1px 1px #000;
}
div#nav_3 a:link, a:visited, a:active {
	color:#FC3;
}
div#nav_3 a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}
div#nav_3:hover {
	background: #c96a53;
	color: #8DB87C;
	box-shadow:0px 0px 9px rgba(0,0,0.15);
	border-radius:10px;
}
div#nav_4 {
	font-family:Tahoma, Geneva, sans-serif;;
	font-size: .8em; 
	font-weight:bold; 
	background-color:#808242;
	width:80px; 
	height:30px;
	float:right;
	position: relative;
	padding: 0 20px;
	margin-left: .5em;
	top: 2em;
	right: 2em;
	box-shadow: 5px 5px 4px rgba(0,0,0,0.15);
	border-radius: 10px;
	text-align:center;
	line-height: 30px;
	text-shadow: 1px 1px 1px #000;
}
div#nav_4 a:link, a:visited, a:active {
	color:#FC3;
}
div#nav_4 a:link, a:visited, a:hover, a:active {
	text-decoration:none;
}
div#nav_4:hover {
	background: #c96a53;
	color: #8DB87C;
	box-shadow:0px 0px 9px rgba(0,0,0.15);
	border-radius:10px;
}
#copywrite {
	position: relative;
	margin-top: -2em;
}
#main {
	width: 1000px;
	height: 700px;
}
#main img {
	border-left: 7px groove #F0C55A;
	border-right: 7px groove #F0C55A;
	border-bottom: 7px groove #F0C55A;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}