/* CSS Document */

*{
padding:0;
border:0;
margin:0;
}

body{
background-image:url(images/background.jpg);
}

#wrapper{
position: relative;
margin: auto;
height: auto;
width: 781px;
}

#leftwrap{
position:relative;
float:left;
height:700px;
width:470px;
}

#header{
position:relative;
height:85px;
width:470px;
}

#text{
position:relative;
width:460px;
min-height:500px;
background-image:url(Images/TEXTBACK.JPG);
text-indent:5px;
padding:5px 5px 30px 5px;
z-index: 1;
color: #999999;
}

#textlow{
position:relative;
height:23px;
width:470px;
background-image:url(Images/text_low.jpg);
}

#rightwrap{
position:relative;
float:right;
height:600px;
width:291px;
}

#rightheader{
position:relative;
height:68px;
width:291px;
margin-top:51px;
}

#menutop{
position:relative;
height:220px;
width:291px;
background-image:url(Images/menu_top.jpg);
}

#menumid{
position:relative;
height:34px;
width:281px;
padding:5px 5px 5px 5px;
background-image:url(Images/menu_mid.jpg);
}

#menulow{
position:relative;
height:171px;
width:291px;
background-image:url(Images/menu_low.jpg);
}

#thumbwrap{
position:absolute;
top:20px;
left:0px;
}

.text{
color:#999999;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

.centertext{
color:#999999;
font:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
}

.thumbs{
float:left;
padding:20px 20px 20px 20px;
}

.h1{
font-size:18px;
font-weight:300;
}
