body  {
	margin: 0px;
	background-color: #F8F8F8;
}
h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #666666;
	padding: 0px;
	margin: 0px;
}
p, td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #868686;
	margin-top: 0px;
}
hr  {
	color: #F5F5F5;
}
img  {
	border: none;
}
ul li  {
	list-style: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #868686;
	margin-top: 0px;
}

/* containers */
#strip  {
	width: auto;
	height: 7px;
	background-color: #666666;
	margin-left: auto;
	margin-right: auto;
}
#main  {
	width: 750px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#project  {
	width: 750px;
	height: auto;
	margin-top: 25px;
}
#project A  {
	color: #868686;
	font-size: 13px;
	text-decoration: none;
}
#project A:hover  {
	text-decoration: underline;
}
#project td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #868686;
}
#contact_left  {
	width: 500px;
	height: 200px;
	float: left;
	margin-top: 5px;
}
#contact_right  {
	width: 250px;
	height: 200px;
	float: left;
	margin-top: 5px;
}
/* foot */
#foot  {
	width: 750px;
	height: auto;
}
#foot p  {
	font-size: 11px;
	text-align: center;
}
#foot A  {
	font-size: 11px;
	color: #868686;
	text-decoration: none;
}
#foot A:hover  {
	text-decoration: underline;
}

/* navigation */
#navbox  {
	width: 750px;
	height: 30px;
}
#navbox td  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2290CF;
}
#navbox A  {
	color: #2290CF;
	text-decoration: none;
	font-weight: bold;
}
#navbox A:hover  {
	text-decoration: underline;
}

/* classes */
.smalltext  {
	font-size: 13px;
}

/*  contact form */
input  {
	border-style: solid;
	border-color: #2290CF;
	border-width: thin;
	text-align: left;
	width: 250px;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
textarea  {
	border-style: solid;
	border-color: #2290CF;
	border-width: thin;
	text-align: left;
	width: 250px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
input .send-btn  {
	text-align: left;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #006600;
}




