/* copyright celsius - http://celsius.ws */

html {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #282726;
 font-family: arial;
  font-color: #282726;
  font-size: 10.5pt;
}

body { 
  text-align: center;
  overflow-x:hidden;
}

a:link {text-decoration: none; color: #282726;}
a:visited {text-decoration: none; color: #282726; }
a:active {text-decoration: none; border: 0;}
a:hover {text-decoration: none; color: white;}

#container { 
  margin: 0 auto; 
  text-align: center;
  background-color:#ffffff;
width: 1020px;
}

#header { }

#navigation {text-align: right; font-size: 14pt; padding-right:52px; margin-top: -10px;}
ul.nav li {margin: 0px 1px 0px 1px; display:inline; }

ul.nav li {background-color:e7e6e3;-moz-border-radius: 2px;
-webkit-border-radius: 2px; padding-left:18px;padding-right:18px; padding-bottom:10px; padding-top:10px;}


ul.nav li:hover,
.nav ul li a:hover{
	background-color:#254298;
	
}

ul.nav li:active,
.nav ul li a:active{
	background-color:#254298; color:white;
	
}
#content { background-color: #ffffff;-moz-border-radius: 2px;
-webkit-border-radius: 2px; width:1020px; padding-top:0px; } 

#bar {margin-top:-15px; padding-bottom:20px; }

#bar2 {padding-top:20px; padding-bottom:20px;}

#content-right { text-align:left; background-color:#e7e6e3; width:580px; 
	float:right; padding:10px; height: auto; margin-right:52px; border-style: solid; border-width: 3px; border-color: #f7f6f2; }

#content p { width: 570px; padding-left:15px;}

h1 {padding-left:15px; border-bottom: 1px solid #696969; width:70%; font-size:15pt;}

#sidebar {width:340px; float:left; height: auto; padding-left: 22px;}

#sidebar p { }

li {padding-top:10px;}

#testimonial {padding-left: 25px;}

#footer {clear:both; height:150px;}
#f2 {margin-top: -30px;}
