/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #F3D34A; /* Optional */
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #111;
	}
acronym { cursor: help; border-bottom: 0px dashed; }
a { text-decoration: none; color: #369; border-bottom: 0px; }
a:hover { border-bottom: 0px dashed #49515C; color: #49515C; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 800px;
	height: 1800px;
	background: #fff;
	border: 0px;
	padding: 0 0-px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: url(../img/back.jpg);
	border-bottom: 0px solid #fff;
	border-top: 0px;
	padding: 0px 0px;
	text-align: left;
	}	
/*------------------------------------------------------------*
**  Buttons (Top Navigation)
**------------------------------------------------------------*/	
#buttons {
    background: #F3D34A;
	border-top: 0px;
	border-bottom: 0px;
	padding: 0px 0px;
    }	
/*------------------------------------------------------------*
**  Skirting
**------------------------------------------------------------*/		
#skirting {
	background: #fff;
	border-bottom: 0px solid #F3D34A;
	border-top: 0px;
	padding: 0px 0px;
	}
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #858F9E; 
	border-bottom: 0px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 0px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	border-right: 0px solid #fff; 
	border-bottom: 0;
	padding: 0px 0px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #6B7687; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 800px;
	position: relative;
	margin-left: 0px;
	line-height: 0px;
	height: 1800px;
	text-align: left;
	word-spacing: 0px;
	padding: 0px;
	overflow: visible;
	background-color: #FFFFFF;
	left: 0;
	}	
#content div { background: url(..img/para_bg.jpg) repeat-x; }	
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #fff;
	border-bottom: 0px;
	border-top: 0px;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	padding: 5px;
	line-height: 5px;
	clear: both;
	}
	
#footer a { text-decoration: none; color: #A2AFBF; border-bottom: 1px dashed #A2AFBF; }
#footer a:hover { border-bottom: 1px dashed #ff9900; color: #ff9900; }

