#@charset "utf-8";
/* CSS Document */

/* normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin: 0; padding: 0;}

/* normalizes font-size for headers */
h1, h2, h3, h4, h5, h6



/* removes list-style from lists */
ol, ul
{list-style: none;}

/* normalizes font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal;}

/* removes borders and spacing from tables */
table
{border-collapse: collapse; border-spacing: 0;}
#container {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main.jpg);
	position: relative;
}

/* removes borders frorm fieldset and images */
fieldset, img
{border: 0;}
#container2 {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main2.jpg);
	position: relative;
}
#container3 {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main3.jpg);
	position: relative;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666;
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#nav {
	height: 25px;
	width: 750px;
	padding-left: 50px;
	position: relative;
	z-index: 10;
	top: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
}

#nav a{
	color: #333;
	text-decoration: none;
}
#nav a:link{
	color: #333;
	text-decoration: none;
}
#nav a:visited{
	color: #333;
	text-decoration: none;
}
#nav a:hover{
	color: #333;
	text-decoration: underline;
}
#content {
	width: 400px;
	position: absolute;
	top: 75px;
	left: 50px;
	color: #666;
	font-size: 12px;
	text-align: justify;
}

#footer a{
	color: #333;
	text-decoration: none;
}
#footer a:link{
	color: #333;
	text-decoration: none;
}
#footer a:visited{
	color: #333;
	text-decoration: none;
}
#footer a:hover{
	color: #333;
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	color: #695B25;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
.bold {
	font-weight: bold;
	color: #333;
}

body {
	background-color: #FCFEF4;
	font-family: "Times New Roman", Times, serif;
}
#content a{
	color: #999;
	text-decoration: none;
}
#content a:link{
	color: #999;
	text-decoration: none;
}
#content a:visited{
	color: #9990;
	text-decoration: none;
}
#content a:hover{
	color: #333;
	text-decoration: underline;
}
