@charset "UTF-8";
/* CSS Document */

body
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:medium;
background-image:url(images/background.jpg);
/*height:800px;*/
}


a:link 
{
	color: #000000;
	text-decoration: none;
}

a:hover 
{
	color: #CFCF0F;
	text-decoration: underline;
}


a:visited {
	text-decoration: none;
	
}

a:active {
	text-decoration: none;
}

.clear
{
	clear:both;
	
	}
.box
{
margin-top::10px;
height:90px;
color:#666666;
font-size:12px;
background-image:url(images/small_thing.png);
background-repeat:no-repeat;
text-align:right;

}


#wrapper
{

width:600px;

}

#footer
{
	clear:both;
	position:absolute;
	bottom:0;
	
height:30px;
background-image:url(images/footer.gif);
width:100%;




}

#pos1
{
text-align:center;

background-image:url(images/logo.gif);
background-repeat:no-repeat;
background-position:center;
margin-top:150px;
}

#thing
{
background-image:url(images/thing.png);
background-repeat:no-repeat;
background-position:center;
}

#banner
{
background-image:url(images/littlelogo.gif);
background-repeat:no-repeat;
background-position:left;
width:800px;
text-align:right;
margin-top:20px;
margin-left:150px;
}

#content
{
margin-top:100px;
margin-left:150px;
background-image:url(images/frontdesign.png);
background-repeat:no-repeat;

}

#portfolio_content
{
margin-top:100px;
margin-left:150px;

height:350px;

}

#about_content
{
margin-top:100px;
margin-left:150px;
background-image:url(images/about_leftcol.gif);
background-repeat:no-repeat;
height:350px;

}

#leftcol
{
width:400px;
float:left;
text-align:right;
}

#rightcol
{
background-image:url(images/blurb.jpg);
background-repeat:no-repeat;
margin-left:480px;
font-size:13px;
font-weight:lighter;
width:400px;
text-align:left;

}


#client
{

/*height:100px;*/
width:300px;
float:left;

}

#box
{
margin-top::10px;
height:90px;
color:#666666;
font-size:12px;
background-image:url(images/small_thing.png);
background-repeat:no-repeat;
text-align:right;

}

.blurb
{
font-size:18px;
}

.clientname
{
color:CFCF0F;
}
