/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
p {margin:0 0 .8em;}
#Content p {line-height:1.8; /* ~20px */}
#Content blockquote p {line-height:1.5;}
#Content p+p {margin-top:-1em; text-indent:2.7em;}

a {
	color:#3c698a;
	text-decoration:none;
	
	margin:.0;
	
	}
a:link {color:#3c698a;}
a:visited {color:#3c698a;}
a:hover {
color: #3c698a;
text-decoration:underline;
}

a img
{
	border: 0px;
	margin: 0px;
	background-color: #ffffff;
	padding: 0px;
	}

h1 {
	color:#333333;
	font-size:12px; 
	line-height:12px;
	font-weight:800;
	font-family:arial, helvetica, sans-serif; 
	margin:0;
	padding:0;
	}
	
h2 {
	font-size: 20px;
	font-weight:500;
	color: #c69c6d;
}
	h3 {
	color:#333;
	font-size:1em;
	font-weight:bold;
	margin:1.63em 0 .27em; /* ~18px 0 ~3px */
	}
	
	#headerOverlap {
	position:absolute;
	width:247px;
	height:107px;
	color:#666666;
	font-size:.9em;
	line-height:8px;
	font-weight:normal;
	font-family:arial, helvetica, sans-serif;
	color:#666666;
	margin:0;
	padding:0;
	background-image:url(../images/glue07.jpg);
	background-position:center left;
	background-repeat:no-repeat;
	background-color: #ececec;
	top: 14px;
	}
	
	
#wrapper { 
 margin:  0px 0px 0px 10px;
 position:absolute;
 width: 922px;
}
#header {
 color: #333;
 float: left;
 width: 820px;
 padding: 10px;
 border: 1px solid #ececec;
 height: 90px;
 margin: 10px 0px 0px 0px;
 background: #ececec;
}
#navigation {
 color: #999;
 float: left;
 width: 820px;
 padding: 10px;
 border: 1px solid #fbfbfb;
 margin: 0px 0px 15px 0px;
 background: #fbfbfb;
}
#leftcolumn { 
 color: #333;
 border-left: 0px dotted #ececec;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 15px;
 height: 300px;
 width: 175px;
 float: left;
}
#leftmiddle { 
 color: #333;
 border-left: 2px dotted #ececec;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 15px;
 height: 300px;
 width: 175px;
 float: left;
}
#rightmiddle { 
 color: #333;
 border-left: 2px dotted #ececec;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 15px;
 height: 300px;
 width: 175px;
 float: left;
}
#rightcolumn { 
 color: #333;
 border-left: 2px dotted #ececec;
 background: #ffffff;
 margin: 0px 5px 5px 0px;
 padding: 15px;
 height: 300px;
 width: 175px;
 float: left;
}

#right { 
 color: #333;
 border-left: 2px dotted #ececec;
 background: #ffffff;
 margin: 0px 0px 5px 0px;
 padding: 15px;
 height: 100%;
 width: 175px;
 float: left;
}

#content { 
 color: #333;
 border-left: 2px dotted #ffffff;
 background: #ffffff;
 margin: 0px 0px 5px 0px;
 padding: 15px;
 height: 100%;
 width: 600px;
 float: left;
}

#content2 { 
 color: #333;
 border-left: 0px dotted #ffffff;
 background: #ffffff;
 margin: 0px 0px 5px 0px;
 padding: 0px;
 height: 100%;
 width: 840px;
 float: left;
}


#footer { 
 width: 820px;
 clear: both;
 color: #333;
 border: 0px solid #ccc;
 background: #ececec;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

