html, body {
	height: 100%;
	overflow: hidden;
	margin: 0px;
	background-image: url(../images/pagedesign/design_02.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}

.size10 {
	font-size: 10px;
}

h1 {
	color: #003300;
	font-weight: normal;
	margin: 0px;
}

h2 {
	font-size: 16px;
	color: #8B3D3D;
	margin-bottom: 0px;
}

h3 {
	color: #8B3D3D;
	font-size: 18px;
}

a {
	color: #8B3D3D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

em {
	color: #8B3D3D;
	padding: 20px;
}

li{
	list-style-position: inside;
}

.border {
	border-top: #CCCCCC thin solid;
	padding: 10px;
	font-size: 14px;
}

.size16 {
	font-size: 16px;
}

#container {
	background-image: url(../images/pagedesign/design_19.jpg);
	background-repeat: repeat-y;
	background-position: left;
	position: relative;
	overflow: auto;
	height: 100%;
	z-index: 15;
}

#topbox {
	position: absolute;
	width: 100%;
	min-width: 600px;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#logo {
	position: absolute;
	width: 300px;
	height: 65px;
}

#contact {
	position: absolute;
	width: 233px;
	height: 44px;
	float: right;
	right: 30px;
	top: 14px;
}

#banner {
	width: 95%;
	left: 0px;
	right: 0px;
	height: 145px;
	background-image: url(../images/pagedesign/design_02.jpg);
	background-repeat: repeat-x;
}

#navigation {
	position: absolute;
	width: 196px;
	height: 300px;
	top: 145px;
	left: 0px;
	z-index: 20;
}

#pagehead {
	position: absolute;
	width: 800px;
	top: 90px;
	left: 200px;
	z-index: 25;
}

#content {
	position: absolute;
	width: auto;
	height: auto;
	top: 140px;
	left: 0px;
	right: 410px;
}

#content p, #content h2, #content ul {margin-left: 200px;}

#images {
	position: absolute;
	width: 372px;
	top: 128px;
	height: 100%;
	right: 15px;
	text-align: center;
	z-index: 20;
	background-color: #CCD6CC;
	padding-top: 10px;
	padding-right: 5px;
	margin-left: 2px;
}
#images p {
	margin: 6px 10px;
}
#images img {
	border: #FFFFFF 1px solid;
	margin-bottom: 5px;
}

#imagebuttons {
	position: absolute;
	width: 372px;
	top: 380px;
	left: 0px;
}
