/* CSS Document */

/* studiotwo.com */


* {
	padding:0;
	margin:0;
}

body {
	font: 11px/1.6em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin:0;
	padding: 0;
	color: #525252;
	background: #fff url(/images/flashes/generic.png) no-repeat left top;
	min-width: 800px;
}

#wrapper {
	width: 780px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 2em;
}
#bar {
	position: absolute;
	top: 143px;
	width: 100%;
	height: 30px;
	background: url(../images/back_bar.gif) repeat;
	/*background-position: right top;*/
}

#header {
	position: absolute;
	left: 30px;
	top: 0px;
	width: 659px;
	height: 143px;
}

#content {
	position: absolute;
	top: 153px;
	width: 576px;
	left: 50px;
}

table#contenttable td {padding: 0px; margin: 0px;}


table#contenttable table td {font-size: 10px;}

td#navtd {
	margin: 0;
	background: url(../images/photo2.jpg) top left no-repeat;
	color: #A0A8C2;
	padding-left: 15px;
}

#nav {padding: 5px 10px 5px 18px;}

#nav a:link {
	color: #fff;
	font-size: 12px;
	padding: 12px 4px 12px 4px;
	font-weight: bold;
	text-decoration: none;
}
#nav a:visited {
	color: #fff;
	font-size: 12px;
	padding: 12px 4px 12px 4px;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: #DEE1D0;
	text-decoration: underline;
	}
td {vertical-align: top;}

td#left {background-color: #DEE1D0;}
td#right {background-color: #EDEDED; font-size: 11px;}

div#leftc {padding: 20px; color: #5B6B8D; font-size: 12px;}
div#rightc {padding: 15px; color: #5B6B8D;}

div#address {font-size: 10px; line-height: 1.5em;}


a:link {font-weight: bold; text-decoration: underline; color: #799834;}
a:visited {font-weight: bold; text-decoration: underline; color: #799834;}
a:hover {font-weight: bold; text-decoration: none; color: #5B6B8D;}


#copyright {font-size: 9px; padding: 15px 0 0 10px;}





.reserve {color: #BE0000;}


/* headings */
h1 {
	display: none;
}

h2 { 
	font-size: 14px; 
	font-weight: bold;
	color: #799834;
	margin: 0 0 0.5em 0;
}	

.logoheader {font-size: 18px; 
	font-weight: bold;
	color: #999999;}
	

	


h2 a { color: #799834; }



h3 {
	font: bold 13px "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-weight: bold;
	margin: 0 0 0.2em 0;
}

	
h4 {
	font-size: 12px;
	margin: 0 0 0.2em 0;
	font-weight: bold;
	}

img {
	border: 0;
}
	
ol, ul, li {
	margin: 0.2em 0 1em 0;
	padding-left: 20px;
}
	
ul, ul li {
	list-style-image: url(../images/bullet.gif);
}

li {
	margin: 0;
	padding-left: 0;
	padding-bottom: 8px;
}

p {
	margin: 0 0 1.0em 0;
}


.center {
text-align: center;
}


.bold {
	font-weight: bold;
	}

blockquote {
	padding: 1em;
	font-family: Georgia, Times, serif;
	background: #E7F3CF;
	color: #007C00;
	margin-bottom: 2em;
}

.review {
	font-style: italic;
}
.author {
	font-size: .9em;
}