*
{
	padding:0px;
	margin:0px;
}
#coloredBorders
{
	float:left;
	width:100px;
	background-color:#eee;
}
#mainDiv
{
	float:left;
	border-right:15px dashed;
	background-image:url(../images/experimental/bg11.jpg);
	background-image:url(../images/experimental/bg8.jpg);
	background-image:url(../images/experimental/bg3.jpg);
	width:600px;
}
#coloredBorders .border
{
	width:0px;
	float:left;
	border-width:0px 20px 0px 0px;
	border-style:dashed;
}
#logoDiv
{
	font-size:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	width:600px;
	font-weight:bold;
	height:36px;
}
#navDiv
{
	padding:10px;
	font-size:10px;
	color:#fff;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:500px;	
}
#navDiv li
{
	display:inline;
	margin-right:20px;
}
#navDiv a
{
	color:#fff;
	text-decoration:none;
}
#navDiv a:hover
{
	border-bottom:1px dashed #eee;
}
#contentDiv
{
	width:400px;
	color:#eee;
	clear:both;
	float:right;
	font:12px Geneva, Arial, Helvetica, sans-serif;
}
.projectDiv
{
	width: 360px;
	margin:10px;
	padding:10px;
	background-image:url(../images/experimental/trans_bg3.png);
	background-repeat:repeat;
	
}
.projectDiv h2
{
	border-bottom:1px solid #eee;
	font-style:italic;
	font-size:12px;
	margin-bottom:5px;
	padding-bottom:3px;
	color:#ffff00;
}
.projectDiv h3
{
	border-bottom:1px solid #eee;
	font-style:italic;
	font-size:11px;
	margin-bottom:5px;
	margin-left:10px;
	margin-top:5px;
	padding-bottom:3px;
	color:#ffa500;
}
.projectDiv p.H3P
{
	margin-left:10px;
}
.projectDiv a
{
	color:#00CCFF;
	text-decoration:none;
	border-bottom:1px dashed #00ccff;
	padding-bottom:2px;
}
.projectDiv a:hover
{
	color:#FF9900;
	text-decoration:none;
	border-bottom:1px dashed #FF9900;
	padding-bottom:2px;
}
.clearer
{
	clear:both;
}


