@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	background: url(images/background.gif) #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 19px;
}

a:link, a:visited{
	color: #fc246c;
	text-decoration: none;
}

a:hover{
	color: #f74a83;
}

#center{
	width: 720px;
	text-align: center;
	margin: 0 auto;
}

#page{
	margin: 10px;
	width: 700px;
	float: left;
	text-align: left;
}

img{
	border: 0;
}

#photography{
	padding: 0 0 0 30px;
	float: left;
}

#projects{
	margin: 0 30px 0 0;
	float: right;
}

#one{
	padding: 0 0 0 40px;
	float: left;
	width: 390px;
}

#two{
	margin: 0 40px 0 0;
	float: right;
}

#videos{
	float: left;
}

#blog{
	float: right;
}

#featuredpic{
	clear: both;
}

#photography a:link, #photography a:visited{
	background:url(images/photography.gif);
	width: 327px;
	height: 74px;
	display: block;
}

#photography a:hover{
	background:url(images/photographyh.gif);
	width: 327px;
	height: 74px;
	display: block;
}

#projects a:link, #projects a:visited{
	background:url(images/projects.gif);
	width: 269px;
	height: 59px;
	display: block;
}

#projects a:hover{
	background:url(images/projectsh.gif);
	width: 269px;
	height: 59px;
	display: block;
}

#videos a:link, #videos a:visited{
	background:url(images/videos.gif);
	width: 193px;
	height: 60px;
	display: block;
}

#videos a:hover{
	background:url(images/videosh.gif);
	width: 193px;
	height: 60px;
	display: block;
}

#wrap{
	float: left;
}

#blog a:link, #blog a:visited{
	background:url(images/blog.gif);
	width: 131px;
	height: 46px;
	display: block;
}

#blog a:hover{
	background:url(images/blogh.gif);
	width: 131px;
	height: 46px;
	display: block;
}

#links a:link, #links a:visited{
	background:url(images/links.gif);
	width: 154px;
	height: 48px;
	display: block;
}

#links a:hover{
	background:url(images/linksh.gif);
	width: 154px;
	height: 48px;
	display: block;
}

.inv{
	display: none;
}

#bptbanner{
	margin: 0 0 10px 0;
	background: url(images/bptbanner.gif);
	width: 649px;
	height: 228px;
}

#a{
	float: left;
	width: 230px;
}

#a ul{
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}

#a ul li{
	margin: 10px;
	padding: 0;
}

#a a:link, #a a:visited{
	background: #fc3474;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-size: 30px;
	text-decoration: none;
	font-weight: normal;
}

#a a:hover{
	color: #fff;
}

#b{
	float: right;
	width: 470px;
}

#content{
	margin: 0 0 10px 20px;
	background: #fff;
	padding: 15px 10px 5px 10px;
	width: 355px;
}

h2{
	margin: 0;
	font-size: 20px;
}

#bptheader{
	clear: both;
	width: 700px;
	float: left;
	margin: 0 0 30px 0;
}

#bptfooter{
	text-align: center;
}

.post{
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px dotted #d9d9d9;
}

#comment{
	width: 349px;
}