@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
#ad{
width:100%;
height:90px;
}
body{
font:11px "Lucida Sans", Arial, sans-serif;
color:#124b75;
text-align:center;
}

a{
color:#27618d;
text-decoration:none;
}

a:hover{
color:#5591bd;
text-decoration:none;
}
#container{
width:950px;
margin:0 auto;
text-align:left;
}

#header{
}

.headertop{
background:url(images/headertop.png) no-repeat;
height:144px;
}

.headerleft{
background:url(images/headerleft.png) no-repeat;
width:517px;
height:179px;
float:left;
}
.welcome{
padding:20px 40px;
width:410px;
}
.headerright{
background:url(images/headerright.png) no-repeat;
width:433px;
height:179px;
float:left;
}

.leftclear{
clear:left;
}

.contenttop{
background:url(images/contenttop.png) no-repeat;
height:58px;
text-align:center;
}

.contenttop p{
padding:20px 20px;
}

.content{
background:url(images/gallerybg.png) repeat-y;
padding:20px 25px;

}

.chrisfooter{
background:url(images/footer.png) no-repeat;
height:37px;
}