* {margin: 0; padding: 0;}
body {
	background-color: #7878FF;          
	background-image: url('../image/blue_gradient_bg.png');
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: center;
}
h2 {
	font-size: 48px;
	font-weight: 100;
}
p {
	line-height: 1.3em;
	padding-bottom: 1.5em;
}
p.sig {
	background-image: url('../image/signature.png');
	background-repeat: no-repeat;
	height: 45px;
	width: 240px;
	padding: 0;
	margin: 0;
	margin-top: -1.3em;
}
p.sig span{
	display: none;
}
ul {
	color: #006;
}
li {
	padding-left: 20px;
	margin-left: 40px;
	line-height: 1.6em;
}
li span {
	display: block;
	margin-left: -20px;
}
#content, #footer, #header, #nav, .s-2 {
	width: 1003px;
	/*margin: 0 auto;*/
}
.s-2 {
	width: 1012px;
	margin: 0 auto;
	padding-left: 5px;
	background-image: url('../image/bg_rep.gif');
	background-repeat: repeat-y;
	height: auto;
}
#header {
	background-image: url('../image/banner.jpg');
	background-repeat: no-repeat;
	height: 266px;
}
#header h1{
	display: none;
}
#nav {
	background-image: url('../image/bottom_bar.png');
	background-repeat: repeat-x;
	border: 1px solid black;
	height: 44px;
}
#nav ul {
	list-style: none;
	text-align: center;
	padding-top: 10px;
	padding-left: 40px;
}
#nav li {
	padding: 0px 10px;
	float: left;
	margin: 0 0.0em;
	border-right: 2px solid white;
}
#nav li.last {
	border: none;
}

#nav li a {	
	font-size: 17px;
	text-decoration: none;
	color: #fff;
}
#nav li a:hover {
	color: #D9DF27;
	
}
/*
#nav li a:after {
content: "  |";
}*/
#content {
	background-color: #fff;
	height: 850px;
	background-image: url(../image/photo_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: left;
	padding-top: 30px;
}
#footer {
	clear: both;
	background-image: url('../image/bottom_bar.png');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 10px;
}
#footer a{
	color: #fff; 
}
#footer p {
	color: #fff;
}
#callme {
margin-top: 15px;
color: black;
}
.right {
	width: 480px;
	float: right;
}
html>body .right h2{
	margin-left: -10px;
}
.right p {
	padding-right: 35px;
}
.left {
	width: 440px;
}
.left p{
padding-left: 35px;
}
.left ul a img{
border: none;
}
.left ul {
	list-style: none;
}
.left ul li {
	margin: 0;
}
.left_img {
float: left;
}

/* drop shadow*/
