/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ 
html { margin-bottom: 0px; min-height: 101%; }
*/


body{font-size: 100%;
	font-family: arial, sans-serif;
	background:#fff;
	margin:0;
	padding: 0;
	text-align: center;
	color:#333;

}

img {padding:0px;
	border:0px;}

p {font-family: georgia, times, serif;
	font-size:13px;
	line-height:24px;
	color:#999;
	margin:10px 0;}
	
h2 {font-family: georgia, times, serif;
	font-size:13px;
	line-height:24px;
	color:#999;
	margin:0px 0 0 20px;
	}
	
h1 {font-family: georgia, times, serif;
		font-size:16px;
		line-height:24px;
		font-weight:normal;
		margin:10px 0;
		color:#999;}

/* Link styles */

a:link {
	color: #999;
	text-decoration:none;
}
a:visited {
	color: #999;
	text-decoration:none;
}
a:hover {
	color: #c0a5a0;
	text-decoration:none;
}
a:active {
	color: #999;
	text-decoration:none;
}

ul, li {
list-style-type: none;
font-family: georgia, times, serif;
font-size: 13px;
line-height:24px;
display:inline;
padding:0 7px 0 7px;
}



.prices li {
list-style-type: none;
line-height:84px;
display:inline;
padding:0px 240px;
}


#container {width:1024px;
			height:2000px;
			background-color: #fff;
			text-align:center;
			margin:0px auto;}
			
#page {width:800px;
	height:2000px;
	background-color: #fff;
	text-align:center;
	margin:0px auto;}
		
#homepage {width:800px;
	height:2000px;
	background-color: #fff;
	text-align:center;
	margin:0px auto;}
	
#homepage img {margin:0 0 20px 0;}	
		
#topnav {width:800px;
		height:40px;
		background-color: #fff;
		text-align:center;
		margin:0px auto;}

#mainpic {width:649px;
		height:435px;
		background-color: #fff;
		text-align:center;
		margin:0px auto;}
		
#mainpicscroll {width:680px;
				height:455px;
				background-color: #fff;
				text-align:center;
				margin:20px 0px 0px 23px;
				overflow:auto;}
		
#mainpictxt {width:729px;
		height:515px;
		background-color: #fff;
		border: 1px solid #999;
		text-align:center;
		margin:0px auto;}
		
		
#maintext {width:680px;
		height:480px;
		margin:20px 0 0 23px;
		padding:0 0 0 0;
		text-align:left;
		overflow: auto;
		background-color:#fff;}		
	
#navthumbs {width:100%;
		height:45px;
		background-color: #fff;
		text-align:center;
		margin:30px 0 0 0 ;
		padding:0;}
		
#navthumbs img {padding:0 3px 0 3px;}	
		
#bottomnav {width:800px;
		height:50px;
		background-color: #fff;
		text-align:center;
		margin:20px 0;}
		
.first {color:#c0a5a0;}
	
li a.selected {color: #c0a5a0; font-weight: 100;}	
