/* CSS Document */
body{
background-color:#aaa;
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#CCCCCC;
}
h1{
font:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#ffffff;

}



#container{
width:100%;
height:100%;
margin:0 auto;
padding:40px 0px 0px 0px;
text-align:center;
}
#pulppress_box{
width:780px;
height:480px;
background-color:#424242;
border:1px solid #CCCCCC;
text-align:center;
margin:0 auto;
padding:0;
}
#pulppress_top{
width:780px;
height:78px;
background-color:#919191;
border-bottom:1px solid #333333;
}
#pulppress_logo{
width:238px;
height:78px;
float:left;
}
#pulppress_topimage{
width:542px;
height:78px;
background-image:url(../images/photo/camera.jpg);
background-repeat:no-repeat;
background-position:right;
float:left;
}
#pulppress_navigation{
height:17px;
width:775px;
background-color:#a3a3a3;
padding-top:2px;
text-align:left;
padding-left:5px;
}
#pulppress_content{
height:382px;
width:780px;
background-image:url(../images/photo/background_image.jpg);
background-repeat:no-repeat;
background-position:left;
text-align:left;
}
#pulpress_link{
width:585px;
text-align:left;
padding-right:5px;
float:left;
}
#pulpress_otherlink{
width:180px;
text-align:right;
padding-right:5px;
float:left;
}
/*--------------------------------links---------------------------------------*/
a:link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
text-decoration:none;
}
a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
text-decoration:none;
}
a:active{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
text-decoration:none;
}
a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#ffffff;
text-decoration:none;
background-color:#999999;
}
.album:visited {
color:#CC66CC;
}
.album:link {
color:#CC66CC;
}
.album:active{
color:#CC66CC;
}
.album:hover{
color:#ffffff;
background-color:transparent;
}
/*---------------------------index----------------------------------*/
#photograph_index_content{
height:382px;
width:780px;
background-image:url(../images/photo/camera_bkg1.jpg);
background-repeat:no-repeat;
background-position:right;
}
#photograph_index_text{
width:420px;
padding:30px 0px 0px 10px;
}
#photograph_about_content{
height:382px;
width:780px;
background-image:url(../images/photo/about.jpg);
background-repeat:no-repeat;
background-position:right;
}
#photograph_about_text{
width:500px;
padding:30px 0px 0px 10px;
}
#photograph_contact_content{
height:382px;
width:780px;
background-image:url(../images/photo/contact.jpg);
background-repeat:no-repeat;
background-position:right;
}
#photograph_contact_text{
width:400px;
padding:30px 0px 0px 10px;
margin-left:190px;
}
#photograph_learning_content{
height:382px;
width:780px;
background-image:url(../images/photo/learning.jpg);
background-repeat:no-repeat;
background-position:right;
}

/*------------------------------album----------------------------------*/
#photograph_album_content{
height:342px;
width:760px;
padding:30px 0px 0px 10px;
margin:0;

}
.photo_thumb{
width:111px;
height:111px;
margin-right:10px;
float:left;
}
#album_text{
clear:both;
}
.photo{
float:right;
margin:20px 10px 0px 10px;
}
.photodescription{
padding:30px 0px 0px 10px;
}
.contact a{
color:#CC66CC;
}
.contact a:hover{
color:#fff;
background-color:transparent;
}
/*----------------------photo-----------------------------*/
#copyright{
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin-top:10px;
color:#666;
}
#copyright a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#666;
}