/* Author: Chris Johnson */
/* Company: Thunder Hole Software */
/* http://www.thunderholesoftware.com */

/*
Color Palette
---------------------
Outer Background: 
 #B99C6B (Brown)
Inner Background
 #F1EBE1
Top:
 #8D9150   (Green)
 #854A50   (Purple)
Text:
 #968260   (Wheat)
 #854A50   (Purple)
*/

body {
background-color: #B99C6B;
font-size: 11px;
font-family: Verdana, Helvetica, Arial, Sans-Serif;
font-weight: lighter;
line-height: 1.5em;
color:#968260;
padding:0px;
margin:0px;
}

a {color: #968260;}
a:link {color:##854A50;}
a:visited {color:##854A50;}
a:active { color:#968260;}
a:hover {color: #854A50;}

h1 {
font-size: 11px;
text-transform:uppercase;
background-color: #E0A3B7;
border-top:1px solid #564b47;
border-bottom:1px solid #564b47;
padding:5px 15px;
margin:0px }

h2 {
font-size:13px;
font-weight: bold;
padding: 5px 10px;
margin:0px;}

img.download {vertical-align:middle;} 

/* ----------container to center the layout-------- */
#container {
width: 769px;
padding:0px;
margin: 0px;
margin-left: auto;
margin-right: auto;
background-color: #F1EBE1;
border-left: 1px solid #854A50;
border-right: 1px solid #854A50;
} 

/* ----------banner for logo-------------- */
#banner {
text-align: right;
padding: 0px;
margin: 0px;
}

#banner img {padding:0px 0px 0px 0px;} 

/* ----------outer and inner----------------- */

#outer{ 
margin-top: 25px;
border-left: solid 190px #F1EBE1; /* color of the left column  */ 
border-right: solid 166px #F1EBE1; /* color of the right column  */ 
background-color: #F1EBE1;  /* color of the content column */
} 

#inner{margin:0; width:100%; } /* The ie/pc pecularity */ 

/* --------------left and right navi------------- */
#left {
 width:190px; 
 float:left; 
 position:relative; 
 margin-left:-190px; 
 margin-right:0px;
 background-color: #F1EBE1;
 }
 
 #right {
 width:166px; 
 float:right; 
 position:relative; 
 margin-right:-166px; 
 margin-left:1px;
 background-color: #F1EBE1;
 }

/* -----------------content--------------------- */ 
#content{ 
position: relative; 
margin: 0px; 
}

p {
padding: 5px 10px;
margin:0px; }

img {text-decoration: none; border: 0px solid;}

#lmenu{
width:190px; 
margin-bottom: 15px;
margin-right:0px;
vertical-align: top;
}

#spacer{
float:right; 
}

/*  ----------------footer---------------------- */ 
#footer {
padding:0px;
margin:0px;
} .instruction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: italic;
	font-weight: normal;
	color: #996600;
	text-align: center;
}
