/* ----- Design and Positioning ----- */

body
{
    text-align: center;
    background-color: #dcc364;
    min-width: 770px;
}

#wrapper {
	width : 770px;
	text-align : left ;
	margin-left : auto ;
	margin-right : auto ;
	}
	
#header {
	padding-top: 10px;
	}

#maincontainer {
	float: left;
	width : 770px;
	background: url(../images/container.png) repeat-y;
	}

#padding {
	clear: both;
	padding: 5px 0 0 0;
	}

#content {
	float: left;
	width: 690px;
	padding: 0 0 10px 40px;
	}

#newsbox {
	float: right;
	padding: 5px 0 0 0;
	}

/* ----- Main Menu -----  */

#nav {
	float: left;
	padding: 0 0 2px 13px;
	margin: 0;
	}
	
#navinner
{
    float: left;
    width: 743px;
    height: 41px;
    background: #dcc364;
    border-top: maroon 2px solid;
    border-bottom: maroon 2px solid;
}
	
#nav ul {
	margin: 0;
	padding: 0 0 0 27px;
	list-style: none;
	
	}
	
#nav li {
	float: left;
	margin: 0;
	 padding: 0 4px 0 0; 
	}
	
#nav li a
{
    float: left;
    text-align: center;
    margin: 5px 0 0 0;
    padding: 4px 5px; 
    font-weight: bold;
    text-decoration: none;
    color: maroon;
    border-top-width: thin;
    border-right: #330000 thin dashed;
    border-bottom-width: thin;
    border-bottom-color: #330000;
    border-left: #330000 thin dashed;
    border-top-color: #330000;
}
	
#nav li a:hover
{
    color: #ccffcc;
    background: maroon;
}
	
	#nav li a:active
{
    color: yellow;
    background: black;
}
	
	
#nav li .activepage 
{
        color: #ccffcc;
    background: maroon;
    
    }

	

/* ----- Text ----- */

body {
	font: small Verdana, Sans-serif;
	line-height: 1.6em;
	color: #444444;
	}

h1 {
	padding-top: 10px;
	font-size: 1.2em;
	color:#422100
	}

h2 {
	font-size: 1em;
	font-style:italic;
	color: #422100;
	}



/* ----- Links ----- */

a
{
    color: #663300;
}

a:visited {
	color: #422100;
	}

a:hover 
{
    color: #ff0000;
}

#footer a {
	color: #333333;
	text-decoration: none;
	}

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

#footer a:hover {
	color: #422100;
	text-decoration: underline;
	}



/* ------ Bottom Footer ----- */

#footer {
	text-align: center;
	clear:both;
	font-size: .8em;
	color: #666666;
	}

/* ------ Images ----- */
	
.right
{
    float: right;
    padding: 5px 0px 5px 5px;
    border: 0;
}
.left
{
    float: left;
    border: 0;
    padding: 5px 5px 5px 0px;
}


/* ------ Other Stuff ----- */
#board
{
    border-right: #000066 double;
    border-top: #000066 double;
    border-left: #000066 double;
    border-bottom: #000066 double;
    padding: 5px;
}

.highlight
{
    color: #ff3300;
}


#box1
{
	
	float: right;
	width: 157px;
	height: 137;
	margin-right: -28px;
	position: relative;
}
#box2
{
	float: right;
	width: 157px;
	height: 137;
	margin-right: -28px;
	position: relative;
}
/**/
/**/