﻿#main {
	min-height: 200px; 
	padding: 20px 50px 0;
	clear: both;
	background: url(glare.png) no-repeat top center;
}

	#main .testimonial {
		text-shadow: -1px -1px #000;
		font-size: 24px;
		line-height: 30px;
		font-color: #fff;
		display: inline;
	}
	
		.testimonial-author {
			text-transform: uppercase;
			display: inline;
			color: #232323;
			letter-spacing: 3px;
			font-size: 15px;
		}
	.menu-items {
			text-transform: uppercase;
			display: inline;
			color: #ff0000;
			letter-spacing: 2px;
			font-size: 14px;
		}
		
	#main-main-content {
		overflow: hidden;
		margin: 20px 0 30px;
		border-top: #ff0000 3px solid;
		clear:both;
}
		
	#features {
		padding: 20px 5px 0 0;
		border-right: #ff0000 1px solid;
		float: left;
		width: 35%;
		height: 100%;
	
}
	#featuresOrder {
		padding: 20px 5px 0 0;
		border-right: #ff0000 1px solid;
		float: left;
		width: 38%;
		height: 500px;
	
}
	
		h4 {
			color: #000;
			font-weight: bold;
			font-size: 22px;
			margin-bottom: 15px;
		}
		
			#features li {
				background: url(bullet2.png) no-repeat 4px left;
				padding-left: 22px;
				font-size: 16px;
				color: #c5c5c5;
				margin-top: 12px;
			}
	
			#features li {
				background: url(bullet2.png) no-repeat 4px left;
				padding-left: 22px;
				font-size: 16px;
				color: #c5c5c5;
				margin-top: 12px;
			}
	
	#recent-blog-posts {
		padding: 15px;
		width: 580px;
		float: left;
	}
	
	#recent-blog-posts h4 {
		font-weight: bold;
		font-size: 22px;
		margin-bottom: 15px;
	}
	
	#recent-blog-posts a {
		display: inline;
		color: #ccc;
	}
	
		#recent-blog-posts p {
			margin: 5px 0 15px;
			font-size: 15px;
		}
		
		#recent-blog-posts .last a {
			font-weight: bold;
			color: #fff;
		}
#footer {
	clear: both;
	width: 930px;
	font-size: 18px;
	color: #fff;
	background: #272727;
	height: 24px;
	margin: 0px 50px 30px 50px;
	clear: both;
	padding: 27px 25px 22px;
	border: #202020 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

	#footer p {
		float: right;
		color: #ddd;
	}

	#footer p.copyright {
		float: left;
		color: #ddd;
	}
legend
{
	font-size:medium;
	font-family:Arial;
	color:Red;
	padding:10px; 
	
}
fieldset
{
	border:1px solid Red ;
}