body, html {
	margin:0;
	padding:0;
	color:#000;
}
body {
	font-family: Myriad Pro, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 130%;
}
h2 {
	font-size: 2em;
	border-bottom: #62725e 1px dotted;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	color: #62725e;
	padding-left: 60px;
	line-height: 150%;
	background: url(../images/h2_background.jpg) no-repeat center left;
}
h3 {
	font-size: 1.6em;
	border-bottom: #62725e 1px dotted;
	padding-bottom: 3px;
	line-height: 150%;
	font-family: Helvetica, sans-serif;
	color: #62725e;
	width: 80%;
}
ul {
	line-height: 160%;
}
a {
	color: #62725e;
}
a:hover {
	color: #6991c4;
}
a:visited {
	color: #000000;
}
body {
	min-width:750px;
	background: #0e130d url(../images/background.jpg) no-repeat 50%;
	margin: 0px;
	background-position: top
}
#topbar {
	height: 117px;
	background: url(../images/topbar_background.jpg) repeat-x top;
	border-bottom: #000000 7px solid;
    	text-align: center;
}
#wrap {
	background: #eef5ff url(../images/wrapper_background.jpg) bottom left no-repeat;
	margin:0 auto;
	margin-top: -110px;
	margin-bottom: 15px;
	width:768px;
	border: 2px solid black;
}
#wrap_front {
	background: #eef5ff;
	margin:0 auto;
	margin-top: -110px;
	margin-bottom: 15px;
	width:768px;
	border: 2px solid black;
}
#navigation {
	 background: transparent;
	 height: 45px;
	 background: url(../images/navigation_background.jpg) top left repeat-x;
	 text-transform: uppercase;
	 font-size: 18px;
	 font-family: Verdana, sans-serif;
	 font-weight: bold;
	 width: 768px;
	 overflow: hidden;
	 text-align: center;
}
#navigation a {
	 color : #62725e;
	 text-decoration: none;
}
#navigation li {
	 text-align: center;
	 float : left;
	 background: url(../images/button_bar.jpg) top left no-repeat;
	 margin-left: -2px;
}
#navigation ul {
	 margin : 0;
	 padding : 0;
	 border : 0;
	 list-style : none;
	 text-align: center;
}
#navigation li a {
	 padding : 0;
	 margin : 0;
	 display : block;
	 padding-top: 12px;
	 padding-bottom: 10px;
	 padding-left: 15px;
	 padding-right: 15px;
	 background-repeat : no-repeat;
}
#navigation li a:hover {
	 background: transparent url(../images/menu_arrow.jpg) top no-repeat;
}
#header {
	background: #9aabc2 url(../images/header_background.jpg) repeat-x top;
	height: 122px;
	text-align: center;
	overflow: hidden;
}
#header h1 {
    margin:0;
    display: none;
}
#header span {
      display:block;
      position:relative;
      left:1px;
      top:0px;
      z-index:1;
      width:100%;
      height:120px;
      margin:0;
      padding:0;
      background:url(../images/logo.jpg) bottom center no-repeat;
}
#main {
	background: #ffffff url(../images/main_background.jpg) repeat-y left;
	border-top: 1px solid #d5e7fe;
	float: right;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	width:533px;
}
#main IMG {
	float: right;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 3px;
	margin-top: 4px;
	border: #8d9caf 4px solid;
}
#sidebar {
	float:left;
	width:180px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top: 10px;
}
#sidebar IMG {
	border: #bcc8c3 4px solid;
	text-align: center;
	margin-bottom: 10px;
}
#sidebar ul {
 	margin : 0;
	padding : 0;
	border : 0;
	font-size: 1.5em;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	list-style : none;
	text-align: right;
}
#sidebar ul a {
	text-decoration: none;
	color: #62725e;
	border-bottom: #d3dad0 1px dotted;
	display: block;
}
#sidebar li {
	padding-bottom: 5px;
	width: 100%;
}
#sidebar ul a:hover {
	color: #000000;
}
#footer {
	background:#cc9 url(../images/topbar_background.jpg) repeat-x bottom;
	clear:both;
	height: 35px;
	color: #fff;
	border-top: #62725e 1px solid;
}
#footer p {
	padding:5px;
	margin:0;
}
.codebox {
	display: block;
	border: 1px solid #cccccc;
	background: #ffffcc;
	width: 450px;
	margin-left: 30px;
	padding: 5px;
}
