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

body {
background-color:#E0DFC9;
background-image:url(images/background.gif);
background-repeat:repeat;
font-family:"Century Gothic", Georgia, Verdana, sans-serif;
}

a {
text-decoration:none;
color:#E0DFC9;
}

a:hover {
color:#FF8040;
}

#wrapper {
width:800px;
margin:0 auto;
/*background-color:#003C4F;*/
background-color:#0c1924;
border:5px double #FFFFFF;
}

#header {
width:800px;
height:250px;
background-image:url(images/header.gif);
}

#break {
width:800px;
height:5px;
background-color:#000000;
}

#nav_bar {
width:800px;
text-align:center;
background-color:#FFFFFF;
padding-top:5px;
padding-bottom:5px;
}

#nav_bar a {
color:#000000;
}
#nav_bar a:hover {
color:#666666;
}

#content {
width:750px;
min-height:600px;
padding-top:30px;
padding-left:30px;
padding-right:20px;
padding-bottom:10px;
color:#FFFFFF;
}

#footer {
width:800px;
padding-top:5px;
padding-bottom:5px;
}

#thumb {
margin:0px;
width:200px;
height:200px;
float:left;
border:2px solid #FFFFFF;
}

#description {
margin:0px;
width:500px;
height:200px;
padding-left:20px;
float:left;
}

#website {
margin:0px;
width:800px;
height:230px;
}

#contact_label {
width:85px;
float:left;
}

#contact_area {
float:left;
}

#contact_submit {
width:470px;
text-align:right;
}
