

body {
	background-image: url();
	text-align: center;
	background-color: #FFF;
	font-family:Arial;
	font-weight:normal;
	font-size:.8em;
	line-height:20px;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	
}

h1 
{
    font-size:32px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight:300;
    line-height:30px;
}

h2
{
    font-size:24px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight:300;
    line-height:30px;
}
h3
{
    font-size:20px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight:300;
    line-height:35px;
}

h4
{
    font-size:16px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight:300;
    line-height:22px;
}

h5
{
    font-size:14px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight:300;
    line-height:18px;
}

.head5
{
    font-size:14px;
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight:300;
    line-height:18px;
}

a:link {
	color: #F60;
	text-decoration: none;
}
a:visited {
	color: #F60;
	text-decoration: none;
}
a:hover {
	color: Purple;
	text-decoration: none;
}
a:active {
	color: #F60;
	text-decoration: none;
}
#wrapper {
	position:relative;
	width:1107px;
	min-height:770px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#splash {
	position:absolute;
	width:1009px;
	min-height:636px;
	z-index:2;
	top: 120px;
	left: 50px;
	background-color: #A9AC60;
}
#header {
	position:absolute;
	width:1112px;
	height:250px;
	z-index:3;
}
#headerlinks {
    position:absolute;
    top:50px;
    left:900px;
    z-index: 4;
    font-size:12px;
    font-weight:normal;
}
#footer {
	position:absolute;
	width:1009px;
	height:60px;
	z-index:4;
	top: 708px;
	background-color: #A9AC60;
	left: 50px;
	color: #FFF;
}

.menu {
	position:absolute;
	width:1000px;
	height:48px;
	z-index:12;
	top: 152px;
	left: 60px;
}

body,td,th {
	color: #000;
}
