/* CSS Document */

body {
	background: #FFF;
	text-align: center;
	font-size: .80em;
	font-family: Century Gothic, Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif;
	color: #EEE;
	margin: 20px 0 0 0;
	padding: 0;
}
p{
	margin-top: 1.2em;
	margin-bottom: .5em;
	font-size: 1.3em;
	font-weight: normal;
}
a, a:visited{
	color: #CCC;
	text-decoration: underline;
}
a:hover, a:active{
	color: #FFF;
	text-decoration: underline;
}
a img{
	border: none;
}
h1{
	font-size: 4em;
	font-weight: bold;
	margin: 0 0 0 0;
	text-align: center;
	letter-spacing: 10px;
}
h2{
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: .5em;
	padding: 0 0 0 10px;
}
h3{
	font-size: 1em;
	font-weight: bold;
	margin-top: 1.2em;
	margin-bottom: .5em;
	padding: 0 0 0 10px;
}
h4{
	font-size: 0.85em;
	font-weight: bold;
	margin: 10px 10px;
}
/*layout styles-----------------------------------------------------------------------------------------*/
#page{
	width: 970px;
	height: 540px;
	margin: 20px auto 10px auto;
	border: solid 1px #000;
	background: url(../images/back.jpg) no-repeat;
}
#page.contact{
	background: url(../images/contact.jpg) no-repeat;
}
#content{
	clear: both;
	width: 970px;
	background: none;
	height: auto;
}
#page.home{
	background: url(../images/home.jpg) no-repeat;
}
/*navigation styles-----------------------------------------------------------------------------------------*/
#page ul.nav{
	margin: 0;
	padding: 0;
}
#page ul.nav li{
	height: 25px;
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	float: left;
	margin: 10px 0 0 25px;
	padding: 5px 0 15px 0;
	line-height: 20px;
	text-align: left;
}
#page ul.nav li a:link, #page ul.nav li a:visited{
	height: 25px;
	color: #FFF;
}
#page ul.nav li a:hover, #page ul.nav li a:active{
	height: 25px;
	color: #FF8080;
}
#page ul.nav li.current a{
	height: 25px;
	color: 	#FF4242;
	text-decoration: none;

}
#footer{
	width: 970px;
	clear: both;
	text-align: center;
	padding: 0 auto;
	margin: 0 auto;
}
#footer p{
	text-align: right;
	color: #000;
	padding: 0;
	margin: 0;
	font-size: .8em;
}
#footer a, #footer a:visited{
	color: #000;
}
#footer a:hover, #footer a:active{
	color: #666;
}
/*specific styles-----------------------------------------------------------------------------------------*/
#content-left{
	float: left;
	width: 403px;
	height: 420px;
	text-align: left;
}
#content-left p{
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	width: 390px;
	font-size: 0.85em;
}
#page.home #content-left{
	padding: 170px 0 0 12px;
	height: 230px;
}
#page.gallery #content-left p{
	margin: 0 0 0 39px;
	width: 364px;
}
#content-left img.selected{
	margin: 51px 0 10px 39px;
}
#content-right{
	float: left;
	width: 540px;
	height: 400px;
	padding-top: 40px;
	text-align: left;
}
#content-right.about{
	padding-top: 0;
}
#page.home #content-right{
	height: 20px;
}
#page.gallery #content-right{
	padding-top: 51px;
}
#content-right .box{
	width: 137px;
	height: 94px;
	float: left;
	padding: 0 0 31px 39px;
}
#content-right p{
	padding: 0 0 10px 0;
	margin: 0 0 0 10px;
	width: 500px;
	font-size: 0.85em;
}
#content-right p.thanks{
	width: 240px;
}
#page.contact div.specific{
	padding: 280px 0 0 20px;
	float: left;
	width: 220px;
}
#page.contact #big.specific{
	padding: 275px 0 0 0;
	float: left;
	width: 300px;
}
#page.contact div.specific h3 {
	margin-top: 0;
}
#page.contact #content-right p{
	padding: 0;
	margin: 0 0 0 10px;
	width: 220px;
	font-size: 0.85em;
	font-weight: normal;
}
#page.contact a:link{
	color: #FFF;
	text-decoration: underline;
}
p.quote{
	font-style:italic;
}
ul.thanks li{
	padding: 5px; 0 0 0;
	font-size: 0.7em;
}
ul.tight{
	padding: 1px 0 0 20px;
}
ul.tight li{
	padding: 0 0 0 0;
	font-size: 0.8em;
}
/* next and previous links */
#links{
	clear: both;
	float: left;
	padding: 0 0 0 40px;
	width: 484px;
}
div.next{
	text-align: right;
	float: right;
	clear:none;
	display: inline;
	width: auto;
}
div.previous{
	text-align: left;
	float: left;
	clear:none;
	display: inline;
	width: auto;
	padding-right: 10px;
}
div.pages{
	text-align: center;
	float: left;
	clear:none;
	display: inline;
	width: auto;
}
span.current{
	font-weight: bold;
}
div.enlarge{
	position: absolute;
	left: 504px;
	top: 358px;
	width: 50px;
	height: 15px;
	background: #FFF;
	color: #000;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
}