@charset "utf-8";
body{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #d2d2d2;
	background-image:url(../images/bpa.png);
	background-repeat:no-repeat;
	background-position:bottom left;
    padding: 0;
	margin: 0;
}
html{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #d2d2d2;
    padding: 0;
	margin: 0;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
		text-transform:uppercase;
}
a:active {
		text-transform:uppercase;
}
.link {
	font-size: 10px;
	text-decoration: none;
}
.bpa #frame{
	width: 1000px;
	height:100%;
	margin: 0 auto;
    padding: 0;
    border: none;
} 
.bpa #left {
	width: 5px;
	height: 100%;
	background-image:url(../images/left.png);
	background-repeat: repeat-y;
	float: left;
}
.bpa #container {
	width: 990px;
	height: 100%;
	margin: 0px auto;
	background-color: #ffffff;
	float: left;
} 
.bpa #right {
	width: 5px;
	height: 100%;
	background-image:url(../images/right.png);
	background-repeat: repeat-y;
	float: left;
} 
.bpa #header {
	height: 65px;
	text-align: right;
	background-image: url(../images/75%25.png);
	padding: 10px 10px 10px 10px;
} 
.bpa #navigation {
	background-color: #c22025;
	height: 25px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. 
	If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #ffffff;
	z-index: 1;
} 
.bpa #info {
	width: 155px;
	height: 480px;
	padding: 25px 0px 25px 10px;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	float: left;
}
.bpa #intro {
	width: 990px;
	vertical-align: top;
	margin: 0 auto;
	padding: 110px 0px 25px 0px;
	text-align: center;
	}
.bpa #content {
	width: 815px;
	height: 480px;
	padding: 25px 0px 25px 10px;
	font-size: 11px;
	font-style: normal;
	text-align: left;
	float: left;
} 
.bpa #portfolio {
	width: 990px;
	vertical-align: top;
	padding: 25px 0px 25px 0px;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	float: left;
	z-index: -1000;
} 
.bpa #gallery {
	width: 990px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	float: left;
} 
.bpa #footer {
	position: absolute;
	bottom: 0;
	width: 1000px;
	height: 25px;
	font-size: 10px;
	text-align: center;
	color: #d2d2d2;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
