body {
	padding: 0px;
	margin: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 0.95em;
	background: url(background.png) #FFFFFF no-repeat;
	background-position: left top;
	
}

/*  ####### layout stuff ####### */

#wrap{
	width: 730px;
	margin: 25px 0px 0px 25px;
}

#right{
	float: right;
	width: 600px;
	line-height: 1.5em;
	font-size: 0.85em;
}

#tab{
	float: left;
	line-height: 1.5em;
}

#head{
	padding-left: 126px;
	padding-bottom: 40px;
}

#footer {
	padding-bottom: 100px;
	padding-top: 80px;
	clear:		both;
	font-size: 	0.7em;
	width: 600px;
	float: right;
	color: #666666;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: center;
}

#imgDesc {
	padding-top: 8px;
	height: 40px;
}

#nav{
	/*font-size: 0.8em;*/
	margin: 2px 0 5px 0;
	float: none;
	width: 350px;
}

#navSub{
	float: right;
} 

#title{
	font-size: 2.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background: #CCCCCC;	
}

#astract{
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 10px;
	background: #CCCCCC;
}

#projectL {
	height: 51px;
	width: 500px;
	padding-top: 2px;
	float: left;
}

#projectTi {
	padding-bottom: 10px;
	font-size: 1.5em;
}


/*  ####### link highlits ####### */

a:link{
	text-decoration: underline;
	color: #0F0F0F;
}

a:visited {
	text-decoration: underline;
	color: #0F0F0F;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0F0F0F;
}

#head a {
	padding: 1px 35px 1px 2px;
	background: #CCCCCC;
}

#head a:hover {
	background: #000000;
	color: #FFFFFF;
}

#nav a{
	padding: 1px 2px 1px 2px;
}

#navSub a{
	padding: 1px 2px 1px 2px;
}

#projectTi a {
	padding: 1px 35px 1px 2px;
	background: #CCCCCC;
}

#projectTi a:hover {
	background: #000000;
	color: #FFFFFF;
}


/*  ####### other ####### */

hr {
	border: none 0;
	border-top: 1px dashed #333333;
	height: 1px;
}

li {
	list-style-type: none;
}
