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

html,body{
margin:auto;
padding:0;
}

body{
background-color:#000099;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.9em;
color:#003399;
}

body h1{
font-size:1.2em;
color:#000099;
}

#wrapper{
width:1040px;
height:auto;
margin:auto;
background-image:url(Images/background1040x1.jpg);
background-repeat:repeat-y;
}

#pagecontainer{
width:1000px;
height:auto;
margin:auto;
background-color:#FFFFFF;
background-image:url(Images/header3.jpg);
background-position:top;
background-repeat:no-repeat;
}

#header{
width:1000px;
height:220px;
}

#logo{
position:relative;
top:20px;
height:124px;
width:1000px;
background-image:url(Images/header_2.png);
background-repeat:no-repeat;
}

#content{
float:left;
width:460px;
height:auto;
padding:20px;
border-right:solid 1px #000099;
}

#gallery{
float:right;
width:450px;
padding:20px;
}

#gallerybutton{
width:400px;
height:30px;
margin-left:auto;
margin-right:auto;
}


#footer{
width:800px;
padding:5px 100px 5px 100px;
clear:both;
text-align:center;
}
