*
{
margin: 0px;
}



body {	
	background: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #EF69FF;
	font: 16px Georgia, Helvetica, sans-serif;
	color: #000000;
	margin-bottom: 20px;
	margin-left: 0px;
}

#content{
	margin: auto;
	width: 1014px;
	text-align: left;
	padding:0px;
}

#main{
	width: 1023px;
	
	background-color: #FDFFCA;
	background-image: url(images/conbg.jpg);
	background-repeat: repeat-x;
	background-position:top;
	padding-top:0px;
}

#header {
	width: 1014px;
	height: 34px;
	margin: 0px;
	margin-left: 0px;
	background-color: #0f5faf;
	padding-top: 10px;
	padding-left: 10px;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	font-family: Necro, "Times New Roman", Times, serif;
	float: center;
	width: 192px;
	height: 20px;
	text-align: left;
	text-indent:8px;
	text-decoration: none;
	text-shadow: #000000 2px 2px 4px;
	color: #ffff8f;
	font-weight: normal;
	font-size: 14px;
	background-color: #0f5faf;
	background-image: url(images/menu.png);
	padding-top: 4px;
}

#nav a:hover {
	color: #000000;
}

#nav li {
	float: left;
	width: 192px;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav ul li a:hover {
	color: #000000;
}

#title{
	display: block;
	font-family: Necro, "Times New Roman", Times, serif;
	font-size: 64px;
	text-shadow: #000000 2px 2px 6px;
	font-weight: normal;
	color: #0080b0;
	padding: 10px;
}

#right{
	float: left;
	width: 994px;
	margin-left:10px;
	margin-right:20px;
	margin-bottom:20px;
}

#right p {
	margin: 10;
}

#right H4{
	height: 30px;
	font-family: Necro, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-shadow: #000000 2px 2px 2px;
	color: #f0f060;
	background: url(images/heading.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-top: 6px;
	padding-left: 20px;
	margin-bottom: 2px;
}

#images p {
	float:right;
	margin: 10;
	position:relative;
	left:-310px;
	width: 360px;
	font-family: Necro, "Times New Roman", Times, serif;
}

#footer {
	height: 32px;
	width: 1023px;
	padding-top:10px;
	background-image: url(images/heading.png);
	background-repeat:no-repeat;
	background-position: 10px 0px;
	background-color: #FDFFCA;	
}

#footer p {
	margin: 0;
	font-size: 10px;
	font-family: Necro, "Times New Roman", Times, serif;
	text-align: center;
	color: #ffff00;
}

#footer a {
	color: #000000;
	font-weight:normal;
}









