/* global */
html{height: 100%;}

body
{
	font-family: "Lucida Calligraphy";
	padding: 0px;
	margin: 0px;
	font-size: 0.78em;
	color: #330B0B;
	background-image: url(bg.jpg);
	background-repeat: repeat;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h2, h3,
{ font-family: tahoma, sans-serif;
  font-size: 110%;
  letter-spacing: .1em;
  padding: 7px 0px 5px 0px; 
  margin: 0px 0px 12px 0px;
  color: #999999;
}

h4
{ font-family: arial, sans-serif;
  font-size: 110%;
}

img
{ border: 0px; 
  margin: 0px; 
  padding: 0px;
}
#main #site_content #content h2 a:link, a:hover, a:visited {
	font-size: 18px;
	color: #990000;
}


a{outline: none;}

form{padding: 0; margin: 0;}

/* image positioning - left, right and center */
.left
{ float: left; 
  border-right: 18px solid;
  border-color: #F8F9F1;
}

.right
{ float: right; 
  border-left: 18px solid;
  border-color: #F8F9F1;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* unordered list */
ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;
}

ul li
{ list-style-type: square;
  margin: 0px 0px 6px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}
#main #site_content #content .obj {
	font-size: 14px;
}


/* main container */
#main{
	width: 770px;
	background: #FFF;
	color: #712120;
	margin-top: 10px;
	margin-left: auto; 
  	margin-right: auto;
}

/* logo */
#logo{
	width: 760px;
	height: 200px;
	border-top: 5px solid;
	background: #444 url(logo.jpg) no-repeat left center;
	border: 1px solid #FFF;
	margin-left: auto; 
  	margin-right: auto;
}

#logo2{
	width: 760px;
	height: 200px;
	border-top: 5px solid;
	background: #444 url(logo2.jpg) no-repeat left center;
	border: 1px solid #FFF;
	margin-left: auto; 
  	margin-right: auto;
}

/* navigation menu */
#menubar{
	width: 760px;
 	height: 70px;
  	background-image: url(menu.png);
	background-repeat: repeat;
	margin-left: auto; 
  	margin-right: auto;
} 

ul#menu{margin: 0px;}

ul#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

ul#menu li a 
{ font-family: verdana, sans-serif;
  display: block; 
  float: left; 
  height: 44px;
  text-decoration: none; 
  padding: 26px 18px 0px 18px;
  text-align: center;
  border-right: 1px solid;
  background: transparent;
  color: #FFF;
  border-color: #898977;
} 

/* main content */
#site_content
{
	width: 770px;
	overflow: hidden;
	margin: 5px 0px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(back.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	font: Lucida Calligraphy;
} 

/* page content */
#content
{ text-align: left;
  width: 750px;
  float: left;
  padding: 22px 15px 15px 15px;
}

#content h1{font-size: 125%;}

#content a, #footer a{border-bottom: 1px dotted;}

#content a:hover, #footer a:hover{border-bottom: 1px solid;}

/* footer */
#footer
{ 	width: 720px;
	height: 40px;
	border-top: 1px solid;
	padding: 28px 20px 4px 20px;
 	text-align: center;
 	background: #FFF;
 	color: #712120;
  	border-color: #CCD0BA;
	margin-left: auto; 
  	margin-right: auto;
}

#content a, #content a:hover, #footer a, #footer a:hover{
	text-decoration: none;
	background: transparent;
	color: #555;
}

textarea
{ width: 95%; 
  height: 200px;
  padding: 3px;
}

ul#menu li a:hover, ul#menu li a.current, ul#menu li a.current:hover
{ background: #646B5C url(menu_sel.png) repeat;} 
