@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;

	quotes: "" "";
}
#scroll 			{	 }


body {
	background-color:#000; 
	color:#93C; 
	font-family: georgia,serif;
	font-family: georgia,serif;text-align:center;
	margin:0 auto;
	width:700px;
	text-align:center;
	
}
#wrapper {
	position:relative;
	top:20px;
	text-align:left;
	width:700px;
}
	

#main {
	
	position:absolute;
	top:273px;
	width:700px;

}
#main h2 {
	font-family: 'helvetica neue',sans-serif;
	font-size: 1.6em;
	line-height: 1.17em;
	vertical-align: baseline;
	letter-spacing: 3px;
	word-spacing: normal;
	font-weight: bold;
	padding-bottom: 35px;
	text-align:center;
	color:#FFF;
}
#main h3 {
	font-family: 'helvetica neue',sans-serif;
	font-size: 1em;
	line-height: 1.17em;
	vertical-align: baseline;
	letter-spacing: 3px;
	word-spacing: normal;
	font-weight: bold;
	padding-bottom: 35px;
	
	color:#FFF;
}


#main p {
	padding:0 0 10px 0;
}
#main .space_right {
	margin-right: 10px;
}

#main .box{
	font-family:"Comic Sans MS", cursive;
	font-size:25px;
	display:block;
	width: 300px;
	text-align:center;
	border:#FFF dashed 2px;
	margin:30px 0 0 200px;
}
#main .box p {
	color:#FFF;
	text-align:center;
	padding:30px;
	
}

#header {
	position:absolute;
	top: 54px;
	height: 152px;
}
#header img {
	border:#93C 1pt solid;
}

#mainmenu {
	font-family: 'helvetica neue',sans-serif;
	font-size: 0.9em;
	line-height: 1.17em;
	vertical-align: baseline;
	letter-spacing: 1px;
	word-spacing: normal;
	font-weight: bold;
	text-align:center;
	position:absolute;
	top:10px;
	height: 42px;
	width:700px;
}

#mainmenu ul {
	list-style:none; 
	padding-left: 0px;
	text-align:center;
}

#mainmenu li {
	display:inline; 
	padding-right:10px;
	font-weight:bold;
	padding-right:15px;
}

a {
	color:#C09;
}
a:hover {
	color:#C00;
}

.left_side {
	float:left;
	width: 325px;
}
.right_side {
	float:right;
	width: 325px;
	text-align:right;
}
.right_side img {
	float:right;
}

.clear_float {
	clear:both;
}
.left_float {
	float:left;
	padding: 10px 10px 0 0;
	border:none;
	width:340px;
}
.right_float {
	float:right;
	padding: 10px 0 0 10px;
	border:none;
	width:340px;
}

.aleft {
	text-align:left
}
.aright {
	text-align:right; display:block;
}
.acentre {
	text-align:center; display:block;
}