/* CSS Document */
body {	
	background-image:url(bg.jpg);	
	margin:10px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	color:#000000;
      }
a {
	color:#831a10;
	border:none;
  }

img{
	border:none;
  }


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:#831a10;
	font-weight:normal;
   }
h2 {	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	color:#831a10;
	font-weight:normal;
   }
/* THE AREA THAT CONTAINS THE STONE IMAGE AND THE WEBSITE TITLE */
#title {
	margin:0 auto 0 auto;
	font-size:200%;
	text-align:center;
	margin-bottom:25px;
       }

#title p {
	font-variant:small-caps;
	letter-spacing:2px;
          }
/* PROPERTIES OF THE HEADER IMAGE */
#title img {	border:none;}
/* THE AREA THAT CONTAINS ALL THE CONTENT OF THE WEBSITE */
#container {	width:1000px;	margin:0 auto 0 auto;}
/* THE SIDEBAR WITHIN THE CONTAINER */
#imagebar {	width:45px;	float:left;}
#sidebar {	width:120px;	float:left;}
#sidebar h1 {	font-family:"Trebuchet MS", Arial, Verdana;	text-align:left;	font-size:200%;	color:#626477;	border-bottom:1px dashed #eeeeee;}#sidebar p {	line-height:20px;}/* THE MENU */#menu {	text-align:left;}#menu a {	color:#831a10;	background-image:url(images/backgrounds/a.jpg);	background-position:left;	background-repeat:no-repeat;	padding-left:10px;	line-height:15px;	text-decoration:none;}#menu a:hover {	color:#cccccc;	background-image:url(images/backgrounds/a_hover.jpg);}/* THE AREA NEXT TO THE SIDEBAR */
#content {	margin-left:165px;	
                padding-left:0px;
	        border-left:1px solid #cccccc;	background-position:left;	background-repeat:repeat-y;}#content 
#content a:
 {
	color:#00ff00;
	border:none;
  }

h1 
{	
font-family:"Trebuchet MS", Arial, Verdana;	
vertical-align:top;	
text-align:center;	font-size:200%;
color:#831a10;	
border-bottom:2px dashed #eeeeee;
padding-top:15px !important;	padding-top:0;	
background-image:url(images/sword.jpg);	
background-position:top left;	background-repeat:no-repeat;
}

h2 
{	
font-family:"Trebuchet MS", Arial, Verdana;	
vertical-align:top;	
text-align:center;	font-size:150%;
color:#831a10;	
border-bottom:1px dashed #eeeeee;
padding-top:10px !important;	padding-top:0;	
background-image:url(images/sword.jpg);	
background-position:top left;	background-repeat:no-repeat;
}


#content p {	line-height:20px;	text-indent:15px;}#content ol,ul {	line-height:25px;}#content li {	list-style-image:url(images/backgrounds/li.gif);}/* THE FOOTER */#footer {	width:770px;	margin:0 auto 0 auto;	padding:10px;	text-align:center;	border-top:1px dashed #cccccc;}