/*
      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; border: 0;}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background: #ccc;

}
#wrapper { 
 margin: 0 auto;
 width: 920px;
 border: none;
 height: 100%;
  background: white;
}

a:link {
 color: #996600;
 text-decoration: none;
}

a:visited {
 color: #996600; 
 text-decoration: none;
}

a:hover {
 color: #990000;
 text-decoration: none;
}



h1 {
 font-size: 14pt;
}

h1 a:link{
	font-size: 22pt;
	color: #990000;
}

td {
 padding: 0 10px 0 10px;
}

#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 height: 120px;
 margin: 0px 0px 0px 0px;
 background-image: url('images/headerArt.jpg');
}
#navigation {
 float: left;
 width: 900px;
 color: #333;
 padding: 10px;
 margin: 0px 0px 0px 0px;
 background: #990000;
}

#navigation ul{
 text-align: center;
}

#navigation li{
 display: inline;
}
 
#navigation a {
 font-style: none;
 font-size: 10pt;
 color: white;
 font-family: verdana;
 text-decoration: none;
 font-weight: bold;
 padding-left: 40px;
}

#leftcolumn { 
 color: #333;

 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 60%;
 width: 200px;
 float: left;
 border: none;
}

#leftcolumn p{
 margin: 10px 0px 10px 0px; 
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#leftcolumn img{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#rightcolumn { 
 float: right;
 color: #333;
 background: white;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 height: 60%;
 width: 678px;
 display: inline;
 border: none;
}

#newsItem {

}

#horizontalPix img{
 padding-right: 7px;
}

#newsItem h1 {
	font-size: 14pt;
 color: #990000;
 font-family: verdana;
 font-weight: bold;
}

.header {
	color: #990000;
	font-size: 12pt;
}

h3{
		font-size: 20pt;
	 color: #990000;
	 font-family: times;
	 font-weight: bold;
	}	

.pageTitle {
	color: #990000;
	font-size: 16pt;
}

.pageTitle2 {
	color: #990000;
	font-size: 16pt;
	padding-top: 10px;
}

.pageTitle a:link {
		font-size: 14pt;
	 font-weight: bold;
	 color: #990000;
}

.pageTitle a:hover {
		font-size: 14pt;
	 font-weight: bold;
	 color: #996600;
}

.pageTitle a:visited {
	color: #990000;
}

#postings {
	padding: 15px 0 15px 0;
}

#post {
	width: 460px;
	margin: 10px 80px 20px 40px;
 
}

#postTitle {
	font-size: 14pt;
	font-weight: bold;
	color: #990000;
	padding-bottom: 3px;
	border-bottom: 1px solid gray;
}

.postDate {
	font-size: 9pt;
	letter-spacing: .01em;
	color: #999999;
	padding: 5px 0 10px 0;
}

#rightcolumn p{
 padding: 10px;
}

#esellCopy p{
	width: 60%x;

}

#footer { 
 width: 900px;
 clear: both;
 color: #333;
 background: #cccc99;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}

#footerText {
 font-size: 6pt;
 text-align: right;
}

.floatLeft {
 float: left;
 margin: 18px;
}

#separator {
 border-bottom: 1px solid gray;
}

textarea    { font-family: sans-serif }
   input.click { cursor: pointer }
   table#perfect         { background-color: #cccccc; border: solid black 1px;
                           padding: 7px; margin-left: auto; margin-right: auto }
   table#perfect caption { color: #990000; background-color: #990000;
                           font-size: 110%; font-weight: bold; padding: 3px;
                           margin-left: auto; margin-right: auto }
   table#perfect th      { text-align: right; font-weight: bold }
   table#perfect div     { text-align: center; margin-top: 6px }
   table#perfect span    { float: right; font-size: 65% }
   table#perfect a       { color: gray; text-decoration: none }

.indent { margin-left: 5%;}


#box_wrapper {
	width: 750px;
	height: 700px;
}

#box_header {
	color: #990000;
}

#box_rightcolumn { 
 float: right;
 width: 750px;
 color: #333;
 background: white;
 margin: 0;
 padding: 0;

 border: none;
}

#box_rightcolumn p {
	padding: 10px;
}

#box_footer { 
 width: 750px;
 height: 20px;
 clear: both;
 color: #333;
 background: #cccc99;
 margin: 0px 0px 10px 0px;
}

#box_content {
	margin: 20px;
}


#hide {
	height: 52px;
}

#box_wrapperTwo {
	width: 750px;
	height: 600px;
}

