@charset "utf-8";
/* CSS Document */

html {
background-image:url(images/rightbg.jpg);
background-position:right;
background-repeat:repeat-y;
}

body {
padding:0;
margin:0;
background-image:url(images/leftbg.jpg);
background-position:left;
background-repeat:repeat-y;
}

.maintext {
font-family: "Century Gothic", Verdana;
font-size:15px;
color:#333333;
line-height:16px;
}

.maintextheader {
font-family:"Century Gothic", Verdana;
font-size:15px;
color:#333333;
font-weight:bold;
}

.smalllinks {
font-family:"Century Gothic", Verdana;
font-size:12px;
color:#333333;
line-height:12px;
}

.footer {
font-family:"Century Gothic", Verdana;
font-size:11px;
color:#333333;
line-height:12px;
text-align:center;
}

#header {
position:relative;
display:table;
margin:auto;
width:900px;
height:185px;
background-image:url(images/header.jpg);
}

#links {
position:relative;
display:table;
margin:auto;
width:900px;
height:30px;
padding-top:5px;
background-image:url(images/links.jpg);
}

#bodybg {
position:relative;
display:table;
margin:auto;
width:900px;
height:auto;
background-color:#FFFFFF;
background-image:url(images/bodybg.jpg);
}

#bodybghome {
position:relative;
display:table;
margin:auto;
width:900px;
height:auto;
background-color:#FFFFFF;
}

#body {
position:relative;
display:table;
margin:auto;
width:880px;
height:auto;
padding-top:10px;
padding-left:10px;
padding-right:10px;
}
