* {
	padding: 0;
	margin: 0;
	list-style-position: inside;
	list-style-type: circle;
} 
body {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;
}


a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}

#content ul {
	font-size: 12px;
	color: #000000;
}
#content li {
	padding-left: 10px;
}
#innercontent {
	padding-top: 10px;
}

body{
	background: url(images/layout/bg.jpg) #212121 repeat-x;
}

#header{
	background: url(images/layout/header.png) repeat-x;
	height: 125px;
	margin:0px;
	padding: 0px;

	
}
#header p{
	color: #ce8080;
	font-size: 90%;
	text-align: center;
	margin: auto;
	padding: 0px;
	position: relative;
	top: -15px;
	}
	
#logo {
	padding-top: 5px;
	text-align: left;

}	

#text{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;;
	width: 644px;
	height: auto;
	background-color: #888888;
	border: solid black 1px;
	overflow-y: scroll;
	overflow-x: none;	 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #000000;	
	text-align: left;
	

	
}

#center{
	margin: auto;
	width: 644px;

}

#text_header{
	margin-left: auto;
	margin-right: auto;	
	margin-top: 70px;
	padding: 0px;
	background: url(images/layout/text_header.jpg) repeat-x;
	height: 37px;
	width: 644px;
	text-align: center;
	color: white;
	font-variant: small-caps;
	size: 16px;
	font-size: 18px;
	z-index: 10;
	position: relative;


}

.red{
background: url(images/layout/text_header.jpg) repeat-x;
}

#text_header img{
	padding-top: 10px;
}


p{
	padding: 10px;
}

#footer{
	background: url(images/layout/reflection.png) repeat-x;
	margin-left: auto;
	margin-right : auto;
	text-align: center;
	height: 85px;
	width: 644px;
	
	
}
#wrapper{
	margin: auto;
	min-width: 1200px;
}

#nav{
	margin-left: auto;
	margin-right: auto;	
	top: -5px;
	position: relative;
	left: -230px;
	width: 400px;
	color: white;

}



#display{
	position: absolute;
	right: 100px;
	top: 50px;
	z-index: 1;
	float: right;
}
	

