/*
      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: Sans-Serif;
    font-size: 13px;
    background-color: #f1f1e3;
    background-image: url(images/bg.png);
    background-repeat: repeat-x;
    color: #54443d;
}
#wrapper
{
    margin: 0 auto;
    width: 980px;
}
#header
{
    width: 944px;
    float: left;
    padding: 10px;
    height: 100px;
    margin: 10px 0px 0px 0px;
    background: none transparent scroll repeat 0% 0%;
}
#navigation
{
    float: left;
    width: 944px;
    padding: 10px;
    margin: 0px 0px 0px 0px;
    background-position: 0% center;
    background-image: url(images/bg-nav.png);
    background-repeat: repeat-x;
    background-color: #e2e8df;
    border: #48634f 1px solid;
    font-weight: bold;
    font-size: medium;
    font-variant: small-caps;
    color: #77899d;
}
#navigation table
{
    width: 100%;
    text-align: center;
}
#leftcolumn
{
    background: none transparent scroll repeat 0% 0%;
    margin: 0px 0px 0px 0px;
    height: 1010px;
    width: 160px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 100px;
}
#content
{
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 10px;
    height: 1000px;
    width: 600px;
    display: inline;
    background-image: none;
    background-color: transparent;
    font-family: Serif;
    font-size: medium;
}
#nav img
{
    width: 48px;
    height: 48px;
    padding-right: 5px;
    padding-left: 5px;
}
#rightcolumn
{
    background: none transparent scroll repeat 0% 0%;
    margin: 0px 0px 0px 0px;
    height: 1010px;
    width: 160px;
    float: left;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 100px;
}
#footer
{
    width: 944px;
    clear: both;
    background: none transparent scroll repeat 0% 0%;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    font-size: xx-small;
    text-align: center;
    color: #766862;
}
h2
{
    font-weight: bold;
    font-size: x-large;
    font-family: Sans-Serif;
    text-align: center;
}
h3
{
    font-weight: bold;
    font-size: large;
    font-family: Sans-Serif;
}
a img
{
    border: none;
}
a:link
{
    color: #475faa;
    text-decoration: none;
}
a:visited
{
    color: #475faa;
    text-decoration: none;
}
a:hover
{
    color: #7389cd;
}
a:active
{
    color: #7389cd;
}
