body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #f8f7e6;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
	font-size: 100%;
}

/* holder styles */
#holder {
	width: 760px;
	background: #FFFFFF url(images/faux.gif) repeat-y; /* This image creates the three column faux effect */
	text-align: left;
	margin: 5px auto 0 auto;
}

/* header styles */
#header {
	background: #f1eecb url(images/logo.gif) no-repeat bottom left;
	padding: 0px 0px 0px 0px;
	height: 79px;
}
.callout {
	font: bold 170% Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	padding: 20px 20px 20px 20px;
}

/* navigation styles */
#nav {
	width: 140px;
	float: left;
	margin: 29px 0px 0px 0px;
	padding: 15px 10px; /* side padding is added to total width above for a 160px "real total" */
}
/*  for menu styles see css in incolude folder	*/

/* content styles */
#content {
	margin: 0 165px;
	padding: 15px;
}
#content2col {
	margin: 0px 10px 0px 165px;
	padding: 15px;
	background-color: #f8f7e6;
}
#content h1 {
	font-size: 160%;
	color: #8d205c;
}
#content h2 {
	font-size: 130%;
	color: #8d205c;
}
#content h3 {
	font-size: 110%;
	color: #8d205c;
}
#content h4 {
	font-size: 100%;
	color: #8d205c;
}

#content p {
	line-height: 130%;
}
#content p.highlight {
	line-height: 130%;
	font-weight: bold;
}

#content img.portfolio {
	padding: 5px;
	background-color: #ffffff;
	display: block;
	margin-top: 20px;
    	margin-left: auto;
    	margin-right: auto; 

}
#content p.caption {
	font-size: 80%;
	text-align: center;
	margin-top: 2px;
}

#content a:link { 
	color: #9cbbf1;
	text-decoration: none;
	font-weight: bold;
}
#content a:visited { 
	color: #8d205c;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover, #content a:active, #content a:focus {  
	color: #e9b3d0;
	text-decoration: none;
	font-weight: bold;
}

/* content2col styles */

#content2col {
	margin: 0px 1px 0px 165px;
	padding: 15px;
	background-color: #f8f7e6;
}
#content2col h1 {
	font-size: 160%;
	color: #8d205c;
}
#content2col h2 {
	font-size: 130%;
	color: #8d205c;
}
#content2col h3 {
	font-size: 110%;
	color: #8d205c;
}
#content2col h4 {
	font-size: 100%;
}

#content2col p {
	line-height: 130%;
}

#content2col a:link { 
	color: #9cbbf1;
	text-decoration: none;
	font-weight: bold;
}
#content2col a:visited { 
	color: #8d205c;
	text-decoration: none;
	font-weight: bold;
}
#content2col a:hover, #content2col a:active, #content2col a:focus {  
	color: #e9b3d0;
	text-decoration: none;
	font-weight: bold;
}


/* third column styles */
#news {
	margin: 29px 0px 0px 0px;
	padding: 15px 8px 8px 8px;
	float: right;
	width: 144px;
	color: #8d205c;
}

#news h1 {
	font-size: 180%;
	color: #ffffff;
}
#news h2 {
	font-size: 150%;
	color: #ffffff;
}
#news h3 {
	font-size: 130%;
	color: #ffffff;
}
#news h4 {
	font-size: 110%;
	color: #ffffff;
}

#news p {
	color: #ffffff; 
}
#news p.author {
	color: #ffffff;
	text-align: right;
	font-style: italic;
}

#news a:link { 
	color: #abc6f1;
	text-decoration: none;
	font-weight: bold;
}
#news a:visited { 
	color: #e9b3d0;
	text-decoration: none;
	font-weight: bold;
}
#news a:hover, #news a:active, #news a:focus {  
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}



/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #877D6C;
	font-size: 80%;
	color: #736B5E;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
}

#footer a:link { 
	color: #9cbbf1;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited { 
	color: #8d205c;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover, #footer a:active, #footer a:focus {  
	color: #e9b3d0;
	text-decoration: none;
	font-weight: bold;
}


/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
