/* Main CSS Document */

@import url("core.css");

#container { width: 1024px; background-image: url(../images/bg-main2.gif); background-repeat: no-repeat; margin: 0px auto;}
#left { width: 270px; float: left; }
#left .logo { width: 270px; float: left; }
#left .nav { width: 115px; float: right; background-color: #2c5ba7; }
#left .nav ul { padding: 0px; margin: 0px; width: 115px; }
#left .nav ul li { padding: 0px; margin: 0px; list-style-type: none;  height: 30px; width: 115px; }
/* #left .nav a:link, #left .nav a:visited { width: 115px; height: 23px; background-color: #6369a6; display: block; text-align: center; 	padding: 7px 0px 0px 0px; font-family: Georgia, "Times New Roman", Times, serif; color: #ffffff; text-decoration: none; 
text-transform: uppercase; font-weight: bold; }
#left .nav a:hover { background-color: #25408f; color: #fff200; }
#left .nav .visited { width: 115px; height: 23px; background-color: #25408f; display: block; text-align: center; 	padding: 7px 0px 0px 0px; font-family: Georgia, "Times New Roman", Times, serif; color: #fff200; text-transform: uppercase; font-weight: bold; } */

#right { width: 750px; float: left; background-image: url(../images/bg-content.gif); background-repeat: no-repeat; }
#right .content01 { width: 303px; float: left; padding: 54px 30px 0px 30px; }
#right .content02 { width: 690px; float: left; padding: 54px 30px 0px 30px; }
#right .photo { width: 350px; float: right; padding: 54px 0px 0px 0px; }
#right .topbox { width: 640px; float: left; padding: 54px 30px 0px 30px; }
#right .box { width: 265px; padding: 0px 30px 0px 30px; }

#footer { width: 700px; height: 70px; padding: 50px 0px 10px 0px; font-size: 11px; color: #878888; text-align: center; margin: 0px 0px 0px 270px; }
#footer a:link, #footer a:visited { color: #878888; text-decoration: none; }
#footer a:hover { color: #878888; text-decoration: underline; }

#right  ul li { list-style-type: square; list-style-position: outside; }