/* CSS  Document */

body {
	background-color:white;
	margin:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	
	/* OPTIONAL BACKGROUND IMAGE
	
	background-image:url(images/backgrounds/main.jpg);
	background-position:center;
	background-repeat:repeat-y;
	
	*/
}

a {
	color:#999999;
}

a:hover {
	text-decoration:none;
}

textarea,input,submit {
	background-color:#eeeeee;
	color:#666666;
	padding:5px;
	border:none;
	margin:3px;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#000000;
	font-weight:normal;
}

/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */

#title {
	width: 696px; 
	margin:0 auto 0 auto;
	text-align:center;
	padding-bottom: 25px;
	background: url(images/bg_title.gif) no-repeat 0 137px; 
}

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
	color:#666666;
}

/* PROPERTIES OF THE HEADER IMAGE */

#title img {
	border:none;
}

/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */

#container {
	width: 690px;
	margin:0 auto 0 auto;
	padding:0px;
	border-width: 0 1px; 
	border: 3px solid #4a3109;
	border-width: 0 3px;
	
}

#container img {
	
        float:right;
	}

/* THE SIDEBAR WITHIN THE CONTAINER */

#sidebar {
	/* width:200px;*/
	/* float:right;*/
	padding-top: 10px;
	padding-right:10px;
        width:200px;
	float:right;
}

#sidebar img {
	margin:0 auto 0 auto;
	}

#sidebar h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:right;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
}

#sidebar p {
	line-height:20px;
}


/* THE MENU */

#menu {
	background-color:#4a3109;
	padding-bottom:10px;
	padding-top:10px;
	
}

#menu a {
	color:white;
	background-position:left;
	background-repeat:no-repeat;
	padding-left:7px;
	padding-right:14px;
	line-height:20px;
	text-decoration:none;
        
}

#menu a:hover {
	text-decoration:underline;
}


/* THE AREA NEXT TO THE SIDEBAR */

#content {
	 padding-top: 10px;
	 padding-left:10px;
          
         float:left;
         width:430px;
}

#content h1 {
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align:left;
	font-size:200%;
	color:#626477;
	border-bottom:1px dashed #eeeeee;
	background-position:top right;
	background-repeat:no-repeat;
}

#content p {
	font-size: 12px;
	line-height:20px;
	
}

#content img {
        float:right; 
        
        margin:0px 0px 40px 20px;
  
}

#content ol,ul {
	line-height:25px;
}



/* THE FOOTER */

#footer {
	width:600px;
	margin:0 auto 0 auto;
	padding:10px;
	text-align:center;
	border-top:1px dashed #cccccc;
	border-left: 3px solid #4a3109;
	border-bottom: 3px solid #4a3109;
	border-right: 3px solid #4a3109;
	clear:both;
	padding:10px 45px;
}



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clear-fix {display: block;}
/* End hide from IE-mac */