body {
	color: #303030;
	font-size: 13px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(../assets/back.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
div.mainborder {
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	position: relative;
}
div.top {
	position: relative;
	width: 700px;
	height: 85px;
}
div.floatleft {
	float: left;
}
#top_intro {
	position: relative;
	width: 688px;
	border: 1px solid #fff;
	margin-top: 10px;
	background-color: #CCC4BD;
	padding-left: 10px;
}

#Pcontainer {
	height: auto;
	width: 700px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #181818;
	visibility: visible;

}
#LPbox, #PPbox {
	background-repeat: no-repeat;
	width: 350px;
	height: 310px;
	position: relative;
	visibility: visible;
	overflow: hidden;
	background-color: #181818;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#LPbox {
	background-image: url(../assets/photoboxes/LPhoto.gif);
	background-position: 24px 29px;
}
#PPbox {
	background-image: url(../assets/photoboxes/PPhoto.gif);
	background-position: 49px 4px;
}

#LPbuttons {
	position: absolute;
	height: 27px;
	overflow: hidden;
	visibility: visible;
	z-index: 1;
	width: 100px;
	left: 224px;
	top: 252px;
}

#PPbuttons {
	position: absolute;
	height: 27px;
	overflow: hidden;
	visibility: visible;
	z-index: 1;
	width: 100px;
	left: 199px;
	top: 277px;
}

#LPbuttons img, #PPbuttons img {
	display: block;
	float: right;
	border: 0;
	margin: 3px;
}

a:link {
	color: #303030;
	text-decoration: none;
}
a:visited {
	color: #303030;
}
a:hover {
	color: #303030;
	text-decoration: underline;
}
a:active {
	color: #EAEAEA;
	text-decoration: underline;
}
	

