﻿@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
	padding:0;
	}
	
body {
	background-color:#959b63;

}
 		
#wrapper {
	width: 840px;
	border: 1px black solid;
	background-image:url(images/wrapperbkgrdimage.jpg);
	background-repeat: repeat-y;
}

#h1 {
	background-image: url(images/H1.jpg);
	height: 174px;
	
}


#h2 {
	background-image: url(images/h2.jpg);
	height: 51px;

}


#h3 {
	background-image: url(images/h3.jpg);
	height: 60px;
}



.headertext {
	margin-top: 10px;
	margin-left: 365px;
	border-style: none;

}

.h3textimage {
	margin-left: 250px;
}

#contentleftouter {
    float: left;
	width: 75%;
	

	}
	
#contentleftinner {
    padding: 1em .8em;
    background-color:#e1e998;
	border: solid;
	border-width: 10px;
	border-color:#333; 
	}

#contentrightouter {	
	float: left;
	width: 25%;
	
}


#contentrightinner {
	background-color:#333;
}

#footer {background-color: #000;
color: #FF9;
	clear: both;
	height: 72px;

	
}

img {
	border-style: none;
}


.clearfloat {
	clear: both;
}

p {
	padding-bottom: 15px;
}


.photo-left {
	float: left;
	padding-right: 10px;

}

.photo-right {
	float:right;
	padding-left: 7px;
}
