BODY {
	background-color: #0e0e0e;
	background-image:url(../img/bg-repeat.jpg);
	background-repeat: repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
DIV, ul {
	margin: 0;
	padding: 0;
}
h3 {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 0;
	margin: 0 0 15px;
	border-bottom: 3px double #000;
}
h5 {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	margin: 0 10px 5px;
	border-bottom: 3px double #000;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#header {
	position: relative;
	height: 170px;
	background-image:url(../img/logo.jpg);
	background-repeat: no-repeat;
}
#nav {
	position: absolute;
	bottom: 13px;
	left: 255px;
	list-style: none;
	font-size: 16px;
	text-transform: capitalize;
}
#nav li {
	float: left;
	margin-right: 16px;
}
#nav li a {
	color: #b8b8b8;
}
.active {
	font-weight: bold;
	color: #fff !important;
}
#content {
	padding: 10px 0;
	color: #C0C0C0;
	line-height: 20px;
}
#gallery {
	list-style: none;
}
#gallery li {
	float: left;
	margin: 4px;
}
#gallery li img {
	border: 1px solid #151515;
	background-color: #000;
	padding: 10px;
}
#gallery li img:hover {
	border: 1px solid #313131;
	background-color: #151515;
}
#testimonials {
	float: right;
	width: 170px;
	padding: 8px;
	margin: 0 5px;
	border: 3px double #000;
	font-size: 11px;
}
#testimonials p {
	font-style: italic;
}
.author {
	float: right;
	margin: 10px 0;
}
#footer {
	clear: both;
	padding: 10px 0;
	text-align: center;
	color: #828282;
}

.style1 {
	color:#EFEFEF;
}
