﻿body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	background-color: #a8aaad; 
}

h2,h3 {
	margin-top: 0px;
	padding-top: 0px;
}

div#wrapper {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	top: 0px; 
	width:1024px;  
}

div#head {
	left:0px;
	width:1024px;
	height:71px;
	background-color: #FFFF66;
	top: 0px;
	position: absolute;
	background: url(../images/top.gif) no-repeat top;
}

div#menu {
	width: 1024px;
	position: relative;
	top: 71px;
	height:60px;
	background-color: #aaa;
	background: url(../images/menu/menu1.gif) no-repeat top;
}

div#conn {
	width: 1024px;
	position: relative;
	top: 64px;
	height:6px;
	background-color: #fff;
	background: url(../images/conn/connabout.gif) no-repeat top;
}

div#maintop {
	width: 1024px;
	position: relative;
	top: 64px;
	height:6px;
	background-color: #fff;
	background: url(../images/mainbacktop.gif) no-repeat top;
}

div#maintop {
	width: 1024px;
	position: relative;
	top: 64px;
	height:6px;
	background-color: #fff;
	background: url(../images/mainbacktop.gif) no-repeat top;
}

div#main {
	width: 1024px;
	position: relative;
	top: 64px;
	background: url(../images/mainbackmain.gif) repeat-y top;
}

div#main2 {
	margin:0 100px 0 70px;
}

div#mainbottom {
	background-color: #99FFFF;
	width: 1024px;
	height: 18px;
	position: relative;
	margin-top: 64px;
	background: url(../images/mainbackbottom.gif) no-repeat top
}

div#foot {
	background-color: #99FFFF;
	width: 1024px;
	height: 110px;
	position: relative;
	margin-top: 0px;
	background: url(../images/bottomcredit.gif) no-repeat top
}

div#foot1 {
	position: absolute;
	left:385px;
	top:5px;
	color:#333;
	text-align:center;
	font-size:11px;
}

div#foot2 {
	position: absolute;
	left:255px;
	top:80px;
	color:#777;
}


.title {
	color:#777;
	font-size:17px;
	margin-left:20px;
	margin-bottom:25px;
	text-transform: uppercase; letter-spacing: 0.15em;
}

.maintext {
	color:#444;
	font-size:12px;
	margin-left:20px;
	margin-right:20px;
	line-height:18px;
}



hr {
	margin:30px 20px 25px 20px;
}


