// CSS By Agency 47. Copyright Protected. All Rights Reserved.

* {
    padding-top: 0;
    margin: 0;
} 

html {
	height: 100%;
}

body {
	background: #cdc9c6;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #999999;
	padding-top: 0;
	margin-top: 0;
	height: 100%;
}

img {
	border: none;
}

a {
	color: #666666; 
}

a:hover {
	text-decoration: none;
	color : #a7a7a7;
}

#container {
	width: 800px;
	margin: 0 auto;
	border: none;
	height: inherit;
}

#wrap {
	margin: 80px auto 0 auto;
	width: 800px;
	position: relative;
	top: -120px;
	z-index: 1;
	clear: both;
}

#headerimage {
	position: relative;
	background: none;
	width: 800px;
	height: 201px;
	padding: 0;
	z-index: 20;	
}

.topnav {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #212121;
	font-size: 1.1em;
	text-align: right;
	letter-spacing: 0.1em;
	margin: 0;
}

.topnav a {
	font-family: "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #212121;
	font-size: 1.1em;
	text-align: right;
	letter-spacing: 0.1em;
	text-decoration: none;
	margin: 0;
}

#headerimage .topnav a:hover {
	color: #000000;
}

#headerimage .topnav a:active {
	color: #000000;
}

#header { 
	padding-bottom:4px;
}

#header h1 {
	font-family: Times, Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: 1px;
	text-align: center;
	padding: 0px 0 5px 0px;
}

#header h1 a {
	color: #666666;
	text-decoration: none;
}

#header h1 a:hover {
	color: #a0aaa7;
	text-decoration: none;
}

#header h2 {
	color: #a0aaa7;
	text-align: center;
	font-size: 8px;
	font-weight: 100;
	padding: 0 0 0 0px;
	letter-spacing: 1px;
	line-height: 12px;
}

#content {
	background: #fbf9ed;
	border: 7px #ffffff solid;
	padding: 0px 0px;
}

.left {
	width: 0px;
	float: left;
	background-color: #fbf9ed;
	min-height: 0px;
}

.right {
	width: 699px;
	float: left;
	background-color: #fbf9ed;
	min-height: 300px;
	background-image: url('./images/main_bg.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 26px;
}

.frontpage {
	width: 699px;
	float: left;
	background-color: #fbf9ed;
	min-height: 300px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.internal_header {
	width: 779px;
	height: 157px;
	padding: 0;
	margin: 0;
}

.pageheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: lighter;
	letter-spacing: 0.1em;
	color: #666666;
	width: 699px;
	height: 15px;
	border-bottom: 1px dotted #AAAAAA;
	padding-bottom: 8px;
	background-image: url('./images/grass.png');
	background-position: right;
	background-repeat: no-repeat;
}

.plainpageheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: lighter;
	letter-spacing: 0.1em;
	color: #666666;
	width: 699px;
	height: 15px;
	padding-bottom: 9px;
}

#top {
	background: #cdc9c6 url(images/top.gif) no-repeat;
	padding: 6px 0;
}

#bottom {
	background: #cdc9c6 url(images/bottom.gif) no-repeat;
	padding: 10px 0;
}

#footer {
	text-align: center;
	color: #777777;
	font-size: 10px;
	padding: 0 0 0px 0;
}

#footer a {
	text-decoration: none;
	color: #777777;
}

