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

* {
margin: 0px;
padding: 0px;
}

body {
background-image:url(../assets/body_bg.jpg);
background-repeat:repeat;
background-position:left top;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
}

 
#top {
background-image:url(../assets/topBG.jpg);
width: auto;
background-position: center top;
background-repeat:repeat-x;
}

p {
line-height: 24px;

}

h1 {
color:#336699;
font-size:16px;
}

a {
color: #3399FF;
}

#wrapper {
width: 989px;
height: 1100px;
margin: 0 auto;
background-image:url(../assets/main_bg.png);
background-position: top center;
background-repeat:no-repeat;
}

ul {
margin-left: 20px;
line-height: 22px;
list-style:outside;
}

input, textarea, select { border: 1px solid #bbbbbb; padding: 4px; }


#nav {
position: relative;
top: 383px;
height: 30px;
width: 660px;
margin-left: 18px;
text-align:center;
}

#nav a {
font-size:11px;
color:#FFFFFF;
font-weight: bold;
text-decoration:none;
margin-right: 5px;
}

#nav a:hover {
font-size:11px;
color: #3399CC;
font-weight: bold;
text-decoration:none;
margin-right: 5px;
}



#left {
position: relative;
top: 400px;
width: 660px;
margin-left: 10px;
float:left;
}

#right {
position: relative;
top: 400px;
width:285px;
margin-right: 10px;
float: right;
}

#innerright {
width: 200px;
float:right;
margin-left: 20px;
}

#right p {
color: #FFFFFF;
font-weight:bold;
font-size:12px;
}

#footer {
position: static;
bottom: 0;
left: 10px;
color: #FFFFFF;
font-weight: bold;
}

