body  {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/bg.png) repeat;
	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: #4e4536;
}
.behroze #container { 
	width: 900px;  /* using 20px less than a full 900px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #efeae2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #4e4536;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.behroze #header { 
	padding: 0;
	height:235px;/* 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. */
} 
.behroze #header h1 {
	text-indent:-5000px;
	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 */
}

.behroze #right {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* 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: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	color:#efeae2;
}
.behroze #menu {
	position:relative;
	width:220px;
	height:205px;
	background:url(images/BGMenu.png) no-repeat top center;
	
}
.behroze #awards, .behroze #profile, .behroze #contact, .behroze #member{
	position:relative;
	overflow:hidden;
	width:220px;
	background:url(images/BGPanel.png) repeat-y center;
}
.behroze h2{
	margin: 5px 0 5px 10px; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent:-5000px;	
	float:left;
	display:block;	
}
.behroze #profile h2 {
	background:url(images/TitleProfile.png) no-repeat left;
	height:50px;
	width:110px;
	
}
.behroze #contact h2 {
	background:url(images/TitleContact.png) no-repeat left;
	height:34px;
	width:187px;
	
}
.behroze #awards h2 {
	background:url(images/TitleAwards.png) no-repeat left;
	height:45px;
	width:184px;
	
}
.behroze #member h2 {
	background:url(images/TitleMember.png) no-repeat left;
	height:45px;
	width:184px;
	
}
#profile img{
	 float:right;
	 padding:2px 5px 0 2px;
	 display:block;
 }
.picServices{
	 float:left;
	 padding:5px;
	 background-color:#FFF;
	 border:#CCC 1px solid;
	 display:block;
	 margin:0 20px 10px 0;
 }
 ul.services{
	 float:left;
	 display:block;
	 margin:0;
	 padding:2px 10px;	
}
 #right p{
	 font-size:12px;
	 line-height:14px;
	 margin:10px 0 0 15px;
 }
.cap{
	background:url(images/BGPanelTop.png);
	height:15px;
	float:left;
	width:220px;
}
.shoe{
	background:url(images/BGPanelBottom.png);
	height:15px;
	float:left;
	width:220px;
}

.behroze #mainContent {
	min-height:585px;
	
	margin: 0 225px 0 0; /* 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 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.behroze #mainContent 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 */
	text-indent:-5000px;
}
.behroze #mainContent h1.homeT{
	background:url(images/TitleMain.png) no-repeat left;
}
.behroze #mainContent h1.aboutT{
	background:url(images/AboutT.gif) no-repeat left;
}
.behroze #mainContent h1.servicesT{
	background:url(images/ServicesT.gif) no-repeat left;
}
.behroze #mainContent h1.FeesT{
	background:url(images/feeT.gif) no-repeat left;
}
.behroze #mainContent h1.VenuesT{
	background:url(images/venueT.gif) no-repeat left;
}
.behroze #mainContent h1.WeddingsT{
	background:url(images/weddingsT.gif) no-repeat left;
}
.behroze #mainContent h1.ResourcesT{
	background:url(images/ResourcesT.gif) no-repeat left;
}
.behroze #mainContent h1.TestimonialsT{
	background:url(images/testimonialsT.gif) no-repeat left;
}
.behroze #mainContent h1.ContactT{
	background:url(images/contactT.gif) no-repeat left;
}

.testimonials{
	width:100%;
	float:left;
	margin-bottom:10px;
	border-bottom:#4E4536 dotted 1px;
}
.testimonials img{
	margin:0 15px 60px 0;
	float:left;
	display:block;
}
.testimonialsP{
	background-color:#FFF;
	padding:5px;
	border:#000 1px solid;
}
.memberPic{
	padding:0 15px 5px 0;
	float:left;	
}
.homePic{
	display:block;
	padding:5px;
	margin:5px 15px;
	float:left;
	background-color:#FFF;
	border:#CCC 1px solid;
}
.names{
	font-size:14px;
	font-weight:600;	
}

.line{
	width:25%;
	text-align:center;
	border-bottom:#00C 1px dotted;
	
}
.behroze #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/footer.gif) center bottom no-repeat;
	height:67px;
} 
.behroze #footer p.footer_contact {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 30px 0 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#efeae2;
	width:600px;
	float:left;
}
.behroze #footer p.footer_designer {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 48px 0 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#efeae2;
	float:right;
}
.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;
}

/* Styles for the entire menuItems menu */
#menu ul {
	margin:0;
	padding:10px 0 0 20px ;
	
}
#menu li {
	display: block;
	list-style-type: none;
}
#menu a {
	font-size: 13px;
	font-weight:600;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 15px;
	text-decoration: none;
	width: 180px;
	display: block;
	margin-top: 3px;
}
#menu a:hover {
	font-size: 13px;
	font-weight:600;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 15px;
	text-decoration: none;
	width: 180px;
	margin-top: 3px;
}
.formbox2{
	width:250px;
	height:120px;
}
ul li, ul.services li{
	list-style:square;
}
ul.nostyle li{
	list-style:square;
}
#footer a:link, #contact a:link {color:#efeae2;text-decoration:none}
#footer a:visited, #contact a:visited {color:#efeae2;text-decoration:none}
#footer a:active, #contact a:active {color:#efeae2;text-decoration:none}
#footer a:hover, #contact a:hover {color:#ff6600;text-decoration:none}

a:link {color:#4e4536;text-decoration:none}     /* unvisited link */
a:visited {color: #4e4536;text-decoration:none}  /* visited link */
a:hover {color:#ff6600; text-decoration:none}   /* mouse over link */
a:active {color: #4e4536;text-decoration:none}  /* visited link */

P{padding:5px 0; margin:0; line-height:15px;}

