/*
Theme Name: Davis Burton Sellek
Theme URI: http://davisburtonsellek.com/
Description: Davis Burton Sellek WordPress Theme.
Version: 1.0
Author: MAW Associates
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/


/* Start Body CSS */

body{

	/*font: 85% "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;*/
	font-size:85%;
	font-family: sans-serif;
	text-align: center; /* for IE */
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 960px;
	background-color:#ccffcc;
	/*background-image:url(../images/main_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
}

/* End Body CSS */

/* Start Header CSS */

#header{
width:960px;
background-color:#FFFFFF;
height:60px;
padding:0px;
margin:0px;
float:left;
background-image:url(../images/header_bg.jpg);
background-repeat:no-repeat;
}

#header h1{
padding-top:15px;
padding-left:150px;
margin:0px;
color:#ffff00;
font-size:22pt;
}

/* End Header CSS */

/* Navigation */

#nav_middle{
width:130px;
padding:0px;
margin:0px;
background-image:url(../images/nav_bg_mid.jpg);
background-repeat:repeat-y;
}

#nav_middle ul{
padding:0px;
margin:0px;
}

#nav_middle li{
width:130px;
padding:0px;
padding-bottom:5px;
padding-top:5px;
margin:0px;
height:42px;
background-image:url(../images/nav_button.gif);
background-repeat:no-repeat;
color:#FFFFFF;
list-style:none;
font-size:11px;

}

#nav_middle a{
float:left;
padding-left:10px;
padding-right:10px;
padding-top:2px;
text-align:center;
color:#ffff00;
text-decoration:none;
width:110px;
}

#nav_middle a:hover{
color:#fff;
text-decoration:underline;
}

/* Navigation */

/* Content CSS */

#content{
float:left;
width:960px;
padding:0px;
margin:0px;
}

#content_left{
float:left;
width:130px;
padding:0px;
margin:0px;

}

#content_right{
float:right;
width:810px;
padding-top:20px;
padding-left:20px;

margin:0px;
}

#content_right p{
text-align:justify;
}

ol{
padding:0px;
margin:0px;
}

ol li{
padding-bottom:10px;
margin:0px;
}

/* Content CSS */

/* Start Footer CSS */

#footer{
float:left;
width:960px;
height:50px;
padding:0px;
padding-top:10px;
margin-top:10px;

}


/* End Footer CSS */