body {
	margin:0;
	padding:0;
	text-align:center;
	background:#fff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#container {
	margin:0 auto 0 auto;
	padding:0;
	width:900px;
	text-align:left;
}
#contentWrapper{
	margin:0;
	padding:0;
}
#content{
	margin:0;
	padding:0;
	position:relative;
	border:none;
	border-top:1px solid #fff; /* for some  reason firefox will not position the logo properly without somthing concrete above it */
	
}
#pageTitle{
	font-size:11px;
	margin-top:30px;
	text-transform:uppercase;
	font-weight:bold;
}
#pageTitle a{
	text-decoration:none;
}
#pageTitleName{
	color:#ef14a0;
}
#pageTitlePhotography{
	color:#000;
}
#logo{
	position:absolute;
	top:0;
	right:20px;
}

#content a{
	color:#ef14a0;
}

#header{
	margin:50px 0 50px 0;
}

#nav{
	display:inline;
	list-style: none;
	padding:0;
}
#nav li{
	display:inline;
	margin-right:20px;
}
#nav a{
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none;
	color:#808285;
	font-weight:bold;
}
#nav a:hover{
	color:#ef14a0;
}




.blogEntry, .infoEntry{
	border:1px solid #bbb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin:10px 0;
	min-height:56px;
	padding:10px 35px;
	width:730px;
}
.blogEntry{
	background:#fff url(/images/site/blog-entry-bg.png) 5px 5px no-repeat;	
}
.blogEntry h4, .infoEntry h4{
	font-size:11px;
	text-transform:uppercase;
	margin:0;
}
.blogEntry p.date, .infoEntry p.date{
	font-size:80%;
}



#contact{
	text-transform:uppercase;
	font-size: 14px;
	font-weight:bold;
}
#contact td{
	vertical-align: top;
	padding:0 20px 40px 0; 
}
#contact .label{
	font-size: 9px;
	font-weight:bold;
	color:#ef14a0;
}
#contact td.leftcol{
	text-align: right;
}
#credit{
	margin-top:300px;
	color:#aaa;
	font-size:9px
}
#credit a{
	color:#aaa;
}



#homepageImages .row{
	height:60px;
	overflow:hidden;
	white-space: nowrap;
}


#getFlash{
	margin-top:100px;
	color:#666;
	font-size:10px
}

#categoryRow{
	height:145px;
	white-space: nowrap;
	overflow: auto;
}
#categoryRow img{
	margin-right:10px;
	display: none;
}
#categoryRow img.first{
	display: inline;
}

#categoryRow span.description{
	display:none;
}