@charset "utf-8";
/* CSS Document */

body {background-image:url(images/bg.jpg); background-repeat:repeat-x; background-color:#000000; margin:0px; padding:0px; font-family:Arial, Helvetica, sans-serif; color:#CCCCCC; font-size:11px; line-height:1.5;}

#header {width:1020px; background-image:url(images/header.jpg); background-repeat:no-repeat; height:204px; margin:auto; }

#contents {width:1000px; margin:auto; height:1100px}
#leftSide {width:260px; float:left; }
#leftSide img {padding-bottom:10px}

#centerSide {width:480px; float:left; padding:0px 25px 0 25px; }

#centerSide a:link {text-decoration: underline; color:#FFFFFF}
#centerSide a:visited {text-decoration: underline; color:#FFFFFF}
#centerSide a:hover {text-decoration: none;color:#FFCC00; }
#centerSide a:active {text-decoration: underline; color:#FFFFFF;}

#rightSide {width:204px; float:left; padding:5px 0 0 0}
#footer {width:1100px; margin:auto; height:150px; padding-left:20px}



p {padding:19px; text-align:justify; margin-bottom:20px}


.boldText {color:#CCCCCC; font-weight:bold}
.titleText {color:#ffffff; font-size:14px;font-weight:bold}
.whiteText {color:#FFFFFF;}