/*
      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; }


@font-face {
    font-family: 'CheapPineSans';
    src: url('cheap_pine_sans-webfont.eot');
    src: url('cheap_pine_sans-webfont.eot?#iefix') format('embedded-opentype'),
         url('cheap_pine_sans-webfont.woff') format('woff'),
         url('cheap_pine_sans-webfont.ttf') format('truetype'),
         url('cheap_pine_sans-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #000;
}
body hr {
color: #d8b83d;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #000;
 height: 300px;
 margin: -12px 0px -5px 0px;
 background: XXX;
}
#navigation {
 float: right;
 width: 900px;
 color: #513613;
 padding: 8px 10px 5px 10px;
 border: 1px solid #000;
 margin: 0px 0px 5px 0px;
 background: #d8b83d;
}
#leftcolumn { 
 color: #333;
 border: 1px solid #000;
 margin: 0px 5px 5px 0px;
 padding: 20px;
 height: 599px;
 width: 578px;
 float: left;
 background: #e3e8bb;
 text-align: justify;
 
}


#leftcolumnPHOTO { 
 color: #333;
 border: 1px solid #000;
 margin: 0px 5px 5px 0px;
 padding: 20px;
 height: 599px;
 width: 578px;
 float: left;
 background: #e3e8bb;
 text-align: justify;
 
}

#leftcolumnPHOTO img {
 padding-top: 6px;
 
 }

#leftcolumnLONG { 
 color: #333;
 border: 1px solid #000;
 margin: 0px 5px 5px 0px;
 padding: 20px;
 height: 599px;
 width: 578px;
 float: left;
 background: #e3e8bb;
 text-align: justify;
 
}

#leftcolumn img {
 padding-right: 20px;
 padding-top: 5px;
 
 }
 
 #leftcolumnLONG img {
 padding-right: 20px;
 padding-top: 5px;
 
 }
 
 #leftcolumnALT img {
 padding-left: 0px;
 margin-bottom: -15px;
 
 }
 
#leftcolumnLONG a {
	color: #d8b83d;
	text-decoration: none;
 
}

#leftcolumn a {
	color: #d8b83d;
	text-decoration: none;
 
}

#leftcolumnLONG a:hover{
 color: #a2892a;
 text-decoration: none;

}

#leftcolumn a:hover{
 color: #a2892a;
 text-decoration: none;

}



#leftcolumnLONG p2 {
 margin-left: 175px;


}

#rightcolumn { 
 float: right;
 color: #333;
 border: 1px solid #000;
 margin: 0px 0px 0px 0px;
 padding: 10px 0px 0px 0px;
 height: 387px;
 width: 295px;
 display: inline;
 background: #transparent;
}

#twitter { 
 margin: -17px 0px 5px 0px;
 padding: 10px 0px 0px 0px;
}

#central { 
 color: #333;
 border: 1px solid #000;
 margin: 0px 5px 5px 0px;
 padding: 10px;
 height: 400px;
 width: 900px;
 float: left;
 background: #e3e8bb;
}
#footer { 
 width: 910px;
 height: 50px;
 clear: both;
 color: #333;
 border: 1px solid #000;
 background: #000000;
 margin: 0px 0px 30px 0px;
 padding: 5px;
 text-align: center;

}


#footer img {
 padding-right: 5px;
 
 }
 

#disclaimer { 
 text-align: center;
 width: 900px;
 clear: both;
 color: #513613;
 background: #transparent;
 margin: -20px 0px 25px 20px;
 padding: 0px;

}


#disclaimer a { 
 color: #5e3f18;
 text-decoration: none;

}

#disclaimer a:hover{
 color: #e3e8bb;
 text-decoration: none;

}

div.content p {
	font-weight: 100;
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #000;
	font-size: 240%;
	font-family: 'CheapPineSans';
	

	
}

#footerCENTRAL { 
 width: 910px;
 height: 50px;
 clear: both;
 color: #333;
 border: 1px solid #000;
 background: #000000;
 margin: 0px 0px 30px 0px;
 padding: 5px;
 text-align: center;

}