{

	margin:0;
	padding:0;
	font-size:100%;
	text-align: center;
}

body{
	background: #000000;
	text-align: center;
}

#main {
}

#header {
	margin-bottom: 5px;
}

#body {
	margin:0 auto;
	width: 100%;
}

#bodyimage {
	width: 100%;
	
}

#bodyimage1 {
	float: left;
	width: 44%;
	margin-top: 5px;
	margin-left: 5%;
}

#bodycontent {
	width: 100%;
	color:#0099FF;
	padding: 5px;
	margin-right: 10px;
}

#bodycontent1 {
	float: right;
	width: 44%;
	color:#0099FF;
	margin-top: 5px;
	margin-right: 5%;
	padding: 5px;
}

#menu {
	text-align: center; 
	clear: both;
}

#footer {
	text-align: center; 
	clear: both;
}

img.mainimage {
	float: right;
}

p {
	color: #000000;
	font-size: 18px;
}

p.content {
	color: #000000;
	font-size: 16px;
	text-align: left;
	padding: 10px;
}

p.footertext{
	color: #c99e48;
	font-size: 12px;
}


h1 {
	color: #c99e48;
	font-family:"Twin Century MT", "Times New Roman", serif;
	padding: 2px;
	margin: 0px;
	font-size: 36px;
}

h2 {
	color: #c99e48;
	letter-spacing: 6px;
	font-family:"Twin Century MT", "Times New Roman", serif;
	margin: 0px 0px 10px 0px;
	padding: 2px;
	font-size: 20px;
}

h3 {
	color: #000000; 
	font-weight: bolder;
	margin: 0px 0px 0px 0px;
	padding: 2px;
}

h4 {
	color: #c99e48;
	font-size: 16px;
	font-family:"Twin Century MT", "Times New Roman", serif;	
}

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