body {
	margin-top: 0px;
	padding: 0;
	background: #e2e2e2;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #5C5C5C;
	/*text-align: center;*/
	/*margin: 0px 20px 0px 20px;*/
}

a {
	text-decoration: underline;
}

#wrapper {
	width: 962px;
	margin: 0 auto;
	padding: 0;
	background: #ffffff;
}

/* Header */

#header {
	width: 962px;
	margin: 0 auto;
	height: 127px;
	background: url(images/header.jpg) no-repeat left top;
}

/* Menu */
#menu {
	width: 932px;
	height: 37px;
	margin: 0 auto;
	margin-top: 75px;
	background: url(images/menu_bg.jpg) repeat-x left top;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 37px;
	background: url(images/menu_break.jpg) no-repeat right;
}

#menu li a {
	display: block;
	padding: 10px 20px 0px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

#menu li a:hover {
	background: url(images/menu_bg_hov.jpg) repeat-x;
	height: 37px;
}


/* Header Image */

#ad {
	width: 962px;
	height: 250px;
	margin: 0 auto;
	background: #ffffff url(images/indexad.jpg) no-repeat left top;
}

#servicead {
	width: 962px;
	height: 175px;
	margin: 0 auto;
	/*background: #ffffff url(images/servicead.jpg) no-repeat left top;*/
	background: #ffffff;
}

#contactad {
	width: 962px;
	height: 175px;
	margin: 0 auto;
	background: #ffffff url(images/contactad.jpg) no-repeat left top;
}

#aboutad {
	width: 962px;
	height: 175px;
	margin: 0 auto;
	background: #ffffff url(images/aboutad.jpg) no-repeat left top;
}

#newsad {
	width: 962px;
	height: 175px;
	margin: 0 auto;
	background: #ffffff url(images/newsad.jpg) no-repeat left top;
}

/* Page */

#page {
	width: 930px;
	margin: 0 auto;
	padding: 20px 20px;
	background: url(images/main-bg.jpg) repeat-y left top;
}

#page a{
	color: #000000;
}

#page a:hover {
	color: #6d6d6d;
}

/* Content */

#content {
	float: left;
	width: 630px;
	border-right: 1px dashed #DFE1E0;
	padding-left: 10px;
	padding-right: 10px;
}

.entry {
	font-size: 14px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
	padding-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

#sidebar h2 {
	width: 250px;
	margin: 0;
	padding: 0;
	background: url(images/img07.jpg) no-repeat left top;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #28313A; 
}

/* Footer */
#footer-wrap {
}

#footer {
	width: 962px;
	height: 50px;
	margin: 0 auto;
	background: #E5E5E5 url(images/footer_bg2.jpg) no-repeat left top;
	margin-top: -15px;
}

html>body #footer {
	height: auto;
}

#footer p {
	font-size: 14px;
	text-align: center;
	color: #ffffff;
}

#footer p.nav {
	text-align: right;
	padding-right: 30px;
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	color: #e2e2e2;
	text-decoration: underline;
}

#endpage {
	height: 14px;
	width: 932px;
	margin: 0 auto;
	margin-top: -14px;
	background: #ffffff url(images/bottom.jpg) no-repeat top center;
}
