/*
Combine Web Solutions http://combine.cc
*/


  /*_____________________________________*/
 /*_____________ site elements__________*/
/*_____________________________________*/


body {
	margin: 0px 0px 0px 0px;
	font-family: "Verdana";
	font-size: 11px;
	text-align: justify; 
	background: #000000;
}


div.container{
	background: url("images/container.gif") no-repeat;
	width: 848px;
	height: 558px;
}

div.inner{
	background: #000000;
	font-size: 11px;
	color: #ffffff;
	width: 100%;
	height: 100%;
}


p {
	font-size: 11px;
	color: #ffffff;
	text-align: justify;
}

p.right {
	font-size: 11px;
	color: #ffffff;
	text-align: right;
}

p.center{
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	width:450px;
}



a{	
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	text-decoration: none;
}

a.demo2008:hover{
	color: #CC5100;
	text-decoration: none;
}


a.navItem{
        font-size: 11px;
	color: #ffffff;
	text-decoration: none;
        bottom:6px;
        width:30px;
}



img { 
	border: none; 
	vertical-align: baseline;
} 



  /*_____________________________________*/
 /*_________________ nav _______________*/
/*_____________________________________*/

div.nav{
	position: relative;
	bottom: 17px;
	width: 810px;
	height: 29px;
	text-align: justify;
}



  /*_____________________________________*/
 /*____________ page contents __________*/
/*_____________________________________*/



div.Demo2008{
	background: url("images/contentDemo2008.gif") no-repeat;
	width: 810px;
	height: 470px;
}


div.otherWork{
	background: url("images/contentOtherWork.gif") no-repeat;
	width: 810px;
	height: 470px;
}

div.bio{
	background: url("images/contentBio.gif") no-repeat;
	width: 810px;
	height: 470px;
}

div.contact{
	background: url("images/contentContact.gif") no-repeat;
	width: 810px;
	height: 470px;
}