/* Unchanged */
@import url("scrollers.css");
html, body{
	margin:0px;
	padding:0px;
	height:100%;
}

body {
	background-color: #BBB661;
	background-image: url(images/main_bg.gif);
}

#photo-wrap{
	position:relative;
	background-image:url(images/photo_bg.jpg);
	background-position: top right;
	background-repeat:no-repeat;
	height:100%;
	padding:0px;
	margin:0px;
}

#photo-wrap #wrap{
	width:850px;
	height:650px;
	position:absolute;
    left: 50%; 
    top: 50%;
    margin-top: -270px; /* half of the height */
    margin-left: -395px; /* half of the width */

}

#top-wrap{
	float:left;
	position:relative;
	width:700px;
	height:143px;
	background-image:url(images/title_bg2.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

#wrap #content-wrap{
	float:left;
	width:700px;
	background-image:url(images/contentbg.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:650px;

}

/* content ------------------------------------------------------------*/

#content{
	float:left;
	width:280px;
	padding-left:25px;
	padding-top: 0px;
	height:430px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

#content-two{
	float:left;
	width:280px;
	padding-left:25px;
	padding-top: 20px;
	height:430px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content-two a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size:10px;
	padding-top: 12px;
	font-weight:bold;
}

#content-two a: hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #EBDC77;
	font-size:10px;
	text-decoration:none;
	padding-top: 12px;
}


#title {
	width:500px;
	height:70px;
	padding-top:50px;
	padding-left: 10px;
	}

#tag {
	width:400px;
	padding-left:27px;
	padding-top: 4px;
}

/* headers ------------------------------------------------------------*/

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px;
	margin:0px;
}

/* logo ------------------------------------------------------------*/

#logo{
	position: absolute;
	right: 10px;
	top:-29px;
	width: 136px;
	height: 107px;
}

/* menu ------------------------------------------------------------*/

#menu{
	float:left;
	width:129px;
	height:512px;
	background-image:url(images/menu_bg.gif);
	background-repeat:no-repeat;
	padding: 125px 0px 0px 15px;
	margin:0px;
}

#menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #308B6A;
	list-style-type: none;
	margin:0px;
	padding:5px 0px 2px 0px;
	width:115px;
	
}

#menu ul{
	padding:0px;
	margin:0px;
}

#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EBDC77;
	font-weight:bold;
	text-decoration:none;
}

#menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}

#menu .page {
	text-decoration: none;
	color: #FFFFFF;
}

/* links ------------------------------------------------------------*/

#links{
	position:absolute;
	margin:140px 0px 0px -15px;
	padding:0px;
	width: 136px;
	height: 26px;
	top: 454px;
	left: 666px;
}
#links a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#000000;
}
#links a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#000000;
}

#links a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#FFFFFF;
}



/* button ------------------------------------------------------------*/

.button{
	font-family: Arial, Helvetica, sans-serif;
	width: 278px;
	height:125px;
	background-image:url(images/button_bg.gif);
	background-repeat:no-repeat;
	padding: 5px;
	margin:0px;
}

#content .button #cd-img {
	float:left;
}

#content .button #button-text h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#663300;
	padding:0px;
	margin:0px;
}
#content .button #button-text {
	color:#FFFFFF;
	font-size:12px;
	padding: 5px;
	font-weight:bold;
	line-height: 14px;
}

#content .button #button-text p{
	margin:5px 0px 0px 0px;
	padding:0px;
}

#content .button #button-text a {
	font-family: Arial, Helvetica, sans-serif;
	color: #EBDC77;
	font-size:12px;
	text-decoration:none;
	padding-top: 12px;
}

.page_links
{
position:absolute; 
left: 169px; 
top: 580px;
width: 280px;
text-decoration: none;
color: #fff;
}

.page_links a
{
text-decoration: none;
color: #fff;
}

.page_links a:hover
{
color: #fff;
font-weight: bold;
text-decoration: none;
}

.page_next
{
position: relative;
float: right;
}

.page_back
{
position: relative;
float: left;
}

.links a
{
text-decoration: none;
color: #fff;
border-bottom: 1px solid #b7b363
}

.links a:hover
{
color: #fff;
font-weight: bold;
text-decoration: none;
}
