/* Unchanged */
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:790px;
	height:540px;
	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:645px;
	height:143px;
	background-image:url(images/title_bg.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}

#wrap #content-wrap{
	float:left;
	width:645px;
	background-image:url(images/home-main.jpg);
	background-repeat:no-repeat;
	height:456px;
}

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

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

#title {
	width:500px;
	height:70px;
	padding-top:5px;
	padding-left: 0px;
	}

#tag {
	width:180px;
	position:absolute;
	padding-left:0px;
	top: 78px;
	padding-top: 4px;
	left: 450px;
}

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

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#669966;
	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_pos
{
position:absolute; 
left: 169px; 
top: 460px;
width: 280px;
}

.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;
}

/* "L" box (green one) ===================================== */

.boxleft
{
position: absolute;
left: 464px;
top: 151px;
height: 195px;
width: 282px;
background: #74c585;
overflow: hidden;
}

.boxend
{
float: left;
}

.box
{
position: absolute;
top: 266px;
left: 153px;
width: 610px;
height: 305px;
}

.box img
{
margin-bottom: 6px;
}

fieldset
{
border: 0;
color: black;
font-size: 10px;
}

fieldset a
{
color: black;
font-size: 10px;
}

legend
{
display: none;
}

.conl
{
font-size: 12px;
}


.footer
{
position: static;
float: left;
width: 100%;
font-size: 10px;
color: #555;
text-align: center;
}

a.page_links, a.page_links:visited
{
	text-decoration: none;
	color: #9FD592;
}

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


#semlink, #semlink a
{
position:absolute;
text-decoration:none;
margin-left:-100px;
left:50%;
width:200px;
height:20px;
text-align:center;
bottom:-25px;
font-size: 10px;
color: #555;
}

#semlink2, #semlink2 a
{
position:absolute;
text-decoration:none;
margin-left:-100px;
left:50%;
width:200px;
height:20px;
text-align:center;
bottom:-30px;
font-size: 10px;
color: #555;
}
