/*
      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; background: #FFFFFF;}*/

body {
 font-family: Georgia, serif;
 font-size: 13px;
 line-height: 22px;
 color: #7f7f7f;
 text-align: left;
 background: #333333;
 /*background-image: url('images/bg-tile_01.gif');*/
}
#wrapper { 
 margin: 0 auto;
 width: 740px;
 padding: 0px;
 background: #FFFFFF;
}
#header {
 background-color: #FFFFFF;
 margin: 0 0 0 0px;
 padding-left: 120px;
 padding-right: 120px;
 height: 150px;
 width: 580px;
}
#content { 
 float: left;
 padding-left: 120px;
 padding-right: 120px;
 margin: 0px 00px 0px 0px;
 width: 580px;
 background: #FFFFFF;
}

#footer { 
 padding-left: 120px;
 padding-right: 120px;
 padding-top: 0px;
 padding-bottom: 40px;
 margin: 0 auto;
 width: 580px;
 clear: both;
}
#footer p {
 margin: 0;
 padding-bottom: 40px;
 text-align: center;
}

/* Begin Typography & Colors */
#page {
	background-color: white;
	text-align: left;
        min-height: 100%;
	}

#header {
	background: #FFFFFF;
	}

#headerimg 	{
	height: 180px;
	width: 880px;
	}

#content {
	font-size: 13px;
        background-color: #ffffff;
	}
#footer {
 font-size: 13px;
 color: #999999;
 background: #FFFFFF;
 border: none;
}
h4, h4 a {
	font-family: Georgia, serif;
	font-size: 12px;
	line-height: 8px;
        color: #2e2828;
        margin: 12px 0 5px 0;
	}

h1, h2, h3 {
	font-family: Georgia, serif;
	font-weight: normal;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
h2, h2 a, h2 a:visited {
	font-size: 24px;
	color: #2e2828;
	}

h2 a:hover {
	color: #51c5f3;
	}

h2.pagetitle {
	font-size: 24px;
	}
h3 {
	font-size: 18px;
        /*font-weight: bold;*/
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h3, h3 a, h3 a:visited, h4 {
	color: #2e2828;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
p a:visited {
	color: #51c5f3;
	}
a {
	color: #51c5f3;
	text-decoration: none;
	}

h3 a:hover, h4 a:hover {
	color: #51c5f3;
	text-decoration: none;
	}

a:hover {
	color: #51c5f3;
	text-decoration: none;
	}