/***** Body and main container *****/

/* An open source xhtml/css website layout by Andreas Viklund  - adapted by Kiwi PR */

/***** Body and main container *****/

body {
	margin:0 auto;
	padding:0;
	font-family:"Times New Roman", Times, serif;
	background:#c5d5ec url(images/background.jpg) top center repeat-y;
	color:#ffffff;
}

#wrap {
	background-color:#ffffff;
	color:#303030;
	margin:0 auto;
	padding:0px 0px;
	width:800px;
}

/***** Header *****/

#header {
	color:#333;
	background:#ffffff url(images/driftwood.jpg) bottom center no-repeat;
	height:200px;
	margin:0 0 0 0;
	padding:0;
}

#header br {
	line-height: 150px;
}

#header h1 {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}


#header a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	text-decoration: none;
}
#header a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #333;
}
#header a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #000000;
}
#header a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #333;
}

/***** Google maps content *****/
#googlemap {
	margin:10px 0 10px 130px;/*10px 0 10px 160px*/
	padding:0;
	line-height:1.5em;
	text-align:left;
}

#googlemap h2 {
	font-size:1.8em;
	letter-spacing:-1px;
	color:#807657;
	font-weight:normal;
	margin:8px 0 10px 0;
	padding:0;
}

#googlemap h3 {
	font-size:1.5em;
	font-weight:normal;
	color:#807657;
	margin:6px 0 6px 0;
	padding:0;
}

/***** Main content *****/

#content {
	margin:0px 60px 00px 60px;
	padding:0 0 0 0;
	line-height:1.2em;
	color: #333;
	text-align:center;
}

#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #333;
}

#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	font-style: italic; 
}

#content h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	font-style: italic; 
}

#content p {
	font-size: 18px;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: justify;
}

#content img {
	border:0;
	padding:0;
	display:inline;
	background:#ffffff;
        color:#ffffff;
}

#content a:link {
	color: #333;
	text-decoration: none;
}

#content a:visited {
	text-decoration: none;
	color: #333;
}

#content a:hover {
	text-decoration: none;
	color: #0066FF;
}

#content a:active {
	text-decoration: none;
}

#content ul, #content ol {
	margin:0 0 16px 20px;
	padding:0;
}

#content ul ul, #content ol ol {
	margin:2px 0 2px 20px;
}

#content li {
	margin:0 0 2px 10px;
	padding:0 0 0 4px;
}

#flashon {

}
/***** Footer *****/

#footer {
	clear:both;
	margin:0 auto;
	padding:8px 0;
	background:#c5d5ec url(images/tile-background.jpg) top center repeat-x;
	width:800px;
	height:35px;
	text-align:center;
	color:#8c8c8c;
	font-size:0.9em;
}

#footer p {
	font-size: 12px;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: bold;
	padding:0;
	margin:18px 0 0 0;
}

#footer a:link {
	color: #333;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	text-decoration: none;
	color: #0066FF;
}

#footer a:active {
	text-decoration: none;
	color: #333;
}

/***** Various tags *****/

p {
	margin:0 0 0 0;
}
/***** Various classes T R B L *****/

.left {
margin:0px 20px 5px 0;
float:left;
}

.right {
margin:0px 0 5px 10px;
float:right;
}

.center {
margin:0 0 0 100px;
float:left;
}

.hide {
	display:none;
}
table {
	text-align: center;
}

