* { padding: 0; margin: 0; }
p { color:#CCCCCC; font:Verdana, Arial, Helvetica, sans-serif;}
a { color:#CCCCCC; text-decoration:none;}
a:hover { color:#FFFFFF; text-decoration:none;}

html, body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background:#fff;
 color:#FFFFFF;
 height:100%
 }

h1 { font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bolder; color:#FFFFFF; float:left;}
 
#wrapper { 
 width: 800px;
 min-height: 100%;
 height: auto !important;
 height: 100%;
 margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}
#faux {
 background-image:url(images/content.gif);
 background-repeat:no-repeat;
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 height:548px;
}
#header {
 color: #333;
 width: 800px;
 padding:0px;
 height: 238px;
 margin: 0px 0px 0px 0px;
 background: #121211;
 background-image:url(images/top.jpg);
 background-repeat:no-repeat;
}
#title {
 width: 800px;
 height:119px;
 color: #333;
 padding: 0px;
 margin: 0px 0px 0px 0px;
 background:#121211;
 background-image:url(images/title.gif);
 background-repeat:no-repeat;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 20px;
 padding: 0px;
 width: 120px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin-top: 0px auto;
 padding: 30px 175px 0 20px;
 width: 225px;
 display: inline;
 position: relative;
}

		#rightcolumn_a { 
		 float:right;
		 color: #333;
		 margin-top: 0px auto;
		 padding: 30px 50px 0 20px;
		 width: 380px;
		 display: inline;
		 position: relative;
		}

#footer, .push { 
 height: 200px;
 width: 800px;
 clear: both;
 color: #333;
 background:#000000;
 margin: 0px auto;
 xbottom:0px;
}

.clear { clear: both; background: none; }

#footer p{
text-align:right;
padding: 185px 30px 0 0;
font-size:10px;
color:#333333;
xposition: relative;
xbottom: 0;
}

	#footer a{
	text-align:right;
	font-size:10px;
	color:#FF6600;
	}

/*----------------------------------- NAVAGATION ---------------------------------------*/
#navcontainer
{
width: 100%;
margin: 0 auto;
padding: 20px 0 0 10px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size: 15px;
text-align: left;
text-transform: uppercase;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;

}

ul#navlist li a
{
display: block;
width: 100%;
padding: 5px 0 0 0;
color: #fff;
text-decoration: none;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
color: #fff;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #333333;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}
/*----------------------------------- PORTFOLIO ---------------------------------------*/

#thumbspace {
margin:10px 10px 10px 10px;
padding:0px;
position:relative;
}

	#thumb {
	float:left;
	width:50px;
	height:50px;
	background-color:#CCCCCC;
	margin:5px 5px 5px 5px;
	padding:0px;
		}
		
		#thumb a:hover {border: 0px solid black;}
