body {
	font : small/1.7em verdana, sans-serif;
	margin-left : 10%;
	background-image: url(pictures/back.gif);
	background-repeat: repeat-x;
}

#header {
	width : 760px;
	height : 260px;
	margin-top : 15px;
} 

#footer {
	width : 760px;
	height : 60px;
	background-color : #EAAA00;
	margin-top : 15px;
	border: 5px solid #FFFFFF;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	font-size: xx-small;
	padding-top: 5px;
	padding-left: 350px;
}

#footer a{
	color: #915c06;
	text-decoration: none;
	font-weight: bold;
}

#wrapper {
	background-image: url(pictures/main_back.jpg);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	height: 391px;
	width: 760px;
}
#picture {
	width : 263px;
	height : 350px;
	float : left;
}

#button {
	width: 750px;
	height : 36px;
	float : left;
}

#onebutton {
	width: 80px;
	height : 36px;
	float : left;
} 

#space {
	width: 262px;
	height : 36px;
	float : left;
} 

#content{
	height: 300px;
	width: 465;
	float : left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	line-height: 22px;
	margin: 10px;
}

#container{
	height: 350px;
	width: 750px;
	float : left;
}
/*--------------------begin dropdown menu------------------*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
border-top-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #DA9A00;
}

#dropmenudiv_l{
position:absolute;
background-color: #e2b947;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:200;
}

#dropmenudiv_l a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

#dropmenudiv_l a:hover{ /*hover background color*/
background-color: #DA9A00;
}