/* Default Stylesheet */

															/** BODY ELEMENTS **/

html, body{
	background: #859DC6;
	color: #35405B;
	font-family: verdana;
	font-size: 14px;
	margin: 10px 0;
}

html, body, #wrapper{
	height: 100%;
}

body > #wrapper{
	height: auto;
	min-height: 100%;
}

															/** Header **/

#wrapper{
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

#header{
	height: 80px;
}

#header-contact {
	color: #fff;
	text-align: center;
	line-height: 22px;
	margin-left: 580px;
	padding-top: 20px;
	font-weight: bold;
}

.phone {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#header img {
	float: left;
	border: 0;
}

div#header a {
	border: 0;
}


															/** Nav **/


#nav {
	height: 40px;
	width: 820px;
	padding: 10px 10px 0 10px;
	background: #465976 url(images/nav-bg.gif) no-repeat;
}

#nav ul{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 820px;
	background:  #465976 url(images/navback.gif) repeat-x left top;
}

#nav ul li{
	float: left;
}

#nav ul a{
	display: block;
	float: left;
	padding: 10px 20px;
	line-height: 20px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#nav ul a:hover{
	background:  #465976 url(images/navback.gif) repeat-x left bottom;
}


															/** Main Content **/

#content{
	background: url(images/main-bg.gif) repeat-y;
	min-height: 500px;
	padding: 0 10px;
	overflow: auto;
}
															
															
#page {
	float: left;
	width: 540px;
	padding: 20px;
	line-height: 22px;
}

#page img{
	float: left;
	margin: 0 10px 10px 0;
	line-height: 22px;
}

.contactme {
	width: 500px;
	margin: 0 0 0 50px;
}

															/** Sidebar **/


#sidebar {
	float: right;
	width: 180px;
	padding: 20px;
}

#sidebar img{
	display: block;
	margin: 5px auto;
	border: 5px solid #fff;
}

.caption{
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.smallside {
	font-size:10px;
}





															/** Footer **/

#footer {
 	background: url(images/footer-back.gif) top left no-repeat;
	font-size: 11px;
	color: #B5CCF3;
	text-align: center;
	width: 840px;
	height: 80px;
	clear: both;
	padding-top: 20px;
}

#footer p{
	margin: 0 0 8px 0;
}

#footer a{
	color: #D6E5FF;
	text-decoration: none;
}

#footer a:hover{
	color: #fff;
	text-decoration: none;
}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
* { }


H1 {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0;
	margin: 0;
	line-height: 36px;
}


hr {
  border: 0;
  height: 1px;
  color: #BDD3FA;
}




															/** FORMS **/
* { }






															/** END **/