@charset "utf-8";
/* Visual Signs Print Desing - CSS */
/* Created by:  Visual Signs Print Design */
/* Date created:  28 July 2008 */

body {
background-image:url(images/bg.gif);
background-repeat:repeat;
}

#container {
width: 800px;
height: 576px;
background-color:#FFFFFF;
position: absolute;
top: 0%;
right: 0%;
bottom: 0%;
left: 0%;
margin: auto;
}

#nav_main_container {
width: 800px;
height: 478px;
}

#nav {
width: 148px;
height: 100%;
float:left;
}

#nav_main_gap {
width: 5px;
height:auto;
float:left;
}

#main {
width: 617px;
float:right;
padding:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#565656;
}

#gap {
width:800px;
height:5px;
}

#sec_nav {
width: 800px;
height: 26px;
background-color:#595959;
}

#footer {
width: 800px;
height: 62px;
background-image:url(images/footer_bg.gif);
background-repeat:repeat-x;
}

#contact{
width: 800px;
height: 24px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#666666;
font-size: 10px;
}

#logo {
width: 265px;
height: 89px;
position:relative;
top: -96px;
left:525px;
z-index:1;
}

a:link {
text-decoration:none;
color:#666666;
}

div.clear {
clear:both;
}

#float-left {
float:left;
}

#float-right {
float:right;
}
