body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F4EACF;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	background-image: url(../images/bgmain2.gif);
	background-repeat: no-repeat;
	background-position: 0px 130px;
	
}

body a {
	color: #df8c16;
	font-weight: bold;
	text-decoration: none;
}

.genpress #container {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
.genpress #header {
	background-color: #333333;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.genpress #header2 {
	background-color: #333333;
	
	font-weight: bold;
	color: #FFFFFF;
	height: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.genpress #header ul {
	list-style-type: none;
	font-size: 1.4em;
}
.genpress #header li {
	display: inline;
	padding: 5px;
}
.genpress #header li a {
	color: #FFFFFF;
	text-decoration: none;
}

.genpress #header a {
	color: #FFFFFF;
	text-decoration: none;
}

.genpress #header2 ul {
	list-style-type: none;
	font-size: 1.0em;
}
.genpress #header2 li {
	display: inline;
	padding: 5px;
}
.genpress #header2 li a {
	color: #FFFFFF;
	text-decoration: none;
}

.genpress #header2 a {
	color: #FFFFFF;
	text-decoration: none;
}

.genpress #sidebar1 #testimonials {
	background-image: url(../images/bgsidebar.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-style: italic;
	color: #df8a1a;
	text-indent: 5px;
}

.genpress #container #sidebar1 #testimonials h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	color: #35383A;
	padding-top: 10px;
}



.genpress #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.genpress #sidebar1 {
	float: left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 5px; /* padding keeps the content of the div away from the edges */
	width: 200px;
}

.imagepad {
	padding-bottom: 15px;
}

.genpress #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.genpress #mainContent {
	margin-bottom: 0;
	margin-left: 225px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 45px;
	padding-left: 25px;
	margin-right: 100px;
	background-image: url(../images/mainbox.jpg);
	background-repeat: no-repeat;
	min-height: 600px;
} 

.genpress #mainContent h2 {
	color: #7a952e;

}


.genpress #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#eddec0;
} 
.genpress #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	font-size: 0.75em;
	color: #333333;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
textarea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.contactform {
	font-weight: bold;
	color: #333333;
	padding: 10px;
}
#multimedia {
	height: 262px;
	text-decoration: none;
	color: #333333;
	font-weight: normal;
	background-image: url(../images/youtubebg.png);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 20px;
}
.spacetext {
	line-height: 20px;
}
.genpress .rtcorner {
	padding-right: 25px;
}
