body {
    background: #e7e9e9;
    font-family: Helvetica, Arial, sans-serif;
	text-shadow:0 1px 0 #eee;
    font-size: 70%;
    line-height: 2;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
.clearer {
    clear: both;
    float: none;
    display: block;
    height: 2px;
    width: 100px;
}

#wrap {
    width: 940px;
    margin: 0 auto;
    padding: 2em 2em 300px 2em;
}

#header {
    margin-bottom: 27px;
    padding-bottom: 2em;
	border-top: 10px solid #000;
	border-bottom: 1px solid #000;
}

#footer {
	background: #e7e9e9;
	width: 940px;
	clear: both;
	position: fixed;
	bottom: 0pt;
    margin-bottom: 5px;
    padding-bottom: 0.5em;
	border-bottom: 10px solid #000;
	border-top: 1px solid #000;
	z-index: 20;
}

body #footer {
	position: fixed;
	bottom: 0pt;
}

#main {
    margin-top: 2em;
}
#left {
    width: 260px;
    margin-right: 20px;
    float: left;
}
#right {
    float: right;
    width: 650px;
    position: relative;
}
#nav {
    margin-left: 0px;
    margin-top: -38px;
    position: absolute;
    z-index: 9990;
    text-align: center;
}
#nav a {
    display: block;
    text-indent: -9999px!important;
    float: left;
    color: black;
    width: 71px;
    height: 1px;
    background: #000;
    border-top: 10px solid #e7e9e9;
    border-bottom: 10px solid #e7e9e9;
    
}
#nav a:hover {
    background: #3a94b6;
}
#nav a.activeSlide {
	border-top: 10px solid #000;
    background: #3a94b6!important;
}

h1 {
    background: transparent url(./logo.png) no-repeat left;
    width: 275px;
    height: 125px;
    float: left;
}
h1 span {
    display: none;
}
#header p {
    text-align: right;
    float: right;
    margin-top: 3.4em;
}
#left p {
    color: #333;
    margin-top: -3px;
    margin-bottom: 2em;
    width: 90%;
}
#right a{
	padding: 5px 30px 2px 5px;
	margin: 10px 0 0 0;
    color: #333;
	font-weight: 600;
	font-size:12px;
	border-top: #0695c1 thick solid;
	border-bottom: #0695c1 solid;
	border-bottom-width: 1px;
    text-decoration: none;
}
#right a:hover{
	padding: 5px 30px 2px 5px;
	margin: 10px 0 0 0;
    color: #eeeeee;
	font-weight: 600;
	font-size:12px;
	background: #0695c1;
    text-decoration: none;
}
a {
    color: #0695c1;
	font-weight: 500;
    text-decoration: none;
}

#right p {
    color: #333;
}


