body { background-color: #eeeeee; color: #000000; font-family: Arial, sans-serif; font-size: 1.0em; } /*background: #005ea2 url('style_img/bg-body.gif') repeat-x*/

/*--Links--*/
a { color: #52808f; text-decoration: none; border-bottom: 1px dotted #52808f; }
a:hover { color: #000000; text-decoration: none; border-bottom: 1px dotted #000000; }

/*--Typography--*/
p, li {font-size: 0.9em; font-family: Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { color: #85c329; font-family: Verdena, Arial, sans-serif; }
h1 { color: #000000; font-size: 2.5em; font-weight: bold; margin: auto; }
h2 { font-size: 2.0em; font-weight: bold; }
h3 { font-size: 1.8em; }
li { list-style-image: url('style_img/arrow.gif')}
blockquote { border-left: solid 5px #85c329; padding-left: 5px; }

/*--Class--*/
.blue { color: #0099ff; }
.hline { width: 100%; height: 7px; background-color: #82b0bf; }
.nav { font-size: 0.8em; font-weight: normal; }
.nav { width: 218px; margin: 0 0 40px 0; padding: 10px; background-color: #eeeeee ; border: solid 1px #82b0bf; }
.nav .blue { color: #0099ff; font-size: 1.2em; font-weight: bold; }
.nav li a { color: #555; text-decoration: none; border-bottom: 1px dotted #999999; }
.nav li a:hover { color: #000; text-decoration: none; border-bottom: 1px dotted #000000; }

/*--Images--*/
img { border: none; padding: 4px; }
a img { border: 3px solid #52808f; margin: 4px; padding: 3px; }
a:hover img { border: 3px solid #000000; margin: 4px; padding: 3px; }

/*--ID_structure--*/
#container { width: 760px; margin: auto; background-color: #ffffff; padding: 15px; }
#container { border: solid 7px #4f789f; border-left: solid 30px #4f789f; border-right: solid 30px #4f789f; /*#737373*/ }
#header { height: 335px; background-image: url('style_img/bg.gif'); border: solid 1px #82b0bf; }
#header h1 { padding: 80px 5px 5px 5px; }
#header img { margin: 10px; padding: 0px; border: solid 1px #82b0bf; }
#spec img { border: none; position: relative; top: -15px; left: 17px; }
#main { float: left; width: 500px; padding: 0; margin: 0; }
#sidebar { float: right; width: 240px; margin: 15px 0 0 0; }
#footer { clear: both; text-align: center; color: #777777; /*#85cbf1*/ }
