@charset "utf-8";
/* CSS Document */

body {background-image:url(bg.jpg); background-repeat: repeat-x; color:#0a1a4a; font-family:Arial, Helvetica, sans-serif; font-size:14px }
a {color:#c8911b; text-decoration:underline}
a:hover {color:#ffffff; text-decoration:none; background-color:#A5B2D4}

#header {width:100%; height: 185px; background-color:none; display:block; margin-bottom:20px}
#wrapper {margin:auto; width:1050px}
#left {width:150px; height:350px; float:left; padding:25px; background-image:url(leftbg.jpg); background-repeat:no-repeat; padding-left:30px; margin-right:}
#content {width:500px; height:auto; float:left; margin-left:30px; margin-bottom:50px}
#right {width:250px; float:right; margin-bottom:20px; height:auto}
#footer {width:100%; clear:both; height:40px; margin:none; background-image: url(footerbg.jpg); background-repeat:repeat-x;}