/*  
Theme Name: mckpc
Theme URI: http://www.wpdesigner.com
Description: This is my theme for a tutorial.
Version: 1.0
Author: Small Potato
Author URI: http://www.wpdesigner.com/

*/

body {
	margin: 0;padding: 0;
	background-color: #082e26;
	font-family:"Trebuchet MS";
	font-size:12px;
}

#gradient {
	background-image: url(images/bg.jpg);
	height: 768px;
}

#page {
	background-color: #ffffff;
	width:889px;
	margin: 0 auto;
	height:100%;
}

#header {
	background-image: url(images/header.jpg);
	width: 889px;
	height: 181px;
}

#main {
	background-color: #dce6da;
}

#nav {
	float: left;
	background-image: url(images/side_panel.jpg);
	width: 170px;
	height: 587px;
}

#content {
	float: right;
	text-align: left;
	background-color: #ffffff;
	width: 719px;
	padding: 0px;
}

#content p {
	margin: 5px 20px 20px 20px;
}

img {
	margin: 5px;
	border: 1px solid #000000;
}


#nav ul {
	list-style: none;
	margin-left: 15px;
}

h4 {
	position: relative;
	left: 5px;
}

h3 {
	font-size: 16px;
	font-weight: 500;
	border-bottom: 1px solid #b3b3b3;
}
