/*  
Theme Name: ElectricDK.com
Theme URI: http://www.electricdk.com
Description: Designed by Jonathan Wold for David Krug and ElectricDK.com
Version: 1.0
Author: Jonathan Wold
Author URI: http://www.jonathanwold.com

*/

body{
	background:#d5d5d5 url('images/body_bg.gif') repeat-x;
	font: 12px Verdana,sans-serif;
	margin:0;
	color:#333;
}


a:link,a:visited,a:active{ text-decoration:none; border-bottom: #900 1px dotted; color:#962643; }
a:hover{color:#600;	border-color:#600; }

#container{
	margin:0 auto;
	width:760px;
}


/* Below we have the elements that control the website header, including the logo, etc. */

#header{
	background: url('images/top.jpg') no-repeat;
	height:159px;
	margin: 0;
}

#header h1 { margin:0; padding: 40px 0 0 20px; }
#header img {float: left; border: none;}
#header img.right {float: right; padding-right: 20px; }


/* Below we have the elements that govern the navigation bar just below the header */

#menu {
	margin:0px auto;
	width: 742px;
	height: 29px;
	background: url(images/navbg.gif);
	padding: 5px 0;
	border: 1px solid black;
	border-bottom: none;	
}

#menu ul { margin: 0; padding: 5px; }
#menu ul li { list-style:  none; display: inline; }

#menu li a:link, #menu li a:active, #menu li a:visited { 
	color: #666666;		
	background: white;
	margin-right: 8px;
	padding: 5px;
	font-size: 15px;
	font-family: Verdana, 'lucida grande', arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border: 2px solid black;
}

#menu ul li a:hover {
	background: #c3e2f4;
	color: black;
	border: 2px solid black;
}




#main {
	background: #ffffff;
	margin:0 auto;
	width:742px;
	padding: 0;
	overflow:hidden;
	border: 1px solid #636363;
}



.content{
	margin: 0;
	padding-top: 1px;
	padding-left: 18px;
}

.content h2{
	color:#900;
	line-height:15px;
	padding: 0px 0 0 15px;
	font-size: 16px;
}

.content p {
    padding-left: 10px;
	}

#footer{
	clear:both;
	height: 50px;
	padding: 0 20px 5px 0;
	text-align:right;
	color:#962643;
}
#footer p{
	margin:0;
	padding: 20px 0 0 0;
	line-height: 17px;
	text-align: center;
}

.content div.box{
	width:220px;
	margin: 0 15px 20px 0;
	float:left;
	text-align:justify;
}

