/* **************************************************** 

Title: 		GetSimple CSS Document
Author: 	bbproject.net
URL: 			http://www.bbproject.net

**************************************************** */

body { background: #15508F url(images/bg.jpg) top center no-repeat; color: #1A1C1B; font-family: verdana; font-size: 14px; margin: 20px 0px; }

#wrapper { margin: 0px auto; width: 980px; }
	
#container { border: 10px solid #1B4F8D; background: #F6FBFF; }
	
#logo { margin: -1px 0px 18px 31px; padding: 0px; }
#logo a { background: url(images/logo.png) no-repeat; text-indent: -999em; display: block; width: 377px; height: 59px; }

#lines { background: url(images/lines.png) no-repeat; height: 10px; }

#nav { background: url(images/navbg.png) repeat-x; list-style: none; margin: 0px; padding: 0px; height: 77px; }
#nav li { background: url(images/navsep.png) no-repeat; float: left; padding-left: 2px; height: 77px; }
#nav li:first-child { background: none; padding-left: 0px; }
#nav li a { display: block; padding: 0px 15px; height: 100%; }
#nav li.lang { background: none; float: right; margin: 0px; padding: 0px; }
#nav li.lang a { padding: 0px; }
#nav img { border: none !important; }

#header { border-top: 1px solid #6E7172; background: #292D2B url(images/header.jpg) no-repeat; height: 314px; }

#glow { background: url(images/glow.png) top center no-repeat; position: absolute; left: 0px; top: 194px; width: 100%; height: 314px; }

#sidebar { text-align: right; position: relative; float: right; margin: 32px 35px; width: 430px; z-index: 100; }
#sidebar .alt { font-size: 12px; }

#content { line-height: 22px; margin: 40px 35px; }

#footer { color: #A8C1DD; font-family: arial; font-size: 11px; margin: 5px 10px; }
#footer a { color: #A8C1DD; text-decoration: none; }
#footer a:hover { color: #EDF2F8; }
	
a { outline: none; color: #067EC7; text-decoration: none; }
a:hover { color: #0360AE; }
img { border: 1px solid #C9CCCE; }
img[alt=""] { border: none; }
table { border-collapse: collapse; border: 1px solid #CCC; width: 100%; }
table td { background: #FFF; border: 1px solid #CCC; padding: 5px 10px; }

.button { background: url(images/button.png) no-repeat; font-family: arial; font-size: 13px; position: relative; margin: 0px auto; padding-top: 4px; width: 163px; height: 21px; }
.button a { color: #FFF; text-decoration: none; }
.button a:hover { color: #B6E3FB; }
.clear { clear: both; height: 0px; }
