/* 
Digital Handyman CSS
*/

body {
	background: #336699 url(../images/bg.jpg) top left repeat-x;
	font-family: helvetica, arial, san-serif;
	color:##666666;
	font-size:12px;
	line-height:16px; 
	padding: 0px;
	margin: 0px;
	text-align: center;
	letter-spacing:.2px;
	}
/*  div layout ----------------------------------------------------------------------- */

div#outercontainer {
	background: url(../images/bg-inner.png) top left repeat-y !important;
	background: none;
	position: relative;
	width: 756px;
	margin-left: auto;
	margin-right: auto;
	margin-top:30px;
	margin-bottom:0px;
	padding:0px;
	text-align: left;
	border:0px solid red;
	}

div#container {
	background-color: #ffffff;
	position: relative;
	width: 736px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	text-align: left;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	}
		
div#top {
	position: relative;
	width: 736px;
	height:105px;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	text-align: left;
	border-top:1px solid #333333;
	}

div#topLogo {
	width:258px;
	height: 49px; 
	padding: 20px 0px 0px 15px !important;
	padding: 20px 0px 0px 15px;
	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;

}

div#mainNav {
	width:736px;
	height: auto; 
	text-align:left;
	float:left;
	padding: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px !important;
	margin: 15px 0px 0px 0px;
	border: 0px solid blue;
	}


div#headerContainer {
	background: #ffffff;
	width:736px;
	height:242px;
	margin: 0px 0px 0px 0px !important; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	position:relative;
	}

div#introtext {
	position:absolute;
	top: 160px;
	left: 30px;
	width:400px;
	height: 168px;
}



div#contentContainer {
	background: #ffffff;
	width:734px;
	height:auto;
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	border: 0px solid red;

	}

div#left {
	width:535px !important;
	width:535px;
	float:left;
	height: auto;
	text-align:left;
	margin:0px 0px 0px 0px !important;
	margin:0px 0px 0px 0px;
	padding:25px 5px 25px 10px !important;
	padding:25px 5px 25px 0px;
	border-right: 1px dashed #cccccc;
	position:relative;
	}


div#rightNav { 
	width:175px!important;
	float:right;
	font-size:11px;
	line-height:15px;
	letter-spacing: normal;
	text-align:left;
	height: auto;
	margin:0px 0px 0px 0px !important; 
	margin:0px 0px 0px 0px; 
	padding:25px 0px 0px 5px !important;
	padding:25px 0px 0px 5px;
	border: 0px dotted blue;
	white-space: nowrap;
	position:relative;
}

#rightNav div {
	width:125px;
	height: auto;
	text-align:left;
	margin:0px 0px 30px 0px !important;
	margin:0px 0px 30px 0px;
	padding:0px 0px 0px 0px !important;
	padding:0px 0px 0px 0px;
	border: 0px solid orange;
	position:relative;
	}

div.mcplogo {
		width:125px;
		height: auto;
		text-align:left;
		margin:0px 0px 30px 0px !important;
		margin:0px 0px 30px 0px;
		padding:0px 0px 0px 0px !important;
		padding:0px 0px 0px 0px;
		border: 0px solid orange;
		position:absolute;
		bottom:50px;
		left:595px;
	}

div#footer {
	background: #000000;
	color:#ffffff;
	width:736px;
	height:45px;
	margin:0px 0px 0px 0px !important; 
	margin:0px 0px 0px 0px;
	padding:10px 0px 5px 0px !important;
	padding:10px 0px 5px 0px;
	text-align:center;
	clear:both;
	font-size:11px;
	}
	
/*div#footerLeft {
	background: #ffffff;
	float:left;
	width:392;
	height:90px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	}
	
div#footerRight {
	background: #ffffff;
	float:right;
	width:392px;
	height:90px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:right;
	}*/

/*
Unused



*/