@charset "utf-8";

html, body, p, h1, h2, h3, h4, h5, h6, h7 {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, h7 {
    padding-bottom: 6px;
}

table.gadget {
   margin: auto !important;
}

p {
    padding-bottom: 6px;
}

img {
    border-width: 0px;
}

a {
    color: #9DCEFF;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

body {
    background-image: url(../images/bg_body.jpg);
    background-attachment: fixed;
    background-color: #b1181a; /* Red-ish color matches background image */
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
}

#wrap {
    background-image: url(/images/bg_wrap.png);
    background-repeat: repeat-y;
    background-position: center;
    margin: auto;
}

/**************************** HEADER ****************************/

#header {
    width: 830px;
    display: block;
    margin-left: auto;
    margin-right: auto;	
    margin-bottom: 8px;
}

#versatile_logo {
    position: ;
    margin: 7px 0px 0px -80px;
    float: left;
    width: 360px;   
}

#navigation {
    text-align: center;
    position: relative;
    left: -22px;
    float: right;
    width: 460px;
    top: 65px;
}

#navigation2 {
    position: ;
    float: left;
    width: 830px;
    margin-bottom: 10px;
}

/**************************** CONTENT ****************************/
#content {
    position: relative;
    background-image: url(/images/bg_content.jpg);
    background-repeat: repeat-y;
    background-position: center;
    width: 807px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
    clear: both;

}
#content_main {
    margin: 0 20px 0 20px;
}
#content_top {
    background-image: url(../images/bg_content_top.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 17px;
}
#content_bottom {
    background-image: url(../images/bg_content_bottom.jpg);
    background-repeat: no-repeat;
    background-position: center;	
    height: 17px;
    clear: both;
}
#sub_menu {
	width: 770px;
	height: 50px;
	background-color: ;
	margin: 20px auto;
	border-bottom: thick solid black;
}
#sub_menu a {
	color:whitesmoke;
	text-decoration: none;
}
#sub_menu a:hover {
	color: red;
}

/**************************** FOOTER ****************************/

#footer {
    position: relative;
    background-image: url(../images/bg_footer.gif);
    background-repeat: repeat-x;
    background-position: center bottom;
    height: 90px;
    width: 844px;	
    margin-left: auto;
    margin-right: auto;

}
#footer_main {
    position: absolute;
    bottom: 16px;
    left: 0px;
    font-size: 12px;
    height: 52px;
    width: 620px;
    text-align: center;
}
#footer_logo {
    position: absolute;
    bottom: 31px;
    right: -11px;
    height: 62px;
    width: 224px;
}
#footer_copyright {
    font-size: 9px;
    color: #CCC;
    padding-top: 3px;
}