body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 13px;
	color: #8C8C8C;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #C0C0C0;
}

#header {
	text-align: center;
	height: 193px;
	width: 1017px;
	margin: 0 auto;
}

.ts-1 {
	border: none;
	height: 658px;
	text-align: left;
	width: 1017px;
}

.ts-1-1 {
	border: none;
	float: left;
	height: 218px;
	line-height: 218px;
	padding: 0px;
	width: 1017px;
}

.ts-1-2 {
	border: none;
	float: left;
	height: 218px;
	line-height: 218px;
	padding: 0px;
	width: 1017px;
}

.gen-1 {
	clear: both;
}

#header h1, #header p {
	margin: 0;
	color: #EB42A3;
}

#header h1 {
	padding-top: 100px;
}

#header a {
	color: #EB42A3;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	position:relative;
	bottom:200px;
}

/* Content */

#content {
	float: left;
	width: 740px;
	margin: 0 auto;
}

#headmenu {
	float: left;
	width: 740px;
	font-size: 18px;
	position:relative;
	top:-20px;
	left:-130px;
}

/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */
.tabbar li, .tabbar ul li {
	
	/* make them horizontal in IE*/
	display: inline;
	
	/* space them a little in IE*/
	margin: 0 5px;
}

/* style the tabs */
.tab, .tabselected {
	
	/* make them horizontal in Firefox 2*/
	display: -moz-inline-box;
	
	/* make them horizontal in all other browsers*/
	display: inline-block;
	
	/* space them a little */
	padding: 5px;
}

/* style the drop down menus */
.dmenu {
	/* left align the text */
	text-align: left;
	
	/* REQUIRED */
	position: absolute;
	
	/* js fade method should display them 23px below the top of the tabs */
	margin: 23px 0 0 0;
	
	/* put some space around the contents */
	padding: 5px 15px;
	
	/* set a grey background */
	background-color: rgb(240,240,240);
	
	/* set a border, round all the corners except the top left */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-khtml-border-radius: 5px;
	-khtml-border-radius-top-left: 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
}
.tabbar .dmenu ul {
	
	/* put space at the top and bottom of top-level menus */
	padding: 5px 0 0 10px;
	
	/* stop ie going crazy */
	margin: 0;
	
}
.tabbar .dmenu ul li {
	
	/* stop ie from displaying list items inline */
	display: list-item;
	
}

/* REQUIRED: hide menus off screen by default */
.dmenu {
	left: -999em;
}

/* STYLING JUST FOR CSS MENUS */
.tabbar .fademenu .dmenu {
	
	/* position menus correctly */
	margin: 5px 0 0 -6px;
}
/* REQUIRED: show menus on hovering */
.tabbar .fademenu:hover .dmenu {
	left: auto;
}

/* Footer */

#footer {
	clear: both;
	padding: 1px 0;
	position:relative;
	bottom:120px;
	left:-100px;
	text-align: center;
	font-size: smaller;
}