/* Main body */
body {
	margin:0 auto;
	padding:0;
	font-size: 100%;
	background-color:#FFF;
}
#wrap {
	width:960px;
	background-color:#111111;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: auto;
	border-right-width: 0px;
	border-right-style: dotted;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Basic tags */
a {
	background-color:inherit;
	color:#717E98;
	font-weight:400;
	text-decoration:none;
}
a:hover {background-color:inherit; color:#286ea0; text-decoration:underline;}
a img {border:0;}

/* Header */
#header {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 960px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-bottom-color: #EDDEC2;
	height: 90px;
	background-repeat: no-repeat;
	background-color: #111111;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-image: url(../images/header_bckd.jpg);
}
#header h1 {
	background-color:inherit;
	color:#EDDEC2;
	float:left;
	font-size:1.25em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-left: 5px;
	width: 940px;
}
#header h2 {
	background-color:inherit;
	color:#EDDEC2;
	float:left;
	font-size:1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	padding-left: 5px;
	width: 940px;
}
#header p {
	float:right; 
	font-weight:700; 
	line-height:1.3em; 
	margin:8px 0 0; 
	text-align:center; 
	width:400px;
	}
#frontphoto {
	width: 960px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 152px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #111111;
}

/*Left sidebar */
#leftside {
	clear:left;
	float:left;
	width:180px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: #222222;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}

/* Main menu */
#leftside ul.avmenu {
	display:block;
	padding:0;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	width: 171px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
}
#leftside ul.avmenu li {
	display:inline;
	line-height:1em;
	padding:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 171px;
}
#leftside ul.avmenu li a {
	background-color:#EDDEC2;
	color:#960;
	float:left;
	font-weight:normal;
	margin-bottom:2px;
	text-decoration:none;
	width:171px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current {
	background-color:#E4CDA3;
	color:#630;
	text-decoration: none;
	width: 171px;
}
#leftside ul.avmenu ul {
	font-size:0.9em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 171px;
}
#leftside ul.avmenu ul a {
	font-weight:400;
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 171px;
}
#leftside ul.avmenu ul ul {
	width: 171px;
}
#leftside ul.avmenu ul ul a, #rightside ul.avmenu ul ul a {
	width: 171px;
}

/* Main content */
#contentwide {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #111111;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 185px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 0px;
	width: 750px;
	padding-top: 0px;
}
#contentwide p, #contentwide ul {
	font-size: 0.9em;
	color: #FC9;
}
#contentwide2 {border-right:1px solid #e0e0e0; line-height:1.5em; margin:0 150px 5px 0; padding:0 10px 0 0;}
#content h2, #contentwide h2, #contentwide2 h2 {
	font-size:1.1em;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	color: #EDDEC2;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#content h3,#contentwide h3,#contentwide2 h3 {
	font-size:1.0em;
	margin:0 0 8px;
}
#content img,#contentwide img,#contentwide2 img {
	background:#CCCCCC;
	color:#303030;
	display:inline;
	padding:0px;
}

/* box with rounded corners */
.box {
	background-color: #222222;
}
.boxtop {
	background-image: url(../images/ne.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background-image: url(../images/nw.gif);
  background-repeat: no-repeat;
  background-position: top left; 
}
.boxbottom {
	background-image: url(../images/se.gif); 
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #111111;
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background-image: url(../images/sw.gif); 
  background-repeat: no-repeat; 
  background-position: bottom left; 
}
.boxcontent {
	padding: 0px 10px 0px 10px;
	font-size: 0.9em;
	color: #EDDEC2;
}
.boxcontent1 {
	height: 200px;
	padding: 0px 10px 0px 10px;
	font-size: 0.9em;
	color: #EDDEC2;
}

/* Footer */
#footer {
	clear:both;
	color:#6A4E2D;
	text-align:left;
	line-height:1em;
	font-size:0.8em;
	background-color: #000;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 0;
	font-family: Verdana, Geneva, sans-serif;
	text-indent: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #222222;
}
#footer a {
	color:#666;
	font-weight:400;
	text-decoration:none;
}
#footer a:hover {text-decoration:underline;}

/* Additional classes */
.left {float:left; margin:3px 10px 2px 0;}
.right {
	float:right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.textright {text-align:right; margin:5px 0;}
.center {text-align:center;}
.small {font-size:0.8em;}
.bold {font-weight:700;}
.announce {
	background-color:#111111;
	clear:left;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #222222;
	border-bottom-color: #111111;
	border-left-color: #222222;
	width: 177px;
	margin: 0px;
	padding: 0px;
}
.postinfo {background-color:#f4f4f4; border-left:4px solid #ccc; color:#606060; font-size:0.9em; line-height:1.4em; margin:1px 0 20px; padding:8px 5px 8px 8px;}
.clearing {clear:left; margin:0; padding:0; visibility:hidden;}

