/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	background-color:#FEEDCD;
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	color:#4A3601;
	font-size:12px;
}

p{
	line-height:20px;
	font-size: 14px;
}

html {scrollbar-face-color: #B49E5B;
scrollbar-shadow-color: #413001;
scrollbar-highlight-color: #413001;
scrollbar-3dlight-color: #413001;
scrollbar-darkshadow-color: #413001;
scrollbar-track-color: #4A3601;
scrollbar-arrow-color: #413001;
overflow-x: hidden; 
overflow-y: scroll; 
}

#row {width:250px;
	float:left;
	padding-top:5px;
	height:40px;
	}


a {
	color: #E3DCC4;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #E3DCC4;
	font-weight:bold;
	text-decoration:underline;
}

ol {margin-left:5px;}

ol li{margin-bottom:10px;
		}
		
#content {
	width:540px;
	margin:10px auto;
	text-align: center;
	line-height:16px;
		}	
		
h2 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color:#503401;
}

.imgborder {border:4px solid #44332C;
margin:5px;
}

h1{margin-bottom:5px;}
