﻿* {
    padding: 0;
    margin: 0;
} 

body {
	background: #2A303B;
	font-family:"Myriad Pro", Helvetica,sans-serif, serif;
	font-size: 12px;
	font-color: #2a303b;
	line-height: 17px;
	color: #00C;
}

img { border: none; }
a { color: #3E92EA;  }
a:hover { text-decoration: none; color : #000; }

#wrap {
	position:relative;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header { 
padding-bottom:0px;
}
#header h1 {
font-size: 0px;
font-weight: 100;
letter-spacing: -3px;
padding: 12px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
#header h1 a:hover {
color: #fff;
text-decoration: none;
}
#header h2 {
color: #ccc;
font-size: 15px;
font-weight: 100;
padding: 0 0 0 11px;
line-height: 12px;
}
#table {
	border:none;
	padding:0 0 0 0 px;
	}
#menu {
	position:absolute;
	top:156px;
	left:195px;
	height: 46px;
	width:618px;
	padding-left:10px;
	line-height: 50px;
	background: #222 url(images/menu.gif) no-repeat;
}
#menu ul {
padding-left: 0px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #ffffff;
font-family: "Myriad Pro", Verdana;
padding:0 6px;
text-decoration: none;
font-weight: 200;
font-size:18px;
}
#menu ul li a:hover {
text-decoration:underline;
}

#content {
	background: #FFFFFF;
	position:absolute;
	top:202px;
	left:194px;
	width:587px;
	padding: 10px 20px;
	height: 529px;
	border:none;
}

.left {
	float: left;
	font-color: #2a303b;
	text-align: justify;
	color: #2A3FAA;
	width:312px;
}
.left2{
	float: left;
	font-color: #2a303b;
	text-align: justify;
	color: #2A3FAA;
	width:400px;
}
.left h2 {
color: #FF4800;
font-size: 24px;
letter-spacing: -3px;
font-weight: 100;
padding : 10px 0 15px 0;
}

.right {
float: right;
padding: 10px;
font-size: 12px;
width:230px;
font-color: #2a303b;
}
.right2 {
float: right;
padding: 10px;
font-size: 12px;
width:160px;
}
.right ul {
list-style-type: none;
padding: 5px 10px 10px 10px;
}
.right h2 {
height: 30px;
font-size: 12px;
color: #666;
line-height: 30px;
}
.right a { text-decoration: none }

#top {
	background-color: #2a303b;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	height: 156px;
	width: 1024px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#left1{
	position:absolute;
	top:156px;
	left:1px;
	background-color: #2a303b;
	background-image: url(images/left.gif);
	background-repeat: no-repeat;
	height: 596px;
	width: 194px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#right1{
	position:absolute;
	top:156px;
	right:-3px;
	background-color: #2a303b;
	background-image: url(images/right.gif);
	background-repeat: no-repeat;
	height: 596px;
	width: 206px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#bottom {
	background: #2a303b url(images/bottom.gif) no-repeat;
	height: 84px;
	width: 1028px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	position:absolute;
	top:751px;
	left: -1px;
	border:none;
}

#footer {
	text-align: center;
	color: #2a303b;
	font-size: 11px;
	padding: 0 0 10px 0;
	background-color: #2a303b;
}
