/*---------------------------------------------------------------------
photography by ellie web styles
---------------------------------------------------------------------*/
body {
	background-color:#231f20;
	font-family: georgia, times new roman;
	font-size:11px;
	}

#wrapper {
	width:650px;
	margin: 50px auto 0px auto;
	height: auto;
	text-align: left;
}

H1 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 800;
}
H2 {
	font-size: 16px; 
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 0;
}
H3 {
	font-size: 14px; 
	color: #ffffff; 
	font-weight: 800; 
	margin-top: 0; 
	margin-bottom: 0;
}
.subhead {
	font-size: 16px; 
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 0;
}
.headline {
	font-size: 18px; 
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 0;
}

img {border: 0;}
p {
	margin:10px 0px 5px 0px;
	font-size: 11px; 
	font-family:  georgia, times new roman;
	line-height: 18px; 
	color:#ffffff;
}
ul,li {
	font-size: 11px; 
	font-family:  georgia, times new roman;
	line-height: 20px; 
}
.bold {
	font-weight:800;
}
a:link 	{
	color: #ffffff; 
	text-decoration: none;
}
a:active {
	color: #ffffff; 
	text-decoration: none;
}
a:visited {
	color: #ffffff; 
	text-decoration: none;
}
#secondary a:hover {
	color: #999999; 
	border-bottom: 2px solid #999999;
	padding-bottom: 2px;
}

a.bold:link 	{
	color: #ffffff; 
	text-decoration: none;
	font-weight:800;
}
a.bold:active {
	color: #ffffff; 
	text-decoration: none;
	font-weight:800;
}
a.bold:visited {
	color: #ffffff; 
	text-decoration: none;
	font-weight:800;
}
a.bold:hover {
	color: #c01f3f; 
	text-decoration: underline;
	font-weight:800;
}
/*---------------------------------------------------------------------
HEADER
---------------------------------------------------------------------*/
#header {
	margin: 0px;
	padding: 0px;
	width: 960px;
	height:130px;
	background:url('../images/home_header.gif');
	background-repeat: no-repeat;
	background-position: top center;
}
/*---------------------------------------------------------------------
TOP NAV AND SOLUTION BAR
---------------------------------------------------------------------*/

#topnav {
	height: 50px;
	width:650px;
}
#topnavtabs {
	float:right;
}
.gallery {
	padding:0px 20px 0px 0px;	
}
.bio {
	padding:0px 20px 0px 0px;	
}
.portraits {
	padding:0px 20px 0px 0px;	
}
.contact {
	padding:0px 0px 0px 0px;	
}
/*---------------------------------------------------------------------
COLUMN CONTAINER
---------------------------------------------------------------------*/

#container {
	padding: 0px;
	height: 1%;
	width: 650px;
	margin-top: 30px;
}

/*---------------------------------------------------------------------
LEFT COLUMN
---------------------------------------------------------------------*/
#leftcol {
	width:260px;
	float:left;
}

/*---------------------------------------------------------------------
RIGHT COLUMN
---------------------------------------------------------------------*/
#rightcol {
	width:260px;
	float:right;
}

/*---------------------------------------------------------------------
CENTER PAGE CONTENT
---------------------------------------------------------------------*/
#centerpage {
	float:right;
	width:350px;
	padding-left:40px;
	padding-top:0px;
}

#centerpage_left {
	float:left;
	width:350px;
	padding-right:40px;
	padding-top:0px;
}
/*---------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------*/
#footer {
	width:650px;
	font-size: 9px; 
	color: #c6c8ca; 
	text-align:center;
	padding:30px 0px 5px 0px;
}

/*-------------------------------------
Gallery nav
--------------------------------------*/

#secondary {
	font-family: georgia, times new roman;
	font-size:11pt;
	display: inline;
	
}

#secondary a {
	margin-right: 20px;
	
}

.hilight {
	display: inline;
	color: #999999; 
	border-bottom: 2px solid #999999;
	padding-bottom: 2px;
	margin-right: 20px;

}

/*---------------------------------------------------------------------
MISC
---------------------------------------------------------------------*/

.clearer {
font-size: 0px;
line-height: 0px;
display: block;
margin: 0px;
padding: 0px;
clear: both;
height: 0px;
width: auto;
}

.left {float: left;}

.right {float: right;}
