h1 {
	margin: 0px;
	padding: 0px 30px;
	color: #E15417;
	text-align: right;
}

h2 {
	color: #5F1E02;
	margin: 0px;
	padding: 0px;
} 

h3 {
	margin: 0px;
	padding: 10px;
	text-align: center;
	color: #595F23;
}

h4 {
	color: #5F1E02;
	margin: 20px 0px 0px 0px;
}

ul {
    margin: 4px 0;
}

.smallLogo {
	color: #595F23;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-size: 150%;
}

.largeLogo {
	margin: 0px;
	padding: 0px 50px;
	color: #E15417;
	text-align: right;
	text-decoration: none;
	font-size: 170%;
}

.logoLink {
	text-decoration: none;
}

a, a:visited {
	color: #5F1E02;
}

a:hover {
	color: #FCF141;
}

body {
/* 	background: top center no-repeat url(images/bg.png);	 */
/*	background-repeat:no-repeat;
	background-image: url(images/bg.png);*/
/* 	background-color: #AAD05D; */
}

#container {
	margin: 50px auto;
	width: 740px;
}

.logo {
	width: 200px;
	height: 70px;
	float: left;
}

#header {
	height: 70px;
	width: 740px;
/* 	overflow: hidden; */
}

.bottomBorder {
	border-bottom: 2px solid;
}

#dino {
	float: right;
	padding-right: 30px;
/* 	background-color: #663300; */
}

#links {
	padding: 4px 0px 0px 10px;
	float: left;
}

#links a, #links a:visited{
	float: left;
	margin-right: 10px;
	padding: 4px;
	text-align: center;
	border: 0px;
	text-decoration: none;
/* 	color: #E15417; */
}


#links a:hover {
	color: #E15417;
/* 	background-color: #006363; */
}

.linkImage{
	border: 0px;
	text-decoration: none;
}

#boxTop {
	width: 740px;
	height: 20px;
	background-position:left top;	
	background-repeat:no-repeat;
	background: url(images/ContentBGTop2.png);
	background-color: #A2B964;
	display:block;
}

#boxBottom {

	display:block;	
	width: 740px;	
	background-position:left bottom;	
	background-repeat:no-repeat;	
	background-image:url(images/ContentBGBody2.png);
	background-color: #A2B964;
}

#content {
	width: 700px;
	padding: 0px 20px 20px 20px;
	font-weight: bold;
	color: #000000;
}

.project {
	display: block;
	width: 700px;
	height: 150px;
	text-decoration: none;
}

.project:hover {
	background-color: #595F23;
}

.projectHeader {
	font-size: larger;
}

.projectText {
	float: left;
	padding: 10px 0px 10px 10px;
	width: 400px;
}

.projectText span {
	font-style: italic;
}

.screenShot {
	float: right;
	margin: 0px;
	padding: 0px;
}

.projectInfo {
	width: 430px;
	float: left;
	padding-left: 20px;
}

.small {
	font-size: 10px;
}

.contact {
	text-align: center;
	display: block;
/* 	width: 740px; */
}

.valid {
	border: 0;
	width: 88px;
	height: 31px;
}