body {
	background-color: #F2F2F2;
}

div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family:  Arial, Helvetica, sans-serif;
    }
	
a	{
	text-decoration:	underline;
	font-weight:	bold;
	}
a:link	{
	color:	#CC0000;
	background-color: transparent;
	}
a:visited	{
	color:	#CC0000;
	background-color: transparent;
	}
a:active	{
	color:	#CC0000;
	background-color: transparent;
	}
a:hover	{
	color:	#FF3300;
	background-color: transparent;
	text-decoration:	underline ;
	}
p, li {
	margin-top: 0; 
	padding-top: 0;
	line-height: 1.5em;
	font-size:	12px;
	}
	

h1	{	font-size:	18px; letter-spacing: +4px;	 }
h2	{	font-size:	14px;	}
h3	{	font-size:	12px; 	}

h1, h2, h3	{
	font-weight: bold;
	margin:	5px 0 0 0;
	}

	
img	{	border:	0	}

code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}

.small 	{ font-size: 10.5px; }
.medium	{ font-size: 12px; }
.white 	{ color: #fff;	}
.b_gray { background-color: #ECF1EF; }
.center { text-align: center; }
.right  { text-align: right; }
.bold	{ font-weight: bold; }

.float-right {
	float: right;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

#folder_tab {
	background-image: url(/images/folder_tab.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 960px;
}

#contact {
	text-align: right;
	padding-top: 15px;
}

#folder_body {
	background-color: #F2D5A2;
	width: 904px;
	overflow:hidden;
	padding: 28px;
	background-image: url(images/top_right_corner.gif);
	background-position: top right;
	background-repeat:no-repeat;
}

#folder_left {
	width: 200px;
}

#folder_right {
	width: 660px;
	float: right;
	padding-left: 10px;
	border-left-color: #A6926F;
	border-left-width: thin;
	border-left-style: solid;
}

#what_we_do {
	float: left;
	width: 60%;
	background-color:#F2F2F2;
	padding: 8px;
	margin: 0 40px 0 0;
}

#mad_skillz {
	padding-left: 10px;
}

#sample_web_work td {
	padding: 5px 15px;
}

#disclaimer {
	font-size: 10.5px;
	padding: 10px;
}

ul {	
	margin-top: 5px; 
	padding-left: 15px;
}
li { 	line-height: 1.2em; }

.even {
	background-color:#F8DBA8;
}

#projects td {
	font-size: 12px;
	vertical-align:top;
}

#footer {
	width: 960px;
	text-align: center;
	font-size: 10px;
	padding: 10px;
}

img.thumb {
	border: 0;
	float:right;
	margin: 8px;
}
