@charset "utf-8";
/* Alternity Promotions website CSS 	*/
/* http://www.alternitypromotions.co.uk	*/
/* Designed and implemented by			*/
/* Andy Burgess for SableIndustries		*/
/* http://www.sableindustries.org		*/

body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 0.8em;
	line-height: 1.4em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.6em;
	margin-left: -10px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	margin-left: -10px;
}

h4 {
	font-size: 0.8em;
	font-weight: normal;
}

li {
	list-style: none;
}

a {
	color: #aaa8a2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li a {
	color: #aaa8a2;
	text-decoration: none;
	font-size: 1.2em;
	margin-left: -10px;
}

li a:hover {
	text-decoration: underline;
}
	
#wrapper {
	width: 955px;
	margin: 0 auto;
	position: relative;
}

#left {
	width: 450px;
	padding-left: 30px;
}

#right {
	position: relative;
	width: 430px;
	float: right;
}

#bottom {
	clear: both;
	padding-top: 10px;
	text-align: center;
}