@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
	background-image:url(../images/psbgdomain.jpg);
	background-position: center middle;
	background-repeat:no-repeat;
	text-align: center;
}

a {
	color: #076463;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

#container {
	position: absolute;
	top: 253px;
	left: 425px;
	width: 475px;
	height: 361px;
	padding: 0 10px 0 10px;
}

h1, h2, h3, h4, h5, h6, pre, blockquote, ul, ol, dl, address{
	margin: 0;
	padding: 0;
} 

ul {
	list-style: none;
	margin-top: 10px;
	padding: 0 10px 0 10px;
	border-left: 1px dotted #ccc;
}

ul li {
	font-size: 14px;
	color: #2e322b;
}

h1 {
	margin: 0;
	padding: 0 10px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #076463;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 4px;
	text-align: right;
	border-bottom: 1px dotted #ccc;
}

h2 {
	margin: 0;
	padding: 12px 0 0 0;
	line-height: 25px;
	font-size: 19px;
	color: #FF6600;
	text-align: center;
	font-weight: normal;
	letter-spacing: -1px;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #2e322b;
	font-size: 12px;
	padding: 12px;
	padding-top: 0;
}

#contactPanel {
	position: absolute;
	left: 252px;
	top: 382px;
}

#contactPanel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #660000;
}

.websiteLink {
	display: block;
	text-align: right;
	padding: 2em 0 0 13px;
	color: #660000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#contactPanel span {
	font-weight: bold;
}

.projectPrefix {
	font-weight: normal;
	color: #330066;
}

.latestProject h3 {
	margin-top: -20px;
	padding: 0 10px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #076463;
	font-weight: normal;
	letter-spacing: -1px;
	padding-bottom: 4px;
	text-align: right;
	border-bottom: 1px dotted #ccc;
}

.project-pn{
	padding: .5em;
	float: right;
}