BODY{
	font-family:Verdana, Arial;
	color:#292842;
	background-color:#d5dae1;/*#995c49;*/
	padding:10px;
	margin:0px;
	background-image:url('../img/bg.gif');
	background-repeat:repeat-x;
	font-size:14px;
}

H1{font-size:18px;}
H2{font-size:16px;border-bottom:1px solid #292842;}
H3{font-size:14px;margin-bottom:0;}

P{margin-top:0px;}

UL{margin-top:0px;}

.contentWrap{
	width:900px;
	margin:0 auto;
	border:1px solid black;
	background-color:white;
}
.headerBg{
	background-image:url(../img/header_bg.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:242px;
	position:relative;
}
.menuWrap{
	width:100%;
	height:45px;
	position:absolute;
	bottom:0px;
	background-image:url(../img/menu_bg.png);
	background-repeat:repeat-x;
}
.menuItem, .menuItem:visited{
	display:block;
	float:left;
	color:#ebebeb;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	margin:12px 10px 0px 10px;
}
.menuItem:hover{
	background-color:white;
	color:#292842;
	border:none;
}
A.currentLnk, A.currentLnk:VISITED, A.currentLnk:HOVER{
	color:yellow;
}
A.currentLnk:HOVER{
	background-color:transparent;
}
.homepageMainText{
	margin:20px 20px 20px 0;
	float:left;
	width:600px;
}
.leftDiv{
	margin:20px;
	float:left;
	width:200px;
	min-height:400px;
	border-right:1px dashed #a6a6a6;
}
.hwLink{
	color:#637c63;
	display: block;
	height: 25px
}
.hwLinkCurrent{
	color:#637c63;
	font-weight:bold;
	display: block;
	height: 25px;
	text-decoration: none;
}
.hwLeftDiv{
	margin:20px;
	float:left;
	width:130px;
	min-height:400px;
}

.homeworkWrapDiv{
	margin:20px 20px 20px 0;
	padding-left:20px;
	float:left;
	width:670px;
	border-left:1px dashed #a6a6a6;	
}
.imgDesc{font-style:italic;font-size:12px;margin-bottom:10px; }

.projLeftDiv{
	margin:20px;
	float:left;
	width:190px;
	min-height:400px;
}

.projWrapDiv{
	margin:20px 20px 20px 0;
	padding-left:20px;
	float:left;
	width:610px;
	border-left:1px dashed #a6a6a6;	
}

