body {
	background-color: #D2D2D2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p, ul, li {
	color: #424242;
	font-size: 11px; line-height:1.4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	color: #333333;
	font-size: 15px; line-height:1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	color: #666666;
	font-size: 14px; line-height:1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style1 {
	color: #85b2de;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style2 {
	color: #999898;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none
}
.style3 {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style4 {
	color: #727272;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #333333;
	font-size: 11px;
	font-family: tahoma;
}
.style6 {
	color: #424242;
	font-size: 11px;
	font-family: tahoma;
}
.style7 {
	color: #437B9F;
	font-size: 11px;
	font-family: tahoma;
}
.style8 {
	color: #8a8888;
	font-size: 11px;
	font-family: tahoma;
}

#nav    { margin-left: 0px;	text-align:left; }
#nav ul { margin: 0 0 0 15px; padding: 0px; width: 145px; }
#nav li { padding: 0px;	list-style-type: circle;   }
#nav a {
	font: 12px Verdana, Arial, Helvetica, sans-serif; 
	font-weight:normal;
/*	color:#990000;
*/	border-bottom: 2px dotted #CCCCCC;
	display:block;
	background-color:inherit;
	text-decoration: none;
	margin: 3px 0 3px 0px;
	padding: 4px;
}
#nav ul li a:hover { color:#CC3300 ;  }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#nav {width:160px;}

/* portfolio box */
.twoBoxRight {
	margin-left: 180px;
	width: 210px;
	float: inherit;
}
