@charset "utf-8";
body {
	font-family: "Trebuchet MS", "Liberation Sans", verdana, arial, helvetica, sans-serif;
	color: #CCC;
	background-color: #000;
}
div {
	width: 950px;
	padding-bottom: 10px;
	padding-top: 10px;
}
a {
	color: #5D6B8A;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #8E6199;
	text-decoration: underline;
}
a:active, a:visited:active {
	color: #6C4875;
	text-decoration: none;
}
a:visited {
	color: #4E6F62;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	/*font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;*/
	color: #666;
	padding-top: 20px;
	font-weight: bolder;
}
/* hyperlink colours and default styling */


#wrapper {
	width: 950px;
	margin: auto;
	background-color: #000;
}
#header {
	background-repeat: no-repeat;
	height: 220px;
}
#logo {
	height: 100px;
	width: 320px;
	float: left;
}
#title {
	clear: left;
	float: left;
	width: 750px;
	padding-top: 30px;
}

#title h1 {
	font-size: 1.5em;
	padding-left: 170px;
}
#content-home {
	clear: both;
	float: left;
	background-color: #0A0A0A;
	border-top: 1px solid #171717;
	background-image: url(../theme-imgs/content-bg.jpg);
	font-size: small;
	background-repeat: repeat-y;
}
#content {
	clear: both;
	float: left;
	background-color: #050505;
	font-size: small;
	background-image: url(../theme-imgs/content.jpg);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 10px 30px 10px;
	width: 930px;
}
#content p img {
	float: right;
	border: 10px solid #222;
	margin: 10px;
}
#content ul{
	margin-bottom: 10px;
}
#content ul li {
	list-style-type: circle;
	margin-left: 30px;
}

#content-home h2 , #content h2{
	padding: 0 0 6pt 0;
}
#content-home p , #content p{
	padding-top: 6pt;
	padding-right: 0pt;
	padding-bottom: 6pt;
	padding-left: 0pt;
	
}
#left-col {
	float: left;
	width: 306px;
	padding-left: 10px;
	color: #999;
}
#tdadiv {
	float: left;
	width: 316px;
	color: #999;
}
#tdadiv a {
	font-weight: bold;
	font-size: 1.15em;
}
#tdadiv li {
	padding: 6pt 0 6pt 0;
}
#centre-col {
	float: left;
	width: 318px;
}
#centre-col h2 {
	text-align: center;
}
#right-col {
	float: right;
	width: 280px;
	text-align: right;
	padding-right: 10px;
}
#right-col ul {
	padding: 6pt 0 6pt 0;
}
#footer {
	clear: both;
	text-align: center;
	border-top: 1px solid #171717;
	float: left;
	width: 950px;
	padding-top: 30px;
	padding-bottom: 20px;
}
#footer p {
	font-size: 12px;
}

#content-left-col {
	float: left;
	width: 50%;
}
#content-left-col p, #content-left-col h2 {
	padding-right: 10px;
}
#content-tdadiv {
	float: left;
	width: 100%;
	color: #999;
}
#content-tdadiv a {
	font-weight: bold;
	font-size: 1.15em;
}
#content-tdadiv li {
	padding: 6pt 10px 6pt 0;
}
#content-right-col {
	float: right;
	width: 50%;
}
#content-right-col p, #content-right-col h2 {
	padding-left: 10px;
}
#eediv {
	float: left;
	width: 100%;
	color: #999;
}
#eediv a {
	font-weight: bold;
	font-size: 1.15em;
}
#eediv li {
	padding: 6pt 10px 6pt 10px;
}
