﻿  /*********** GENERAL ***********/
body {
	font-family:"Trebuchet MS", Verdana, "Sans Serif"; 	
	color:#555;
	font-size:13px;
	margin:0;
	padding:20px;
	line-height:150%;
}


#wrapper {
	width:870px;
	margin:auto;
	background:#fff;
}

td {
	vertical-align:top;
}

img {
	border:none;
}



/*********** NAV ***********/

table#nav {
	width:230px;
} 

table#nav td {
	vertical-align: middle;
} 

table#nav a,table#nav a:visited,table#nav a:active
{
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#00f;
}

table#nav a:hover
{
	color:#555;
}

td.nav_arrows {
	text-align:center;
	font-weight:bold;
}

/*********** Other Hyperlinks ***********/

a,a:visited,a:active
{
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#00f;
}

a:hover
{
	text-decoration:underline;
}

/*********** AREA UNDER NAV ***********/

#subscribe {
	margin-top:20px;
	font-size:12px;
	line-height:130%;
}

#subscribe input {
	width:150px;
}

#subscribe #submit {
	width:70px;
}

div#under-nav {
	margin-top:50px;
	width:230px;
}

div#under-nav img {
	border:5px solid #fff;
}



/*********** MAIN CONTENT AREA AND SIDE AREAS GENERAL ***********/

div#content {
	width:535px;
}


/*** H-Tags ***/
h1 {
	font-size:18px;
	margin:0;
	padding:2px;
	color:#fff;
	text-align:center;
}

h2 {
	font-size:14px;
	display:inline;
	margin:0;
	padding:0;
	font-style:italic;
}

h3 {
	font-size:14px;
	padding:0;
	margin:0;
}

h4 {/***USED FOR GUESTS COMMENTS / QUOTES***/
	font-size:12px;
	font-style:italic;
	padding:0;
	margin:5px 0 0 0;
	text-align:center;
}


/*********** FOOTER ***********/
div#footer {
	margin:40px;
	text-align:center;
	line-height:100%;
}
