html { min-height: 100%; margin-bottom: 1px; }

html,body 
	{
	color: #333333;
	background: #fff;
	text-align: center;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 85%;
	padding-top: 0em;
	padding-bottom: 0em;
	line-height: 140%;
	}

table
	{
	
	}

p
	{
	margin: 0em 0em 1em 0em;
	}

h1
	{
	font-size: 1.5em;
	margin: 0em 0em .5em 0em;
	}

h2
	{
	font-size: 1.25em;
	margin: 0em 0em .25em 0em;
	}

h3
	{
	font-size: 1.25em;
	margin: 0em 0em .25em 0em;
	}

h4
	{
	font-size: 1em;
	margin: 0em 0em 0em 0em;
	}

ul
	{
	margin: 0em 0em 1em 0em;
	padding: 0em 0em 0em 1.25em;
	list-style: none;
	}

ul.bulleted
	{
	margin: 0em 0em 1em 1em;
	list-style-image: url('images/bullet_2.gif')
	}

ul.bulleted_wide
	{
	margin: 1em 0em 1em 1em;
	list-style-image: url('images/bullet_2.gif')
	}

ul.spacing li
	{
	padding: 0em 0em .25em 0em;
	}

li
	{
	padding: 0em 0em 0em 0em;
	}


a
	{
	color: #3D6487;
	text-decoration: underline;
	font-weight: bold;
	}

a:hover
	{
	color: #5F91BE;
	text-decoration: underline;
	font-weight: bold;
	}

td
	{
	vertical-align: top;
	}

.text_highlight
	{
	color: #03759A;
	}

.smalltext
	{
	font-size: 85%;
	}

/* ******** Margin styles to create space around elements ******** */

td.space
	{
	height: 15px;
	}

.top
	{
	margin-top: 10px;
	}

.middle
	{
	margin-top: 30px;
	}

.right
	{
	margin-right: 10px;
	}

.big_right
	{
	margin-right:20px;
	}

.bottom
	{
	margin-bottom: 10px;
	}

.left
	{
	margin-left: 10px;
	}

.big_left
	{
	margin-left:20px;
	}

.bigger_left
	{
	margin-left:25px;
	}

/* ******** Various universal styles for positioning, borders etc. ******** */

img
	{
	border: 0px solid;
	}

.floatright
	{
	float: right;
	}

.floatleft
	{
	float: left;
	}

.clearboth
	{
	clear: both;
	}

.clearright
	{
	clear: right;
	}

.clearleft
	{
	clear: left;
	}

.underline
	{
	border-bottom: 1px solid gray;
	margin-bottom: .5em;
	}
.dotted
	{
	border-bottom: 1px dotted #00Afc4;
	}

.border_dark
	{
	border: 1px solid;
	}

.border_light
	{
	border: 1px solid #ccc;
	}

.center
	{
	text-align: center;
	}

/* ******** Structural components - header, footer, navigation etc. ******** */
#wrapper 
	{
	background-image: url('images/main_bkgd.gif');
	background-repeat: repeat-y;
	background-position: top left;
	text-align: left;
	margin: 0px auto 0px auto;
	width: 700px;
	border: 1px solid #DEDEDE;
	}

#header
	{
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px auto 0px auto;
	height: 70px;
	width: 700px;
	}

#topnav
	{
	width: 700px;
	}

#topnav ul
	{
	padding: 41px 0px 0px 238px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	
	}

#topnav ul li
	{
	display: inline;
	padding: 0px 30px 0px 0px;
	}
		
#topnav a
	{
	
	font-size: 15px;
	color: #666;
	padding: 10px 0px;
	
	}
		
#topnav a:link, #topnav a:visited
	{
	text-decoration: none;
	}
		
#topnav a:hover
	{
	text-decoration: none;
	color: #000;
	}

#leftside
	{
	width: 240px;
	}

#leftside div.inner
	{
	margin: 1em 0px 10px 10px;
	}

#main_right
	{
	width: 530px;
	}

#main_right div.inner
	{
	margin: 1em 10px 10px 8px;
	}

#footer
	{
	border: 1px solid #DEDEDE;
	background: #E8E9E9;
	text-align: left;
	margin: 6px auto 0px auto;
	height: 35px;
	width: 700px;
	}

#footer p
	{
	margin: 1em 0em 0em 1em;
	}

/* ******** About Page******** */

#about #leftside div.inner
	{
	margin: 1em 0px 10px 10px;
	}

#about #main_right div.inner
	{
	margin: 1em 20px 10px 20px;
	}


/* ******** Gallery Page******** */

#thumbs
	{
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #D4D4D7;
	height:275px;
	
	}

#thumbs img
	{
	margin-left: 10px;
	margin-bottom: 10px;
	}

.gallery_img
	{
	margin: 0px auto 0px auto;
	}

.img_caption
	{
	text-align: center;
	}

/* ******** Contact Page Styling ******** */

#contact #leftside div.inner
	{
	margin: 1em 0px 10px 10px;
	}

#contact #main_right div.inner
	{
	margin: 1em 20px 10px 20px;
	}

form
	{
	margin: 0em 0em 0em 0em;
	}

form label
	{
	font-weight: bold;
	}

form input
	{
	margin-bottom: 1em;
	}

form textarea
	{
	margin-bottom: 1em;
	}

form input.text
	{ 
 	font-size: 10px; 
	width: 200px;
	background-color: #DDDDDD; 
	border: 1px solid #666666; 
	}

form input.radio
	{ 
 	margin-bottom: 0em;
	}

form input.button
	{ 
 	font-size: 14px; 
	background-color: #CCCCCC; 
	border: 2px solid #666666; 
	}

form fieldset
	{
	padding: 10px;
	margin-bottom: 1em;
	}

/* ******** Widgets******** */

.announce_box
	{
	background: #fff;
	width: 220px;
	}

.announce_text
	{
	border-left: 1px solid #D4D4D7;
	padding-top: 10px;
	padding-bottom: 10px;
	}

.announce_box h2.title
	{
	color: #A85600;
	margin-left: 15px;
	font-weight: normal;
	}

.announce_box h2
	{
	margin-left: 15px;
	margin-top: 0px;
	}

.announce_box p
	{
	margin: 0px 0px 0px 15px;
	}

.announce_box img.dash_line
	{
	margin: 0px 13px 0px 0px;
	}	

/* ******** Miscelania ******** */
.hide
	{
	display: none;
	}

.show
	{
	display: block;
	}

.block
	{
	display: block;
	}

.relative
	{
	position: relative;
	}

.iknow
	{
	
	color: #666;
	margin-top: 20px;
	}

.iknow a
	{
	color: #666;
	font-weight: normal;
	text-decoration: none;

	}