@charset "utf-8";
/* CSS Document */
/*begin header*/
#header {
height: 100px; width: 750px; margin-left: 70px; border: solid 1px #000;
}
/*end header | beging sidebar_a*/
#sidebar_a {
float: left; width: 135px; height: auto; padding: 5px; margin-top: 10px;
}
/*end sidebar_a | begin content*/
#content {margin-left: 150px; width: 700px; padding: 5px;}
p { font-family:Georgia, "Times New Roman", Times, serif; color: #000066; font-size: 16px; line-height: 125%; margin-top: 0; margin-bottom: 6px; text-indent: 15px;
}
h2, h3, h4 {
font-family: Georgia, "Times New Roman", Times, serif; color: #000066;}
/*end content | begin sidebar_b*/


/*end sidebar_b | begin wrapper*/
#wrapper {}
body {background-color:#CCFFFF; background-image:url(../images/background/gradient_01.jpg); background-repeat: repeat-y;}
/* end wrapper | begin footer*/
#footer {clear: both; text-align: center;}
/*end footer*/
a:link {}
a:visited {}
a:hover {text-decoration: none; color: #FF0000;}
a:active {}
