@charset "UTF-8";
/* CSS Document */

*{ margin: 0; padding: 0; }*

body { font: .7em Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; line-height: 1.64em; color: #444; }
a { color: #3399cc;	background: inherit; text-decoration: none; }
a:hover { color: #000; background: inherit; text-decoration: none; }
p { margin: 0 10px 15px 0;  color: #999;}
h1 { font: normal 2.4em Georgia, Arial, Sans-Serif; margin: 15px 0 0 5px; }
h1 a:hover { color: #E4FFD3; background: inherit; }
h2 { font: bold 1.4em Verdana, Sans-Serif; margin: 0 0 12px 0; }
h3 { font: normal 1.3em Verdana, Sans-Serif; color: #999; padding-left: 27px; }
h4 { font: normal 1.0em Verdana, Sans-Serif; color: #999; }
.blue { color: #3399ff; }
.white { color: #fff; }

#content { 
    width: 400px; 
	height: 480px; 
	position: absolute; 
	left: 50%; 
	margin-top: 50px; 
	margin-left: -250px;
}

#logo { border-bottom: 0px solid #ccc; height: 303px; width: 458px; 
        padding: 0px 0px 0px 0px; margin: 50px auto 0px auto; background: #fff url(images/box_home.jpg) no-repeat; }

html>body #logo { border-bottom: 0px solid #ccc; height: 303px; width: 358px; 
        padding: 0px 0px 0 0px; margin: 50px auto 0px auto; background: #fff url(images/box_home.jpg) no-repeat; }		
		
#menu { float: right; border-left: 1px solid #ccc; height: 280px; width: 0px;
        padding: 0px 0px 0px 0px; margin: 25px 0 0px 0; position: relative; }

#left { clear: both; float: right; padding: 40px 0px 10px 0px; margin: 0px 21px 15px 0; border-right: 1px solid #ccc; 
        padding-right: 0px; width: 357px; font-size: .8em; text-align: right; }
		
	#left h2 { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 10px 10px 5px; text-align: left; }
	#left h3 { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 10px 5px 5px; margin: 0 0 15px 0; text-align: left; }
	#left h4 { background: inherit; margin: 0px 0px 15px 0; border-top: 0px solid #ccc; padding-top: 0px; padding-right: 10px; line-height: 1.60em; }
	#left p.bottomnav { background: inherit; margin: 0; border-top: 1px solid #ccc; padding: 5px 10px 0 0; }
	#left a { background: #fff; }
    #counter { font: normal 1.0em Verdana, Sans-Serif; color: #999; margin-top: -13px; padding-right: 10px; text-align: right; }

#flashcontent { width: 800px; height: 600px; border-top: 1px solid #ccc; border-right: 0px solid #ccc; 
                border-bottom: 1px solid #ccc; border-left: 0px solid #ccc; position:absolute; left:50%; margin-left:-400px; top: 400px; }

#right { float: right; position: relative; top: -90px; margin: 0 -140px 0 90px; 
         padding: 0px; width: 150px; font-size: .8em; background: #fff; text-align: left; }
	
	#right h2 { font-size: 1.2em; border-bottom: 0px solid #ccc; padding: 0px 0 8px 0; }
	#right a { color: #999;	background: inherit; text-decoration: none; }
    #right a:hover { color: #3399cc; background: inherit; text-decoration: none; }
	
