
html { font-size: 76%; }
body {
	background: #eed5be url(../img/title.gif) no-repeat 280px 0 ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	line-height: 1.5em;
	color: #7a6c6c;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* headers */
h2{ 
	color: #765028; 
	margin: 0; 
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif; letter-spacing: 1.5px;
	}
h2 { font-size: 1.4em; margin: 15px 0 15px; padding-bottom: 8px; border-bottom: 1px dotted #765028; }


/* text */
p { margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 15px 0; 
	border: 1px dashed #ddd; 
	padding: 15px; 
	display: block; 
	color: #666; 
	}
blockquote { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; border: 1px solid #ddd; 
	padding: 0 15px 0 15px;
	background-color: #eee;
	min-height: 60px; 
	}
* html blockquote { height: 60px; }	

/* links */
a { text-decoration: none; color: #d7014f; outline: none medium; }
a:hover { text-decoration: underline; }

/* images */
img { padding: 4px;
	border: dotted 1px #765028; }	
a img { }
a:hover img { border-color: #ee233a; }


/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: disc; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #099; }
li span { color: #333; }


/* horizontal rule */
hr { border: 0; height: 1px; background-color: #ddd; color: #ddd; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }
.hide { display: none; }

/* list of links */
ul.links { list-style-type: none; margin-left: 0; }
ul.links li { margin: 5px 0; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 10px auto auto 150px;
	width: 700px;
	height: 500px;
	}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header { background: }

/* Logo */
#header h1 { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 2.3em;
	font-weight: normal;
	color: #099;
	margin: 20px 0;
	padding: 40px 0;
	letter-spacing: -1px;
	}
#header h1 a { text-decoration: none; color: #099; }
#header h1 a:hover { text-decoration: none; }
#header h1 span { color: #fff; }

/* if you would like to replace the logo with 
an image, comment out the above logo code and
uncomment the following */
/* 
#header h1 {
	background: url(../img/logo.gif) no-repeat;
	width: [your-logo-width-here]px;
	height: [your-logo-height-here]px;	
	margin: 0;
	float: left;
	}	
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -9999px;
	outline: none;
	}
*/	

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/	
#body { padding: 20px; background: url(../img/patternpink2.gif);
border: 2px solid #fff; }

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
ul#nav {
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 1%;
	}
ul#nav:after {	
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	}
ul#nav li {
	/* this width needs changing 
	depending on the amount of links. 
	Divide 100% by the amount of links 
	and set the value here. 
	e.g. 5 links: 100/5 = 20% */ 	
	width: 20%;
	float: left; 
	margin: 0; 
	font-size: 1em;
	letter-spacing: 1.5px;
	word-spacing: 3px;
	background: #feebce url(../img/nav_.png) no-repeat 50% 100%;
	}	
ul#nav li a {
	display: block; 
	background: #3C3C3C url(../img/nav_over_.png) repeat-x 50% 100%;
	padding: 11px 0 14px;
	color: #3c3c3c;
	text-decoration: none;
	border-right: 1px solid #fff;

	position: relative;	
	} 	
ul#nav li.first a {	border-left:1px solid #fff; }
ul#nav li a:hover { background-color: transparent; background-image: none; }
ul#nav li.on a,
ul#nav li.on a:hover { background-image: url(../img/nav_on_.png); color: #fff; font-weight: bold;}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content { background: #f9ecd9; 
padding: 0px 0px; 
text-align: justify; 
border:2px solid #fff;
height: 460px;}

#lh-col{

 width: 400px;

 float: left;

background: #f9ecd9;

 margin: 0;

 padding: 15px;
 padding-top: 0px;

 }

 

#rh-col{
background: #f9ecd9;
width: auto;
 margin: 15px;

 padding: 15px;
 color: #b87a69

 }
 #rh-col p img{
 margin-left: 20px;}
 #rh-col a{
 font-size: 14px;}
 
 #about #content{
 height: 550px;
 }
 
 #about #container {
 height:580px}
 
 