* { margin: 0; padding: 0; border: 0;}

body {
	direction:ltr;
	margin: 0 auto;
	padding: 65px 0 40px;
	width: 660px;
	background: #292929 url('img/background.png') repeat-x 0 -10px; /* FF */
	color: #FFF;
	font-size: 62.5%;
	font-family: tahoma, arial, sans-serif;
	}

h1, h2, p#theme, p#tagline {
	text-indent: -9000px;
	overflow:hidden;
	}

h1 {
	margin: 0 0 40px;
	width: 200px;
	height: 30px;
	background: url('img/logo.png') no-repeat;
	float: right;
	}

ul#nav {
	margin: 5px 0 0;
	width: 107px;
	height: 20px;
	list-style: none;
	float: left;
	}
	#nav li {
	float: left;
	}
	#nav li a {
	height: 20px;
	display: block;
	}

h2 {
	display: none;
	}

ul#projects {
	margin: 0 0 35px;
	padding: 0 0 0 10px!important;
	padding: 0 0 0 5px;/*IE hack*/
	width: 650px!important;
	width: 655px;/*IE hack*/
	height: 160px;
	background:  url('img/projectbg.png') no-repeat;
	list-style: none;
	clear: both;
	overflow:hidden;
	}
	ul#projects li {
	margin: 15px 10px 0 5px;
	width: 200px;
	height: 160px;
	float: left;
	}
	ul#projects li.tba_one , ul#projects li.tba_two {
	text-indent: -9000px;
	overflow:hidden;
	background: url('img/projectsoon.png') no-repeat;
	}
	ul#projects li.forums {
	background: url('img/forums.png') no-repeat;
	}
	ul#projects li.articles {
	background: url('img/articles.png') no-repeat;
	}
	ul#projects li a {
	margin: 5px;
	width: 190px;
	height: 120px;
	text-indent: -9000px;
	overflow:hidden;
	text-decoration:none;
	display: block;
	}
	ul#projects li a:hover {
	background: #FFF;
	filter:alpha(opacity=25); 
	-moz-opacity: 0.25; 
	opacity: 0.25;
	}	
	
#links {
	direction:rtl;
	text-align:center;
	float: center;
}

#links a {
	padding: 2px;
	color: #999;
	text-decoration: none;

	}

#articles {
	direction:rtl;
	text-align:right;
	margin: 0 0 30px;
	width: 520px;
	}
	#articles { float: right;}

	#articles h3 {
	margin: 0 0 0 5px;
	font-size: 1.5em;
	line-height: 1.5em;
	display: inline;
	}
	#articles p {
	direction:rtl;
	text-align:right;
	margin: 10px 0 0 0;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #999;
	}
	#articles p strong {
	color: #FFF;
	}

	#articles a {
	padding: 2px;
	color: #CECECE;

	}

	#articles p a {
	padding: 2px;
	color: #999;
	text-decoration: none;
	}
	#articles p a:hover {
	color: #FFF;
	background: #39525F;
	}
	#articles p.vitals {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.5em;
	display: inline;
	color: #CCC;
	}


#colin, #david {
	direction:rtl;
	text-align:right;
	margin: 0 0 30px;
	width: 320px;
	}
	#colin { float: right;}
	#david { float: left;}

	#colin h3, #david h3 {
	margin: 0 0 0 5px;
	font-size: 1.3em;
	line-height: 1.5em;
	display: inline;
	}
	#colin p, #david p {
	direction:rtl;
	text-align:right;
	margin: 10px 0 0 0;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #999;
	}
	#colin p strong, #david p strong {
	color: #FFF;
	}
	#colin p a, #david p a {
	padding: 2px;
	color: #999;
	text-decoration: none;
	}
	#colin p a:hover, #david p a:hover {
	color: #FFF;
	background: #39525F;
	}
	#colin p.vitals, #david p.vitals {
	margin: 0;
	font-size: 1.3em;
	line-height: 1.5em;
	display: inline;
	color: #CCC;
	}
	
dl {
	padding: 20px 0 0;
	}
	dt {
	margin: 0 0 10px;
	font-size: 1.2em;
	}
	dt a {
	margin: 0 0 0 5px;
	color: #444;
	text-decoration: none;
	}
	dt a:hover {
	color: #999;
	}
	dd {
	margin: 0 15px 0 0;
	padding: 0 13px 0 0;
	font-size: 1.1em;
	line-height: 2em;
	color: #555;
	border-right: 1px solid #444;
	}
	dd a {
	padding: 2px;
	color: #CCC;
	text-decoration: none;
	}
	dd a:hover {
	color: #FFF;
	background: #39525F;
	}
	
	
p#theme {
	margin: 0 0 120px;
	width: 660px;
	height: 60px;
	background:  url('img/theme.png') no-repeat;
	}
p#tagline {
	width: 660px;
	height: 30px;
	background: #292929 url('img/tagline.gif') no-repeat;
	clear: both;
	}