﻿body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#dfebd5;
	line-height:150%;
	color:#333;
}

/*************** GENERAL ***************/

img { border:none; }
td 	{ vertical-align:top; }
p 	{ margin:3px 0 10px 0; }

div#wrap1 {
	width:900px;
	margin:auto;
	background:#fff url('images/bgnd-body.jpg') center top;
	background-repeat:repeat-y;
}

div#wrap {
	position:relative;
	width: 660px;
	padding:0 40px 0 150px;
	margin:auto;
}

img#logo {
	position:absolute;
	right:10px;
	top:20px;
}

/*************** MAIN CONTENT ***************/


h1 {
	font-family:Verdana, Arial, sans-serif;
	color:#7b8e34;
	font-size:20px;
	padding:50px 0 0 0;
	margin:0;
	text-align:left;
	text-transform:uppercase;
}

h2 {
	color:#999;
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	padding:8px 0 40px 0;
	margin:0;
	text-align:left;
}

h3 {
	font-family:Arial, sans-serif;
	color:#273bf2;
	font-size:13px;
	padding:0;
	margin:15px 0 3px 0;
}

ul {
	margin:3px 0 10px 20px;
	padding:0;
	list-style-type:square;
}
/*************** HYPERLINKS ***************/

a, a:visited {
	text-decoration:none;
	color:#00c;
}

a:hover, a:active {
	text-decoration:none;
	color:#CB8672;
}



/*************** CONTACT FORM ***************/

table#form {
	border:3px solid #e1f0f3;
	font-size:11px;
}

input  {
	background:#e1f0f3;
	width:140px;
	height:16px;
}

textarea  {
	background:#e1f0f3;
	width:200px;
	height:140px;

}

table#form p 
{ 
	margin:0 0 5px 0 
}

span.tel {
	font-size:12px;
	font-weight:bold;
	color:#7b8e34;
}



/*************** OTWN FOOTER ***************/

div#otwn-footer { 
	font-size:11px; 
	padding:10px; 
	text-align:center;
}

