* {
	margin: 0; 
	padding: 0; 
}

body {
	font-size: 12px; 
	font-family: Arial, Helvetica,sans-serif; 
	border: 0;
	background-color:#e1ece1;
	background-image:url(/images/bg_page.png);
	background-repeat:repeat-y;
	color:#422110;
}

a {color: #496f28;}
a:hover { color: #6bac31; }

h1,h2,h3,h4,h5,h6 { color: #174c8e;font-weight:600;margin:1em auto; }
h1 {font-size:150%;margin:0 auto 1em auto;}
h2 {font-size:130%;}
h3 {font-size:110%;}
h4 {font-size:100%;}
h5 {font-size:100%;}
h6 {font-size:100%;}

.blue {color: #000080; font-size: 16px; font-weight: bold; }
.green {color:#009900; font-size: 16px; font-style: italic; font-weight: bold; }
.purple {color: #800080; font-size: 16px; font-weight: bold; }

p {
	margin:1em auto;
}

ul,ol {
	margin:1em auto;
}



#header {
	width:930px;
	height:225px;
}

#header img {
	border:none;
	margin-left:10px;
}

#nav {
	width:200px;
    float:left;
	text-align:right;
}

#nav ul, #nav li {
	list-style-type:none;
	margin:0;
	padding:0;
}

#nav ul {
	font-weight:500;
	font-size:14px;
	width:200px;
}

#nav ul li {
	background-image:url(/images/button.jpg);
	background-repeat:no-repeat;
	background-position:right center;
	height:36px;
	width:200px;
	text-align:right;
	font-weight:600;
}

#nav a {
	color:#de672d;
	text-decoration:none;
	margin-right:3px;
	display:block;
	padding-top:8px;
}

#nav a:hover {
	color:#ec902c;
}

#main {
	width:700px;
	margin-left:200px;
	padding:25px 0 50px 20px;
}

#main img {
	margin:10px;
	border:1px solid #000;
}

#footer {
	clear:both;
	font-size:80%;
	text-align:center;
	margin:50px auto 20px auto;

}

input {
	margin:.5em auto;
}

