html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #da8a8a;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-weight: normal;
}
.left {
	float: left;
	position: relative;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: white;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #8A8A8A;
	padding-bottom: 60px;
	font-family: arial, sans-serif;
}
#wrapper {
	text-align: left;
	width: 225px;
	position: relative;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#spray {
	position: absolute;
	top: 0;
	left: 230px;
}
#body-left {
	width: 215px;
	font-size: 13px;
	font-family: arial, sans-serif;
	text-align: justify;
	white-space: normal;
}
#body-right {
	width: 318px;
	position: absolute;
	top: -1px;
	left: 244px;
	height: 563px;
}
/******************** Navigation ****************/
#menu {
	background-color:white;
	width: 240px;
	margin-top: 0px;
	height:130px;
	padding: 10px 0px 0px 0px;
	text-align:center;
	font-family: "Copperplate";
	background-image: url(images/onescilogo.png);
	background-repeat: no-repeat;
}

#menu li{
	font-family: Copperplate;
}
#menu a{
	font-family: "Copperplate";
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #b43636;
	text-decoration: none;
	line-height: 38px;
	font-style: normal;
	font-variant: normal;
}
#menu a:hover{
	color:#2f2fb4;
	font-family: Copperplate;
	font-size: 18px;
}
#h-color {
	margin-top: 0px;
	text-align: left;
}
/******************** Projects - Welcome ****************/
.dot-divider {
	background-image:url(images/dot.jpg);
	width:324px;
	height:16px;
	background-repeat:repeat-x;
}
#h-projects {
	margin-top: 35px;
}
#h-welcome {
	margin-top: 18px;
}
#projects-outer {
	margin-left: -5px;
	width: 374px;
}#projects p{position:relative;}
#projects {
	background: url(images/box_bg.gif) no-repeat;
	padding: 30px 20px 30px 30px;
}
#projects .left {
	margin-right: 15px;
}
#projects .more {
	padding-right: 25px;
}
#projects p {
	margin-top: 0;
	margin-bottom: 1em;
}
#welcome-more {
	margin-top: 20px;
}
#copyright {
	text-align: center;
	background: #E8E8E8;
	font-size: 11px;
	padding: 4px;
	margin-top: 30px;
}
.leadIN {
	font-weight: bold;
	font-style: italic;
}
#wrapper #body-left p {
	font-size: 12px;
}

