
* {
	border:0;
	margin:0;
	padding:0;
}

/* body */
body {
	background:#fff;
	color:#666;
	font:0.75em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}

/* general */
a {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#0099FF;
	text-decoration:underline;
}


/* header */
#header {
	background:#FFFFFF;
	width:100%;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header_inside {
	margin:0 auto;
	padding-right:60px;
	width:800px;
}



#header_inside ul {
	float:right;
	height:60px;
	list-style:none;
	width:600px;
}
#header_inside ul li {
	float:right;
	height:60px;
	list-style:none;
	width:75px;
}
#header_inside ul li a {
	color:#333333;
	display:block;
	height:40px;
	line-height:14px;
	padding-top:20px;
	text-align:center;
	width:75px;
}
#header_inside ul li a:hover {
	background:#333333;
	color:#FFFFFF;
}
#header_inside ul li a:active {
	background:#333333;
	color:#FFFFFF;
}


/* content */

h2 {
	font-size:16px;
	color:#0066FF;
	padding-bottom:8px;
	font-family:"Times New Roman", Times, serif;
	}
	
h3 {
	font-size:14px;
	color:#0066FF;
	padding-bottom:8px;
	font-family:"Times New Roman", Times, serif;
	}


strong {
	font-size:12px;
	font-weight:bold;
	color:#663300;
	padding-right:5px;
	}
	
table {
	margin-bottom:15px;
	}
	
caption {
	font-weight:bold;
	text-align:left;
	}
	
p {padding-bottom:12px;
}
#content {
	background:#0066FF url(../images/clouds_background.jpg) center repeat-x;
	width:100%;
	height:493px;
	
}

#content_inside  {
	width:1024px;
	height:493px;
	background:url(../images/content_background.jpg) no-repeat;
	margin:auto;
	
}

#content_inside_left_column {
	height:470px;
	width:200px;
	float:left;
	margin:20px 10px 0px 40px;
	color:#663300;
	font:0.95em/100% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height:1.4em;
}

#logo_placeholder {
	width:200px;
	height:100px;
	}

#left_column_nav {
	width:170px;
	height:300px;
	text-align:right;
	margin-left:auto;
	padding-right:10px;
}

#left_column_nav a {
	color:#0066CC;
	text-decoration:none;
	font-weight:bold;
}
#left_column_nav a:hover {
	color:#0099FF;
	text-decoration:underline;
}

#content_inside_right_column {
	height:400px;
	width:700px;
	float:left;
	margin:25px 0px 0px 5px;
	overflow-x:hidden;
	overflow-y:auto;
	color:#663300;
	padding-top:10px;
	font:12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

#content_inside_right_column ul {
	list-style:inside square;
	width:100%;
	margin:auto;
	}
#content_inside_right_column ul li {
	list-style:inside square;
	width:100%;
	padding-left:25px;
	
	}
#contact_us {
	margin-left:150px;
	margin-top:80px;
	font-size:14px;
	}	
	
#picture_viewer {
	width:501px;
	height:380px;
	padding-left:100px;
	}
	
	#flashcontent {
		height: 100%;
	}

/* footer */
#footer {
	background:#339900 url(../images/grass_footer.jpg) center repeat-x;
	width:100%;
	height:184px;
	
}

#footer_inside  {
	width:1024px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	
}