body {
	font: 100%  Trebuchet MS, Trebuchet, Verdana, Sans-serif;
	background: #b5aeae;
	background-position:top;
	color: #b5aeae;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(../images/front.jpg);
	background-repeat: no-repeat;
}

a:link {
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}
a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
color:#000000;
text-decoration:underline;
font-weight: bold;
}


.flower #container {
	width: 850px;
	margin: 0 auto;
} 
.flower  #header {
	padding: 25px 50px 25px 0;
	margin-top: 100px;	 /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.flower  #menu {
	border-top-style: none;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	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 */
	text-align:right;
	padding: 10px 60px 5px 5px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D7;
}

.flower #images{
	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: 55px 5px 5px 20px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.flower #headermenu{

	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: 5px 5px 5px 30px;
	}

	
 

.flower  #sidebarmenu {
	float: left; 
	width: 150px; /* since this element is floated, a width must be given */
	padding: 15px 0;
	margin-left: 30px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px; /* 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 */
	
}
.flower  #mainContent {
	margin:5px 35px 20px 35px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 10px 5px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: none;
	width: 640px;
	height: 500px;
}

.flower  #mainContent2 {
	margin:25px 25px 20px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 50px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
	float: right;
	width: 700px;
}


.flower  #footerimages{
	clear:both;
	width: auto; /* 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 */
	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: 30px 0  10px 0;	
	
}
	
.flower  #mainContent3 {
	margin:5px 25px 5px 5px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:0 50px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left-color: #19398A;
	border-left-style: dotted;
	border-left-width: thin;
	float: right;
	width: 550px;
}


.flower  #footer {
	
	
	clear:both;
	
	width: 800px; /* 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 */
		padding:10px 10px 5px 10px;  
	

}
	.menuheader{
	font:normal 100% 'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	text-transform:uppercase;
	letter-spacing:normal;
	color:#666666;
	font-size: xx-small;
	line-height: 1.5em;
}


.menuheader a{
color:#666666;
}
	

.flower  #contact {
	clear:both;
	text-align: left;
	padding: 30px 10px 30px 10px;
}






 styles for each area go here*/

.mainheader {
	font:'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	font-size:x-large;
	text-transform:lowercase;
	font-style: normal;
	color: #19398A;
}
.heading {
	font:'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	font-size:x-large;
	text-transform:lowercase;
	font-style: normal;
	color: #19398A;
	line-height: 1em;
	}
	
	
	
	.quotes{
	border-top-style: dotted;
	border-top-width: thin;
	font:normal 78% 'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	text-transform:none;
	letter-spacing:0.1em;
	color:#ffffff;
	font-size: small;
	line-height: 1.5em;
	border-top-color: #cfc980;
	}
	
	
.quotes2{
	font:normal 78% 'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	text-transform:none;
	letter-spacing:0.1em;
	color:#333333;
	font-size: small;
	line-height: 1.5em;
	font-style: italic;
	
	}
.menu {
	font: 'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	text-transform:uppercase;
	color: #333333;
	letter-spacing:0.1em;
	font-size: 12px;
}
	
	.menu2 {
	text-transform:uppercase;
	color: #333333;
	font-size: x-small;

}

.menu2 a{
color:#666666;
}
	
	.content{
	font:normal 78% 'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	text-transform:none;
	letter-spacing:0.1em;
	color:#333333;
	font-size: small;
	line-height: 1.5em;
	text-align: justify;
}


.menuside{
	font:normal 100% 'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	text-transform:uppercase;
	letter-spacing:normal;
	color:#666666;
	font-size: small;
	line-height: 1.5em;
}
.side{
	font:normal 100% 'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	text-transform:uppercase;
	letter-spacing:inherit;
	color:#999999;
	font-size: small;
	line-height: 1.5em;
}


.sub {
	font:'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	font-size:large;
	text-transform:lowercase;
	font-style: normal;
	color: #666666;
	}

.menuside a{
color:#666666;
}



.content3{
	font:normal 78% 'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	text-transform:none;
	letter-spacing:0.1em;
	color:#19398A;
	font-size: small;
	line-height: 1.5em;
	text-align: justify;
}
 


.contact {
	font:normal bold 100% 'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	text-transform:uppercase;
	color:#FFFFFF;
	letter-spacing: 2px;
	font-size: 10px;
}

	.flower #contact a {
color:#ffffff;
text-decoration:none;
}
.flower  #contact a:hover {
color:#666666;
}	




.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;
}	

.rusty {
	font:normal 100% 'Trebuchet MS',Trebuchet, Helvetica, Arial,Times New Roman, Times, Sans-serif;
	text-transform:uppercase;
	color:#000000;
	letter-spacing: 2px;
	font-size: 10px;
	line-height: 2.5em;
	font-weight: bolder;
}
	
	

.rusty a{
	color:#000000;
}
