/*
Theme Name: PSM
Theme URI: http://www.kennedydatasolutions.com
Description: The custom PSM theme
Version: 0.1
Author: Jacob Kennedy
Author URI: http://www.kennedydatasolutions.com/
Tags: custom, fixed width, two columns


*/

body{
	background-image: url(images/back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #11182A;
	text-align:center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#maindiv{
	text-align: left;
	margin:20px auto;
	width:829px;
	color: #000;
}
#wrapper{
	background-color: #fff;
}
#leftnav{
	width: 200px;
	float: left;
	padding-left:10px;
}
#maincontent{
	width: 600px;
	float:right;
	padding-right:10px;
	padding-top: 50px;
}
p{
	margin:10px 0;
}
#header{
	background-image: url(images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 48px;
}
#footer{
	background-image: url(images/footer.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 70px;
}
#clearer{
	clear:both;
}
#maincontent h1{
	border-bottom: 1px solid black;
	text-align: right;
	font-size: small;
	text-transform: lowercase;
}

#maincontent h2{
	font-weight: bold;
}
#maincontent img.alignright{
	float:right;
	
}
#maincontent img.imgborders{
	border:1px solid #000;
	
}
#maincontent img.attachment-medium{
	border:2px solid #CFCFCF;
	
}
#maincontent p.attachment{
	text-align:center;
}
#maincontent li{
	background-image: url(images/dot.gif);
	background-position:left;
	background-repeat: no-repeat;
	padding-left: 16px;
	line-height: 125%;
	
}
#commonlinks{
	padding-top:50px;
	text-align: center;
	clear: both;
}
#commonlinks a{
	margin:0 1em;
}
#address{
	text-align: center;
	position: absolute;
	bottom:0;
	font-size: 80%;
	color: #324563;
	width:100%;
}