body {
	background-image:url(../img/background.gif);
	margin:0px;
	padding:0px;
	border:0px;
	font-family:verdana;
	font-size:12px;
}

a {
	text-decoration:none;
	color:inherit;
}

h1 {
	margin:0px;
	margin-top:20px;
	border-bottom:1px solid #333333;
	font-size:16px;
	color:#748b4c;
}

#page-width {
	width:786px;
	margin:10px auto;
}

#overall-header {
	display:block;
	width:786px;
	height:110px;
}

#menu {
	padding:0px;
	margin:0px;
	background-image:url(../img/menu_background.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:white;
	border-top:3px solid #748b4c;
	border-bottom:3px solid #748b4c;
	color:#3c4d2a;
}

#menu li {
	display:inline-block;
	padding:4px 15px;
	background-image:url(../img/menu_separator.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#menu li:hover {
	color:black;
}

#menu #menu-home {
	font-weight:bold;
}

#menu #menu-contact {
	background-image:none;
}

.header {
	width:786px;
	height:325px;
	border-top:5px solid white;
	border-bottom:5px solid white;
}

.page-title {
	padding:0px 30px;
	background-color:#3c4d2a;
	font-family:"Times New Roman";
	font-size:36px;
	font-weight:normal;
	letter-spacing:1.5px;
	color:#919394;
}

.content {
	padding:20px 70px 30px 70px;
	background-color:#f7f7f8;
	background-image:url(../img/content_background.jpg);
	background-position:center bottom;
	line-height:140%;
}

/* PAGE 1 */

#page-1-header {
	background-image:url(../img/p1_header.jpg);
}

#page-1-content {
	padding:20px 40px;
	background-color:#3c4d2a;
	border-bottom:5px solid white;
	color:white;
	line-height:160%;
}

#page-1-content span {
	font-weight:bold;
}

/* PAGE 2 */

#page-2-header {
	background-image:url(../img/p2_header.jpg);
}

#page-2-content .ul {
	padding:15px 0px;
	line-height:40px;
	font-weight:bold;
}

/* PAGE 3 */

#page-3-header {
	background-image:url(../img/p3_header.jpg);
}

#page-3-content {
	color:#666666;
}

#page-3-content span {
	font-weight:bold;
	color:black;
}

/* PAGE 4 */

#page-4-header {
	background-image:url(../img/p4_header.jpg);
}

#page-4-content {
	padding-left:220px;
	padding-right:220px;
}

#page-4-content .ul {
	padding:0px 20px;
	margin-bottom:20px;
	background-image:url(../img/bull.png);
	background-position:0px 3px;
	background-repeat:no-repeat;
	font-weight:bold;
	color:#748b4c;
	font-size:16px;
}

#form {
	padding:20px;
	font-weight:bold;
}

#form .textbox {
	margin-bottom:10px;
	width:306px;
	border:1px solid #999999;
}

#form .textarea {
	height:100px;
	width:306px;
	border:1px solid #999999;
}

#form .submit {
	padding:3px 10px;
	background-color:#3c4d2a;
	color:white;
}

#form-footer {
	text-align:right;
}

/* FOOTER */

#footer {
	padding-bottom:10px;
	color:white;
	font-size:10px;
	text-align:center;
}

#footer a {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	color:#cccccc;
}