@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}

body {
margin:0;
padding:0;
background-image:url(../images/page_back3.jpg);
background-repeat:no-repeat;
background-attachment:fixed;
background-position: center top;
font-family: "Trebuchet MS", sans-serif;
font-size: 1em;
color: #fff;
}

h1 {
font-size: 1.1em;
text-align: left;
/*
color: #ad8135;
*/
}

h2 {
font-size: 1.1em;
text-align: left;
/*
color: #ad8135;
*/
}

h3 {
font-size: 1.0em;
}

p {
font-size: 0.9em;
}

.underline {
text-decoration: underline;
}

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

a:hover {
color:#ad8135;
}

.orange {
color:#ad8135;
}

#top_buttons {
position: fixed;
height: 26px;
width: 128px;
top: 0px;
left: 73%;
z-index: 10;
}

#top_about {
position: relative;
width: 80px;
height: 25px;
background-color: #000;
opacity: 0.8;
border: 1px solid #595c1c;
float: left;
}

#top_top {
position: relative;
width: 40px;
height: 25px;
margin-left: 4px;
background-color: #000;
opacity: 0.8;
border: 1px solid #595c1c;
float: left;
}

#top_about p {
font-family: "Trebuchet MS", sans-serif;
font-size: 0.9em;
font-weight: 600;
text-align: center;
margin-top: 2px;
}

#top_top p {
font-family: "Trebuchet MS", sans-serif;
font-size: 0.9em;
font-weight: 600;
text-align: center;
margin-top: 2px;
}

#wrapper {
position: relative;
width: 930px;
height: auto;
padding: 0;
margin: 0 auto;
margin-top: 60px;
}

#header {
position:relative;
width:904px;
height:104px;
background-image:url(../images/header2.png);
margin-left: 26px;
/*
border: 1px solid #595c1c;
*/
}

#header_text {
position:relative;
width: 894px;
height: auto;
text-align: right;
padding-top: 70px;
}

#item_web {
position:relative;
width:930px;
height:219px;
background-image:url(../images/web_back.png);
margin-top: 20px;
}

#item_print {
position:relative;
width:930px;
height:219px;
background-image:url(../images/print_back.png);
margin-top: 20px;
}

#item_photo {
position:relative;
width:930px;
height:219px;
background-image:url(../images/photo_back.png);
margin-top: 20px;
}

.item_image {
position:relative;
width:300px;
height:190px;
margin: 10px;
float: right;
margin-top: -40px;
border: 1px solid #fff;
overflow:hidden;
cursor: pointer;
}

#top_text {
position:relative;
width: 500px;
height: auto;
margin-left: 50px;
margin-top: 30px;
float: left;
}

#body_text {
position:relative;
width: 510px;
height: 160px;
margin-left: 60px;
margin-top: 20px;
float: left;
}

#footer {
position:relative;
width:930px;
height:400px;
background-image:url(../images/about_back_large.png);
margin-top: 20px;
margin-bottom: 20px;
}

#footer_left {
position:relative;
width:600px;
height:350px;
float: left;
margin: 25px 0 10px 40px;
padding-right: 45px;
border-right: 1px solid #ad8135;
}

#footer_right {
position:relative;
width:220px;
height:340px;
float: right;
margin: 25px 20px 10px 0;
/*
border-left: 1px solid #ad8135;
*/
}

#footer_left p {
font-size: 0.9em;
}

#footer_right p {
font-size: 0.9em;
text-align: right;
}

#footer_right h2 {
text-align: right;
}