@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	
}
body {
	
	
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

.container {
	width: 950px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #fff;	
}

.header {
	background-color: #cccc66;
	height: 144px;
	width: 950px;
	position: relative;
	background-position: right;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333300;	
}

ul.nav {
	position: absolute;
	right: 15px;
	bottom: 30px;
	
}

ul.nav li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	
}

ul.nav a {
	font-size: 18px;
	color: #333300;
	text-decoration: none;
	
}

ul.nav a:hover {
	color: #FF6;
	text-decoration: underline;
	
}

.branding {
	background-image: url(images/branding_seeds_of_glory.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 371px;
	width: 950px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333300;
	
}

.a {
	color: #FF3;
	text-decoration: none;
	
}

.a:hover {
	color: #f9860b;
	text-decoration: underline;
	
}

.content {
	padding-top: 16px;
	height: 435px;
	width: 950px;
	background-repeat: repeat-y;
	background-position: left top;
	
}
.h3 {
	text-align: center;
	padding-top: 5px;
}

.fltlft {
	float: left;
	margin-right: 15px;
}

.mainContent {
	height: 435px;
	margin-right: 20px;
	text-align: left;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0px;
}

h1 {
	font-size: 24px;
	font-style: normal;
	margin-right: 5px;
	margin-left: 20px;
	padding-bottom: 15px;
	color: #333300;
	text-align: center;
	padding-top: 15px;
}

.portfolioList li {
	float: left;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 18px;
	list-style-type: none;
	margin-top: 10px;	
	
}

.portfolioList a img {
	border: 4px solid #000;
	
}

.p {
	line-height: 22px;
	padding-right: 5px;
	margin-left: 20px;
	
}

.portfolioList a:hover img {
	border: 4px solid #FF6;
	
}


.footer {
	color: #cccc66;
	height: 60px;
	width: 950px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333300;
	background-color: #cccc66;
	text-decoration: none;
	padding-top: 35px;	
}
.footertext {
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	color: #333300;
	
}
.footertext li {
	display: inline;
	padding-right: 80px;
	padding-left: 80px;
	text-align: center;
	margin-top: 50px;	
}

.clear {
	clear: both;
	
}

.h2 {
	color: #333300;
	text-align: center;
	font-family: "New York Times";
	padding-top: 15px;
	padding-bottom: 5px;	
}

.p2 {
	text-align: center;
	bottom: 20px;
	color: #333300;
	
}

.contact {
	text-align: center;
}
.h4 {
	text-align: center;
	margin-left: 5px;
}
