/* Structure */ 
#wrapper {
	background-image: url(images/bkgrnd01.jpg);
	background-repeat: repeat-y;
	margin: auto;
	padding: 0;
	width: 780px;
	height: 100%;
}

body	{
	margin: 0;
	padding: 0;
	background-color: #f7f3dd;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif
}

#header	{
	width: 780px;
	height: 230px;
	top: 0;
}

#rightCol {
	top: 260px;
	width: 200px;
	float: right;
}

#leftCol {
	top: 260px;
	width: 580px;
	float: left;
}


/* NAVIGATION */

.navig	{
	top: 230px;
	width: 780px;
	height: 30px;
	background-image: url(images/navstripe.gif);	
}

.nav {
	top: 230px;
	margin-left: 80px;
	height: 30px;
	width: 546px;
	clear: both;
	display: block;
}

.nav ul {
	margin: 0;
	
}

.nav li {
	display: inline;
	list-style-type: none;	
}

.nav a {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	padding: 0 16px 0 16px;
}

.nav a:link { 
	color: #6c6d68; 
}

.nav a:visited { 
	color: #6c6d68; 
}

.nav a:hover {
	color: #e2b60d;
	background-color: #6c6d68;
}

.nav a:active { 
	color: #e2b60d; 
}


/* Content style */
.clear	{
	clear: both;
}

#content	{
	margin: 20px 0 0 0;
	padding: 0 10px 0 70px;
	width: 490px;
	border-right: solid 1px #000000;
}

p	{
	font-size: 0.9em;
	color: #000000;
}

h1 {
	font-size: 1.15em;
	font-weight: bold;
	color: #6c6d68;
	text-decoration: none;
	margin-bottom: 10px;
	line-height: 1.2em;	
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #6c6d68;
	text-decoration: none;
	border-bottom: solid 1px #000000;
}

h3 {
	font-size: 0.8em;
	font-weight: bold;
	color: #6c6d68;
	text-decoration: none;
}


ul	{
	font-size: 0.9em;
	color: #000000;
}

ol	{
	font-size: 0.9em;
	color: #000000;
}

.warn	{
	color: #6c6d68;
	font-size: 0.85em;
}

.special	{
	background-color: #c9e4c9;
	width: 300px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

.services	{
	font-size: 0.9em;
	font-weight: bold;
}

.services a	{
	color: #000000;
	text-decoration: none;
	padding: 2px;
}
.services a:visited { 
	color: #000000; 
	text-decoration: underline;
}

.services a:hover { 
	color: #e2b60d; 
	text-decoration: none;
	background-color: #6c6d68;
}

.services a:active { 
	color: #000000;  
	text-decoration: none;
}

/* ===== links ===== */

.plink:link { 
	color: #000000; 
	text-decoration: underline;
}

.plink:visited { 
	color: #000000; 
	text-decoration: underline;
}

.plink:hover { 
	color: #e2b60d; 
	text-decoration: none;
	background-color: #6c6d68;
}

.plink:active { 
	color: #000000;  
	text-decoration: none;
}



/* ===== form ===== */

.former {
	width: 350px;
	margin: 0 0 20px 30px;
	padding: 10px;
	border: solid 1px #000000;
}

p.formhead { 
	margin: 5px 0 5px 0;  
	font-size: 0.9em; 
	color: #000000; 
	font-weight: bold; 
	text-decoration: none;
	text-align: left; 
}

input {
	margin: 5px 0 5px 0;
}

textarea {
	margin: 5px 0 5px 0;
}

.sender	{
	margin: 10px 0 20px 120px;
}

.mailer	{
	height: 300px;
	width: 480px;
}

/*=========== pictures ===========*/


.headerPicL {
	float: left;
	margin: 0;
}

.headerPicR {
	float: right;
	margin: 0;
}


img.contentPic {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto; 
	margin-right: auto; 
}

img.contentPicLB {
	float: left;
	margin: 5px;
	border: solid 1px #000000;
}

img.contentPicR {
	float: right;
	margin: 10px;
}

img.contentPicRB {
	float: right;
	margin: 5px;
	border: solid 1px #000000;
}


/* Footer Navigation */
#footer	{
	font-size: 0.9em;
	color: #000000;
	margin: 0 0 0 70px;
	border-top: solid 1px #000000;
	padding: 10px;
}

.foot	{
	text-align: center;
	margin-right: 200px;
}