*html
{margin:0px;
}

body
{
margin: 0;
padding: 0;
font: 70% verdana, arial, helvetica, sans-serif;
text-align: center;
color: #333;
line-height: 150%;

}

h1
{font-size: 1.6em;
 color:#8B1A1A;
 margin-bottom: -2px;
}

h2
{
 font-size: 1.1em;
 color:#CD2626;
 margin-bottom: 2px;
 }
 
h3
{
 font-size: 1.0em;
 color:#CD2626;
 margin-bottom: 2px;
 
 
}

img
{  border-style: none;
}

a:link, a:visited
{
	color: #8b1a1a;
	text-decoration: none;
}
 

a:hover, a:active
{	text-decoration: underline;
	color: #8b1a1a;
}


#container
{
width: 902px;
margin: auto;
background-color: #fff;
text-align: left;
}

#top
{
background-color:#990000;
background-image: url(bg.jpg);
height:140px;
}
 

#note
{
	color:#cd2626;
	font-size:smaller;
	float:right;
	padding-right: 25px;
	
}

#subtop
 {
  background-color: #662124;
  height:208px;
  width:902px;
  
  
 }

#content
{
float: left;
width: 650px;
padding: 1em;

}

#leftcontent,#rightcontent
{float:left;
 width:290px;
 padding:0 15px 0 0;
 background-image: url(dot.jpg);
 background-position: top right;
 background-repeat: repeat-y;
}

#leftcontent
{margin-right: 15px;

}

#Darren {
	float:left;
	width:245px;
	height:17px;
	margin-top: 25px;
	font-size: 80%;
	color: #999999;
}

#contact
{
	margin-left: 640px;
	width:215px;
	padding: 1em 1em 0 0;
	
}
#contact h2
{
background-color:#cbcab6;
padding-left:2px;
padding-bottom:2px;
}


#contact p
{
margin-top: 0px;
}

#contact ul
{
margin: 0px 0 0 0px;
}

#contact li
{
font-weight:bold;
list-style:none;
}

#footer
{
clear: both;
color: #333;
background-color: #fff;
border-top: 10px solid #CBCAB6;
}


.logo2
{float:left;
 width: 287px;
 height: 140px;
 padding: 0 100px 0 0;
}
.thumbnail
{
float: left;
width: 90px;
border: 10px solid #CBCAB6;
margin: 10px 15px 0 0;

}

.subanner
{
width:902px;
height: 208px;
}

.project{
float:left;
padding:0 6px 0 0;

}

.projectR{
padding:0px;
float:right;

}

#copy {
	float: right;
	margin-top: -15px;
}

.toplanding{
	color:#8b1a1a;
	font-size: 85%;
}

/*.toplanding a:link, a:visited{
	color:#8b1a1a;
	text-decoration:none;
}

.toplanding a:hover, a:active{
	background-color:#CBCAB6;
	text-decoration:none;
}
*/