* {
 margin: 0;
 padding: 0;
}

body {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 12px;
 background-color: #D9AA96;
 color: #000;
}

p {
 margin: 0 0 20px 0;
}

/****************************************************
 HEADINGS
****************************************************/

h1 {
 height: 20px;
 width: 238px;
 background: transparent url(/_img/logo.gif) 0 0 no-repeat;
 text-indent: -999px;
 position: absolute;
 left: 10px;
 top: 15px;	
}

#content h2 {
 font: normal 18px/22px Georgia, "Times New Roman", Times, serif;
 margin: 0 0 10px 0;
 background-color: #3F82B6;
 color: #fff;
 margin-bottom: 20px;
 padding: 5px;
}

#sidebar h2 {
 font: normal 18px/22px Georgia, "Times New Roman", Times, serif;
 margin: 0 0 10px 0;
 background-color: #275D8B;
 color: #fff;
 margin-bottom: 20px;
 padding: 5px;
}


h3 {
 font: bold 1.1em Georgia, "Times New Roman", Times, serif;
 letter-spacing: 1px;
 margin: 25px 0 10px 0;
 color: #275D8B;
}

/****************************************************
 DEFAULT LINKS
****************************************************/

a:link, a:visited { 
 color: #275D8B;
 font-weight: bold;
}

a:hover, a:active { 
 color: #275D8B;
 font-weight: bold;
}

/****************************************************
 WRAPPER
****************************************************/

#wrapper {
 position: relative;
/* background: transparent url(/_img/bg-wrapper.gif) top center no-repeat;*/
 width: 720px;
 margin: 20px auto 0 auto;
/* border-left: 1px solid #000;
 border-right: 1px solid #000;
 border-bottom: 1px solid #000;*/
}

#inner-wrapper {
 margin: 0 auto;
 background-color: #fff; 
 border-right: 1px solid #eee;
/* border-left: 1px solid #000;
 border-right: 1px solid #000;*/
}

/****************************************************
 HEADER
****************************************************/

#header {
 position: relative;
 width: 714px;
 height: 50px;
 background-color: #3F82B6;
 border-top: 3px solid #fff;
 border-bottom: 3px solid #fff;
 margin: 0 auto 0 auto;
}

#masthead {
 height: 180px;
 width: 714px;
 background: transparent url(/_img/masthead.jpg) 0 0 no-repeat;
/* background-color: #275D8B;*/
 text-align: center;
 margin: 0 auto;
}

/****************************************************
 CONTENT
****************************************************/

#content {
 position: relative;
 margin: 20px 0 0 245px;
}

#content .inner {
 position: relative;
 margin: 0 20px 0 20px;
 font-size: 13px;
 line-height: 26px;
}

#content .inner p.intro {
 font: normal 18px/22px Georgia, "Times New Roman", Times, serif;
 margin: 0 0 10px 0;
 color: #275D8B;
 margin-bottom: 20px;
}

/****************************************************
 SIDE
****************************************************/

#sidebar {
 float: left;
 width: 215px;
 margin: 20px 0 20px 0;
 line-height: 22px;

/* border: 1px solid #000;*/
}

#sidebar .inner {
 margin: 0 10px 0 20px;
 font-size: 11px;
}

#sidebar .inner p {
 margin: 0 0 10px 0;
}

#sidebar .inner div.hr {
  height: 43px;
  background: #fff url(/_img/side-hr.gif) no-repeat scroll center;
  margin: 10px 0;
}
#sidebar .inner div.hr hr {
  display: none;
}

#sidebar .inner ul {
 list-style: none;
 padding-left: 0;
 line-height: 22px;
}

/****************************************************
 NAVIGATION
****************************************************/

#nav {
 position: absolute;
 right: 0;
 top: 0;	
 height: 50px;
 width: 379px;
}

div#nav ul#navbar	{
 height: 50px;
 width: 379px;
 background: transparent url(/_img/navbar.gif) 0 0 no-repeat;
 position: relative;
 text-indent: -9999px;
}

div#nav ul#navbar li {
 list-style: none;
 position: absolute;
 top: 0;
}
	
ul#navbar li, ul#navbar a {
 height: 50px;
 display: block;
}
	
div#nav ul#navbar li a {
 text-indent: -9999px;
 text-decoration: none;
}
	
#nav-home 			{left: 0px; width: 77px;}
#nav-about			{left: 77px; width: 165px;}
#nav-smartlipo		{left: 241px; width: 139px;}

#nav-home a:hover 				{background: transparent url(/_img/navbar.gif) 0 -50px no-repeat; border:0;}
#nav-about a:hover 				{background: transparent url(/_img/navbar.gif) -77px -50px no-repeat; border:0;}
#nav-smartlipo a:hover 			{background: transparent url(/_img/navbar.gif) -241px -50px no-repeat; border:0;}

/* YOU ARE HERE */	
body#home #nav-home 			{background: transparent url(/_img/navbar.gif) 0 -50px no-repeat; border:0;}
body#about #nav-about  			{background: transparent url(/_img/navbar.gif) -77px -50px no-repeat; border:0;}
body#smartlipo #nav-smartlipo 	{background: transparent url(/_img/navbar.gif) -241px -50px no-repeat; border:0;}


/****************************************************
 FOOTER
****************************************************/

#footer {
 position: relative;
 clear: both;
 color: #fff;
 background-color: #275D8B;
 margin: 30px auto 0 auto;
 border-bottom: 3px solid #fff;
 width: 714px;
 height: 60px;
}

#footer .inner {
 padding-top: 1px;
 line-height: 18px;
 text-align: center;
 font-size: 11px;
}

#footer .inner p {
 margin: 15px 0;
}

#footer .inner a:link, #footer .inner a:visited { 
 color: #fff;
 font-weight: bold;
}

#footer .inner a:hover, #footer .inner a:active { 
 color: #fff;
 font-weight: bold;
}

/****************************************************
 PHOTOS
****************************************************/

.photo-left {
 display: block;
 float: left;
 margin: 10px 10px 10px 0;
}

.photo-right {
 display: block;
 float: right	;
 margin: 5px 0 20px 35px;
}

