/*
      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
	  
*/
/*
modified for sethkantner.com by D. Fleming
*/

* { padding: 0; margin: 0; }

body {
 /* font-family: Arial, Helvetica, sans-serif; */ 
 background: #313031;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
 color: #FFFFFF;
 height: 264px;
 width: 900px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc; 
 margin: 10px 0px 0px 0px;
 background: #3D3D3D;
}

#navigation {
 /* color: #FFFFFF; */
 width: 900px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 60px;
 margin: 10px 0px 0px 0px;
 background: #313031;
 text-align: center;
}

#leftcolumn { 
 color: #FFFFFF;
 border: 0px solid #ccc;
 background: #313031;
 margin: 0px 0px 0px 0px;
 padding: 10px 20px 0px 0px;
 /* height: 350px; */
 width: 200px;
 float: left;
 text-align: left;
}
#content { 
 float: left;
 color: #FFFFFF;
 border: 0px solid #ccc;
 background: #313031;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 /* height: 350px;*/
 /*width: 460px; */
 width: 660px;
 display: inline;
 text-align: left;
 font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
 font-size: 16px;
}
#rightcolumn { 
 color: #FFFFFF;
 border: 0px solid #ccc;
 background: #313031;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 /* height: 350px; */
 width: 200px;
 float: left;
 text-align: center;
}
#footer { 
 width: 900px;
 clear: both;
 /* font-family: Arial, Helvetica, sans-serif; */
 font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
 font-size: 13px;
 color: #FFFFFF;
 border: 0px solid #ccc;
 background: #313031;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align: center;
}

/*
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #ffffff;
}
*/
/*
#leftcolumn.img {
position:absolute;
left:0%
}
*/

.navLinks {
/* font-family: Arial, Helvetica, sans-serif; */
font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
font-size: 18px;
font-weight: bold;
color: #ADD8E6;
}

#navigation a:link {
color: #ADD8E6;
text-decoration: none;
}

#navigation a:visited {
color: #ADD8E6;
text-decoration: none;
}

#navigation a:hover {
color: #ffA500;
text-decoration: none;
}

#navigation a:active {
color: #ADD8E6;
text-decoration: none;
}

#content h2 {
text-align: center;
}

hr {
margin-left: auto;
margin-right: auto;
}

a:link {
color: #ffffff;
text-decoration: none;
}

a:visited {
color: #ffffff;
text-decoration: none;
}

a:hover {
color: #ffA500;
text-decoration: none;
}

a:active {
color: #ffffff;
text-decoration: none;
}

