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

body {
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#666666;
background: url(images/background.png) center top no-repeat #111111;
}

a:link,
a:visited {
color:#0066FF;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

#center_wrapper {
margin:0 auto;
top:35px;
width:800px;
background-color:#FFFFFF;
padding:0px;
}

#nav {
width:725px;
height:30px;
background: url(images/header.png) center top no-repeat #FFFFFF;
text-align:center;
padding-top:148px;
padding-left:75px;
font-size:16px;
font-weight:bold;
}

#nav a:link,
#nav a:visited {
color:#333333;
text-decoration:none;
padding-left:20px;
padding-right:20px;
}

#nav a:hover {
text-decoration:underline;
}

#pic {
border:2px solid #666666;
}

#left_column {
position:absolute;
top:190px;
display:block;
width:145px;
min-height:400px;
padding-top:0px;
padding-left:15px;
padding-right:15px;
background: url(images/left_gradient.png) right top no-repeat #FFFFFF;
text-align:center;
}

#left_column_title {
float:left;
margin-top:20px;
margin-left:10px;
color:#0066FF;
font-weight:bold;
}

#right_column {
position:relative;
display:block;
text-align:left;
left:185px;
margin:0px;
margin-left:15px;
width:525px;
min-height:600px;
background: url(images/watermark.png) 100px 30px no-repeat #FFFFFF;;
}

#right_column_title {
margin-top:20px;
color:#0066FF;
font-weight:bold;
}

#gallery_pic {
width:150px;
height:120px;
margin:10px;
float:left;
border:2px solid #666666;
}

#about_pic {
width:200px;
height:152px;
margin:10px;
float:left;
border:2px solid #666666;
}

#footer {
position:relative;
width:100%;
height:100px;
background:url(images/radiogradient.png) center top no-repeat #FFFFFF;
}

#footer_img {
float:left;
margin-left:140px;
width:47px;
height:65px;
}

#footer_content {
float:left;
margin-top:25px;
margin-left:10px;
color:#999999;
text-align:center;
}

#clear_float {
float:none;
width:100%;
overflow:hidden;
}
