/*
      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;
 background:url(../img/pattern.png) repeat  ;
}
#wrapper { 
 margin: 0 auto;
 width: 1024px;
 background:white;
 margin-top:10px;
 height:auto;
 border:3px black solid;

}
#header {
 color: #333;
 width: 1024px;
 float: left;
 padding: 0px;

 height: 150px;
 margin: 0px 0px 0px 0px;
 background: url(../img/banner.jpg);
}
#navigation {
	float: left;
	width: 1024px;
	padding: 0px;
	border-bottom: 1px solid black;
	margin: 0px 0px 0px 0px;
	background-color: #CC6600;
}

#navigation li {
float: left;
padding-left: 100px;
display: block;
text-decoration: none;
}

#navigation a:link, #navigation a:visited{
text-decoration: none;
color: white;
font-weight: bold;

}

#leftcolumn { 
 color: #000;

 
 margin: 50px 0px;
 height: auto;
 width: 300px;
 float: left;
 
}

#art {
font-family: Arial, Helvetica, sans-serif;

width: 150px;
margin:0px auto;
position: relative;

}

#art li {
margin: 10px auto;
list-style: none;
/*padding:5px 0px 10px 0px;*/

color: black;
font-size: 15px;
font-weight:bold;
text-align:center;
border:1px solid black;
background:#ffdaa4;

}

#art ul li:hover 
{
background-color:#CC9966;
font:white;
}

#art a:link, #art a:visited{
text-decoration: none;
color: black;
}

.subMenu h2 {
background-color: #FF7817  ;
color: black;
margin: 0px auto 0px auto;
padding: 0px;
text-align: center;
display: block;
width:100%;
position: relative;
}

.articlebody {


color: black;
margin: 10px auto 5px auto;
padding: 0px;
display:block;
width: 230px;
clear:both;

border:black 1px solid;


}

.articlebody:hover{
border:1px #FF7817 solid;
}


.articles img{

float:left;
font-size:12px;
padding:3px;
position:relative;


}

.articles p{
font-size:12px;
padding:3px;
display:block;
float:left;

}

.articles{
position:relative;
display:block;
width:auto;
height:auto;
float:none;

}

.articles a:link, a:visited
{
text-decoration:none;
border:none;
color:black;
}

.articles img
{
border:none;
}


#rightcolumn {
	float:right;
	
	color: #333;
	/*border: 1px solid #ccc;*/

 margin: 10px 0px 10px 0px;
	padding: 0px;
	height: inherit;
	width: 720px;
	display: inline;
	float:right;
	
}

.float {
 float:left;
 margin: 10px 0px 5px 30px;

 height: auto;
 width: 300px;
 
}

#footer { 
 text-align: center;
 position: relative;
 width: 1024px;
 clear: both;
 color: #333;
 border-top: 2px solid black;
 margin: 10px 0px 10px 0px;
 padding-top:10px;

 background:white;
}

#footer li {
padding-left: 30px;
display: inline;
text-decoration: none;

}

#footer a:link, #footer a:visited{
text-decoration: none;
color: black;
font-size: .75em;

}

.preview{
position:relative;
margin:10px auto;
text-align:center;
padding:4px;
}

.preview img:hover{
border:3px #FF7817 solid;



}

.preview img{

border:3px black solid;
}

.subMenu
{
width:250px;

border: 3px solid #FF7817 ;
position:relative;
margin:5px auto 15px auto;
padding:px;
height:auto;
display:block;
}

.clear{
clear:both;
}

table a
{
color:black;

}
