body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-width: 600px;
	background:#DBD8D1;
    font-family:arial;
    font-size:12px;
    line-height: 17px;
    color:#ddd;

}
a {

    color:#a43721;
    border:2px;
    margin:0;
}
img {

	border:none;
}

#splash {
	overflow:hidden;
	z-index:2300;
}
.splashObj {
	margin:0;
	position:absolute;
	float:left;
}

#menu {
	position:absolute;
	left:0px;
	top:300px;
	width:800px;
	height:60px;
	z-index:2316;
	background-color:blue;
}
.menuObj {
	position:relative;
	width:200px;
	height:60px;
	margin:0px;
	background-color:black;
	float:left;
	text-align:center;
}
.menuButtonText {
	top:20px;
	vertical-align:middle;
	position:relative;
	font-size:16px;
	color:white;
	height:10px;
}


#ajax_load {
    width: 800px;
    height: 200px;
	background:url(../img/spinner.gif) no-repeat center;
}
#wrapper {
	margin:0 auto;
	text-align: left;
	position: relative;
	width:800px;
	top:50px;
	left:0px;
	z-index:1;
	min-height:600px;
	background:#ddd;
	margin-bottom:50px;
}
#contWrap {
	position:absolute;
	left:0px;
	top:360px;
	width:800px;
	height:200px;
	z-index:4;
	margin-bottom:20px;
	background-color:black;
}
#cont {
}

.contentWrapper {
	text-align: left;
	position: relative;
	width:700px;
	padding:50px;
	top:0px;
	left:0px;
	background:black;
}

.text_big {
    position:relative;
    display:block;
    font-family:arial;
    font-size:20px;
    color:#DDD;
    line-height:25px;
    margin-bottom:20px;
}

.text_normal {
    font-family:arial;
    font-size:12px;
    line-height: 17px;
    color:#DDD;
    margin-top:20px;
    margin-bottom:20px;
}
