body {
	color: #000;
	background: #C9CABA url(/images/bg.jpg) no-repeat center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h2	{
	font-size:13px;
	color:#173e4b;
	margin:4px 0 0 0;
	padding:0 0 10px 0;
}

p, li, td {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

li	{
	list-style:url(/images/arrow-readon.gif) none;
}

p {
	padding:0 0 11px 0;
	margin:0;
	line-height:1.6em;
}

a:link, a:visited	{
	text-decoration:none;
	color:#e56b00;
}

a:hover	{
	color:#173e4b;
}

#wrapper	{
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	padding:0;
	width:920px;
	background:none;
	height:100%;
	overflow:hidden;
}

#header	{
	width:920px;
	height:81px;
	background: url(/images/header.jpg) no-repeat left top;
}

#nav	{
	width:100%;
	height:17px;
	background:#a98a65;
}

#nav ul	{
	list-style:none;
	padding:0;
	margin:0 0 0 19px;
	font-size:12px;
	height:16px;
}

#nav li	{
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
}

#nav li a:link, #nav li a:visited	{
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
	color:#173e4b;
	text-transform:uppercase;
	padding:0 4px 0 4px;
}

#nav li a:hover	{
	color:#ebe8e6;
}

/* ===== formatting for current menu ====== */
body#about a#aboutnav,
body#contact a#contactnav,
body#home a#homenav,
body#consultations a#consultationsnav,
body#model a#modelnav,
body#blog a#blognav,
body#center a#centernav	{
	color:#ebe8e6;
}


#content-left, content-right	{
	height:660px;
}

#content	{
	width:874px;
	margin:28px 0 0 20px;
	padding:0 0 15px 0;
	background:none;
}

#content ul	{
	margin:5px 0 5px 15px;
	padding:0 4px 0 0;
}

#content li	{
	line-height:1.6em;
}

#content-full	{
	width:100%;
	background:#fff;
	min-height:761px;
	height:auto !important;
	height:761px;
}

#content-full-pad	{
	padding:15px 15px 30px 20px;
}

#content-left	{
	width:607px;
	background:#fff;
	min-height:761px;
	height:auto !important;
	height:761px;
}

#content-left-pad	{
	padding:15px 15px 30px 20px;
}

#content-left .home-block	{
	padding:0 0 0 15px;
	margin:0;
	line-height:2em;
}

#content-right	{
	width:232px;
	border:3px solid #5a3a00;
	float:right;
	min-height:755px;
	height:auto !important;
	height:755px;
	background:#fff;
}

#content-right h2	{
	font-size:11px;
	margin:0;
	padding:0;
}

#content-right p	{
	color:#666;
	line-height:normal;
}

#content-right-pad	{
	padding:15px;
}

#content-right-pad-blog	{
	padding:15px;
}

#content-right-pad-blog h2 a:link,#content-right-pad-blog h2 a:visited 	{
	color:#173e4b;
}

#content-right-pad-blog h2 a:hover 	{
	color:#e56b00;
}

#content-sidebar-pad	{
	padding:10px 20px 10px 5px;
}

#content-sidebar-pad a:link, #content-sidebar-pad a:visited 	{
	color:#173e4b;
}

#content-sidebar-pad a:hover 	{
	color:#e56b00;
}


#footer	{
	width:920px;
	height:20px;
	background:#5a3a00;
}

#footer p	{
	font-size:10px;
	color:#fefefe;
	margin:0 0 0 19px;
	padding:2px 0 0 0;
}


/* =========== IMAGE FORMATS ================ */

img.img-border { /*formats images as inline with padding and border*/
	margin:0 8px 0 0;
	border: 1px solid #C5C7D1;
	border-bottom: 2px solid #9094A8;
	border-right: 2px solid #9094A8;
	padding:3px;
	background:#fff;
	display:block;
}

img.img-border-align-left { /*formats images as inline with padding and border*/
	margin:0 8px 0 0;
	border: 1px solid #C5C7D1;
	border-bottom: 2px solid #9094A8;
	border-right: 2px solid #9094A8;
	padding:3px;
	display:block;
	background:#fff;
	float:left;
}
img.img-border-align-right { /*formats images as inline with padding and border*/
	margin:0 0 0 8px;
	border: 1px solid #C5C7D1;
	border-bottom: 2px solid #9094A8;
	border-right: 2px solid #9094A8;
	padding:3px;
	display:block;
	background:#fff;
	float:right;
}

img.img-align-left { /*formats images as inline with padding and border*/
	margin:4px 8px 0 0;
	display:block;
	background:#fff;
	float:left;
}
img.img-align-right { /*formats images as inline with padding and border*/
	margin:0 0 0 8px;
	display:block;
	background:#fff;
	float:right;
}

#content-right div.teaser p	{
	margin:0;
	padding:0;
	line-height:1.6em;
}

table.model td	{
	padding:0 20px 0 0;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-table;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */

/* end clearfix */