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

*{margin:0; padding:0;}

body{
margin:0;
padding:0;
text-align:center;
font:11px "Lucida Sans", Arial, sans-serif;
color:#fff;
background:#74cec5;
}
a{
color:#fff;
text-decoration:none;
}
#container{
width:1000px;
margin:0 auto;
text-align:left;
}

#galleryimage{
float:left;
width:304px;
}
.galleryimagetop{
background:url(images/galleryimageleft.png) no-repeat top;
width:304px;
height:242px;
}
.galleryimagebottom{
background:url(images/galleryimagebottom.png) no-repeat bottom;
width:304px;
height:186px;
}
#gallerycontent{
float:left;
width:696px;

}
.gallerycontenttop{
background:url(images/gallerytop.png) no-repeat;
height:46px;
}
.gallerycontentbg{
background:url(images/contentbg.png) repeat-y;
padding:0 28px 0px 18px;
}
.gallerycontentbottom{
background:url(images/galleryfooter.png) no-repeat;
height:44px;
}
.clear{
clear:both;
}
