div {
}

body {
	margin: 0px;
	padding: 0px;
	background:#191d18;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 22px;
	color: #7eb8d4;
}

h1 {
font-size: 32px;
}

h2 {
font-size: 20px;
}

div.layout {
}

#layer {
	margin-left: auto; 
	margin-right: auto;
	width: 1024px;
	height: 900px;
	background-image: url(../images/layout.png);
	background-repeat: no-repeat;
}

#header_text{
        font-family: Gabriola;
        font-weight: bold; 
        color: #7fff00;
	float:left;
	margin: 5px 0 0 350px;
	width: 330px;
	height: 170px;
}

#header_left_text{
        font-family: Segoe Script;
        color: red;
	float:left;
	position:relative;
	top:30px;
	left:10px;
	width: 360px;
	height: 100px;
}

#header_right_text{
        font-family: Segoe Script;
	color: red;
	float:left;
	position:relative;
	top:30px;
	left:295px;
	width: 360px;
	height: 100px;
}

#left_text{
	color: #f0f1f1;
	float:left;
	position:relative;
	top:155px;
	left:-673px;
	width: 200px;
	height: 370px;
}

#right_text{
	color: #f0f1f1;
	float:left;
	position:relative;
	top:-215px;
	left:775px;
	width: 200px;
	height: 370px;
}

#content_text{
	color: #f0f1f1;
	float:left;
	position:relative;
	top:-240px;
	left:75px;
	width: 470px;
	min-height: 500px;
        font-size: 16px;
        
}

#centertext{
	text-align:center;
        
}

a{
	color: #F88017;
	text-decoration:none;
        font-family: Comic Sans MS;
}

a:hover{
	text-decoration:underline;
}
