* {
	margin:0px;
	padding:0px;
	border:0px;
}

html {
	height:100%;
}

body {
	height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background-color:#3b3b3b;
	background-image:url(../images/bkgd_back.gif);
	background-repeat:repeat-x;
}

a {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#333333;
	text-decoration:underline;
}

#header {
	position:absolute;
	margin-left:-75px;
}

#container {
	width:750px;
	height:100%;
	margin:0px auto;
}

#top {
	width:750px;
	height:340px;
	background-image:url(../images/bkgd_top.jpg);
	background-repeat:no-repeat;
}

#bottom {
	width:750px;
	_height:100%;
	min-height:100%;
	background-image:url(../images/bkgd_bottom.jpg);
	background-color:#ffffff;
	background-repeat:no-repeat;
	padding-bottom:75px;
}

#bottom_blank {
	width:750px;
	_height:100%;
	min-height:100%;
	background-image:url(../images/bkgd_bottom_blank.jpg);
	background-color:#ffffff;
	background-repeat:no-repeat;
	padding-bottom:75px;
}

#menu {
	float:right;
	display:inline;
}

#menu img {
	float:left;
	display:inline;
}

#full {
	width:95%;
	padding-top:15px;
}

#full img {
	margin:10px 25px 2px 25px;
	border:1px solid #a9a9a9;
	float:left;
	display:inline;
}

#full div.image_wrapper {
	width:275px;
	float:left;
	display:inline;
}

#full p {
	width:50%;
	font-size:1.1em;
	padding:10px 25px 2px 0px;
	line-height:130%;
	float:left;
}

#full ul {
	width:50%;
	font-size:1.1em;
	padding:10px 25px 2px 25px;
	line-height:130%;
	float:left;
}

#full li {
	list-style:square;
}

#left_col {
	width:72%;
	float:left;
	display:inline;
	padding-top:15px;
}

#left_col h1, #full h1 {
	width:85%;
	font-size:2.2em;
	font-weight:normal;
	text-transform:lowercase;
	border-bottom:1px solid #a9a9a9;
	padding:30px 25px 2px 25px;
}

#left_col h3, #full h3 {
	width:85%;
	font-size:1em;
	font-weight:normal;
	padding:2px 25px;
}

#left_col p {
	width:85%;
	font-size:1.1em;
	padding:10px 25px 2px 25px;
	line-height:130%;
}

#left_col ul {
	width:50%;
	font-size:1.1em;
	padding:10px 25px 2px 50px;
	line-height:130%;
}

#left_col li {
	list-style:square;
}

#right_col {
	width:27%;
	float:right;
	display:inline;
	padding-top:150px;
}

#right_col h1 {
	font-size:1.2em;
	font-weight:bold;
	text-transform:lowercase;
	margin:2px 20px;
}

#right_col img {
	width:170px;
	margin:2px 20px;
	border:1px solid #a9a9a9;
}

#right_col p {
	width:85%;
	font-size:1.1em;
	margin:2px 20px;
	line-height:130%;
}

#contact_form table {
	width:40%;
	margin:25px;
	font-size:1.1em;
	line-height:130%;
}

#contact_form table td {
	vertical-align:top;
}

#contact_form input.textfield {
	width:98%;
	margin:1px;
	border:1px solid #a9a9a9;
}

#contact_form input.submit_button {
	margin:1px;
	border:1px solid #a9a9a9;
	background-color:#e6e6e6;
	font-size:1em;
}

#contact_form textarea {
	width:98%;
	height:100px;
	margin:1px;
	border:1px solid #a9a9a9;
}

div.clearspace {
	clear:both;
}

.highlight {
	color:#810000;
}