.style2 {color: #CCCCCC; font-size: 22px; font-family: cursive, "Brush Script MT"; }

body {
	font-family: verdana;
	font-size: 12px;
	color: #CCCCCC;
	margin:0px;
	padding:0px;
	background-color: #000000;
	text-align:center;
}
img { 
	border: 0;
}
a  {
	text-decoration: none;
	color: silver;
}
a:hover {
	color: #2058f9;
}


#page{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}


#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%
}

#mainnav {
	position: absolute;
	top: 70px;
	right: 30px;
	width:400px;
	height: 35px;	
	font-size: 22px; 
	font-family: cursive, "Brush Script MT";
}
#nav_header {
	position: absolute;
	top: 6px;
	right: 82px;
	color: #2058f9;
	font-size: 42px; 
	font-family: cursive, "Brush Script MT";
}

#nav_bar {
	width: 100%;
	height: 2px;
	background:#006633;
}
#mainnav a  {
	text-decoration: none;
	display: inline;
	color: silver;
	margin-right: 15px;
}
#mainnav a:hover {
	color: rgb(32,88, 249);
}

#gallerynav {
	position:absolute;
	top: -15px;
	right:0;
}


#breadnav {
	position:absolute;
	top: -40px;
	left: -25px;
	color: silver;
}


#logo { 
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	height: 50px;
	text-align:left;
	font-size:40px;	
}

#footer {
	position:absolute;
	bottom: -111px;
	left:0px;
	margin: auto;
	margin-top: 10px;
	height: 50px;
	width:100%;
	text-align:center;	
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

#content_main { 
	display:block;
	position: absolute;
	top: 197px;
	left: 158px;
	width: 600px;
	height: 450px;	
}
#content_bkg {
z-index:5;
}
#content_thumbs {
	display:block;
	position: absolute;
	z-index:10;
	left: 72px;
	top: 6px;
	width: 100%;
	height: 100%;
}
#collections_blk { display: block;
	position: relative;
	background-image: none;
	margin: auto;
	margin-top: 110px;
	width: 600px;
	height: 450px;	
}
#collections {
	position:relative;
	background-image:url(../images/collections_bkg_gal.gif);
	width:100%;
	height: 660px;
}

.thumb {
	position: static;
	background: transparent;
	background-image:none;
	float: left;
	margin-top: 40px;
	margin-right: 35px;
	border: 2px solid black;
	width: 125px;
	height: auto;
	text-align:center;
	color: black;
	font-style: italic;	
}

#photo {
	position: relative;
	margin: auto;
	width: 600px;
	height: auto;	
	text-align:left;
}
#prev_item {
	position:absolute;
	top:0;left:0;
	width:20%;
	height:700px;
}
#uppg {
	position:absolute;
	top:0;left:20%;
	width:60%;
	height:700px;
}
#next_item {
	position:absolute;
	top:0;left:80%;
	width:20%;
	height:700px;
}
