@charset "utf-8";
/* CSS Document */
body {
	background-color: #d7be58;
	font-size: 14px;
	font-family: "Tw Cen MT Condensed", "Arial Narrow", sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #497796;}
	
h2 {
	color: #5f0000;
	font-size: 28px;
	text-align: center;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #5f0000;}	
	
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #497796;}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #497796;}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #d7be58;}
	
p {
	font-size: 18px;}

img { 
	border: none;}

#page-container {
	background-image: url(../images/background.png);
	background-repeat: repeat;
	background-position: top left;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 600px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;}

#header {
	background-image: url(../images/top-banner.png);
	background-repeat: repeat-x;
	background-position: top left;
	width: 100%;
	height: 167px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 5;}

#name-tag {
	margin: 0;
	padding: 20px 0 0 0;
	width: 240px;
	float: left;}
	
#navigation {
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	width: 620px;}
	
#navigation ul {
	margin: 0;
	padding: 0;}
	
#navigation ul li {
	float: left;
	margin:5px;
	display: inline;
	list-style-type: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-align: center;}

#content-container {
	width: 960px;
	height: 381px;
	padding: 0;
	margin: 0;}

#pam {
	background-image: url(../images/pam-cut3.png);
	background-repeat: no-repeat;
	background-position: 0 -6px;
	width: 211px;
	height: 439px;
	float: left;
	position: relative;
	z-index: 3;}
	
#content-info {
	background-image: url(../images/bkgrnd-content.png);
	background-repeat: no-repeat;
	float: right;
	width: 639px;
	height: 330px;
	margin: 0;
	padding: 10px 5px 10px 10px;
	overflow: auto;}
	
#pagetitle {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}

#footer {
	background-image: url(../images/ban-bottom.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	width: 100%;
	height: 52px;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 2;}

.social {
	float: left;
	margin: 0;
	padding: 10px 0 0 150px;}

.designby {
	float: left;
	margin: 0;
	padding: 15px 0 0 280px;}
	
#content {
	padding: 0px 25px 15px 25px;}