/* CSS Document */
body,html{
	height:100%;
	width:100%;
	font-family:"Century Gothic", Verdana, Tahoma, Arial;
	font-size:12px;	
	margin-top:0px;
}
div#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
div#top_strap{
	width:100%;
	height:64px;
	background-color:#000000;
	background-image:url('../images/logo.gif');
	background-repeat:no-repeat;
	position:relative;
}
div#top_strap img{
	position:absolute;
	right:2px;
	top:2px;
	border:0px;
}
	
div#nav{
	width:160px;
	position:relative;
	float:left;
}
div#nav ul{
	list-style-type: none;
	padding: 0;
	margin: 8px 0px 0px 0px;
	
}
div#nav li{
	list-style-type:none; 
	list-style-position:outside;
	height:25px; 
	text-align:left;

	vertical-align:middle;
}
div#nav a:link, div#nav a:active, div#nav a:visited{
	text-decoration:none;
	color:#999999;
}
div#nav a{
	display:block;	
	padding-left:6px;
	padding-top: 6px;
	height:25px;
	width:150px;
}
div#nav a:hover{
	background-color:#00FFFF;
}
hr{
	color: #ccc;
	background-color: #ccc;
	border:0px;
	width:60%;
	height: 1px;
	margin-bottom:5px;
	clear:both;
}
div#content{
	width:730px;
	position:relative;
	float:left;
	margin-left:10px;
}
div#content a:link, div#content a:visited, div#content a:active{
	color:#333333;
	text-decoration:none;
}
div#content a:hover{
	color:#333333;
	text-decoration:underline;
}
div#content h1{
	font-size:12px;
	background-image:url('../images/h1_bg.gif');
	background-repeat:no-repeat;
	font-weight:normal;
	height:25px;
	padding-left:10px;
	padding-top: 6px;
	vertical-align:middle;
}
*body div#content h1{
	margin-top:8px;
}
div#footer{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	text-align:right;
	color:#CCCCCC;
}
div#footer a:link, div#footer a:visited, div#footer a:active{
	color:#cccccc;
	text-decoration:none;
}
div#footer a:hover{
	color:#333333;
}
.image_frame{
	border:1px solid #cccccc;
	padding:8px;
	width:282px;
	position:relative;
	float:left;
	margin-right:4px;
}
.image_frame img{
	border:1px solid #cccccc;
	width:280px;
	height:210px;
}
#bouncy_images div.image_frame, #bouncy_images div#thumb_nav{
	clear:both;
}
div#thumb_nav{
	position:relative;
	width:298px;
}
div#thumb_nav span{
	position:absolute;
	right:0px;
}
#bouncy_images{
	float:left;
}
.small_image_frame{
	border:1px solid #cccccc;
	padding:8px;
	width:202px;
	position:relative;
	float:left;
	margin-right:11px;
	margin-left:11px;
	margin-bottom:5px;
}
.small_image_frame img{
	border:1px solid #cccccc;
	width:200px;
	height:150px;
}
#contact_form input, #contact_form textarea{
	width:300px;
}
#contact_form input#button{
	width:100px;
}