/*
      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: 'Trebuchet MS', Helvetica, arial, sans-serif;
 background:url(vine_gold.gif) repeat-y #003300;
}

#wrapper { 
 margin: 0 auto;
 width: 932px;
}

#header {
 background:url(img/mainbanner.gif) no-repeat bottom center #447744;
 color: #006600;
 width: 910px;
 float: left;
 padding: 10px;
 border: 1px solid #FFD700;
 height: 120px;
 margin: 10px 0px 0px 0px;
}
#navigation {
 float: left;
 width: 910px;
 color: #333;
 padding: 10px;
 border: 1px solid #FFD700;
 margin: 0px 0px 0px 0px;
 background: #7F7C5D;
 font-weight: bold;
 font-size: 1.2em;
}

#leftcolumn { 
 color: #ffffff;
 border: 1px solid #FFD700;
 background: #447744;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 205px;
 float: left;
 min-height:600px;

}
#rightcolumn { 
 float: right;
 color: #ffffff;
 border: 1px solid #FFD700;
 background: #447744;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 678px;
 min-height:600px;
 display: inline;

}
#footer { 
 width: 910px;
 clear: both;
 color: #333;
 border: 1px solid #FFD700;
 background: #7F7C5D;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 font-weight: bold
}

#sidebar
{
text-align:center;
width:100px;
float:right;
margin-left:10px;
margin-right:10px;
padding:6px;
border: 1px solid #FFD700;
}

/* Link for the navigation block */
a.nav:link {color: #FFD700}    /* unvisited link */
a.nav:visited {color: #FFD700} /* visited link */
a.nav:hover {color: #FFFFFF}   /* mouse over link */
a.nav:active {color: #FFFFF}  /* selected link */


#content
{
text-align:left;
width:500px;
float:left:
margin-left:20px;
margin-right:10px;
}

/* General link appearance */
a {text-decoration: none;
   font-variant: small-caps;
   font-size: 80%;
         font-weight: bold}

/* Link colors change according to "active status" */
a:link {color: #FFD700}    /* unvisited link */
a:visited {color: #BBDDFF} /* visited link */
a:hover {color: #FF4500}   /* mouse over link */
a:active {color: #FF4500}  /* selected link */

ul{
  list-style-type:none
}

hr {
   width:80%;
   color: #FFD700;
}

.centeredImage
{
 text-align:center;
}

.thumb {
float:left;
padding:5px;
width:152px;
height:112px;
text-align:center;
}

p {
margin:0 0 1em;
}