html {
  height: 100%;
  margin-bottom: 0px;
  overflow-y: scroll;
}

body {
	background: #2c2215 url(../images/bodybg.jpg) repeat top center;
	font-family: Geneva, "Century Gothic", sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #fff;
	height:100%;
}
/* a links */
a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
	color: #9C6;
}

img,table {
	border: none;
}
form {
  margin: 0;
  padding: 0;
}


p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
}
#container{
	min-height: 100%;
	background: transparent url(../images/pagebg.png) no-repeat top center;
}
	
#header {
	height: 77px;
	margin: 0 auto;
	width: 980px;
	padding: 0;
}

#pillmenu {
	margin: 0;
	padding: 0;
}

#pillmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#pillmenu li {
	margin: 0;
	padding: 0;
	float: left;
}

#content {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 280px 0;
	height: 100%;
}
.nopad {
}
#maincolumn_full {
	width: 980px;
}
#maincolumn_right {
	width: 730px;
	float: left;
}
#rightcolumn {
	float: right;
	width: 240px;
	margin: 0;
	padding: 0;
}
div.module {
	margin: 0;
	padding: 0;
}
div.module div, div.module div div, div.module div div div, div.module div div div div {
	margin: 0;
	padding: 0;
}
div.module ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.module ul li {
	border-bottom: 1px dotted #fff;
}
div.module ul li a:hover {
	text-decoration: none;
}
table.contentpaneopen {
	width: 100%;
}

#footer {
		font-size:11px;
	width: 100%;
	padding: 0;
	background: url(../images/footerbg.png) no-repeat top center;
	height: 280px;
	margin-top: -280px;
}
#footer_content {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
#footer_buttons {
	margin: 21px auto;
	padding: 0;
	width: 580px;
	float: right;
}
#twitter_update_list{
	width: 340px;
	float: left;
	margin: 15px 15px 0 65px;
}
#twitter_update_list li {
list-style-type: none;
}
#module_sites {
	float: left;
	margin: 15px 35px 0 0;
}
#module_tweeters {
	color: #FFF;
	float: left;
	margin: 15px 35px 0 0;
}
#module_menu {
	float: left;
	margin: 15px 0 0 0;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer ul a {
	color: #FFF;
	text-decoration: none;
}
#footer ul a:hover {
	color: #9C6;
}
#footer h3 {
	text-transform: uppercase;
	font-weight: normal;
	margin:0;
}

/*****************************************/
/*** Joomla! specific content elements ***/
/*****************************************/

div.offline {
	background: #fffebb;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2em;
	padding: 5px;
}

h2, td.contentheading  {
	margin:0;
	padding-top: 10px;
	font-family: Geneva, "Century Gothic", sans-serif;
	font-size: 22px;
	vertical-align: middle;
	color: #FF9900;
	text-align: left;
font-weight: normal;
letter-spacing: 2px;
border-top:1px solid #ff9900;}

h3     {
	font-family: Geneva, "Century Gothic", sans-serif;
	font-size: 13px;
	color: #81AA4F;
}
/* small text */
.small {
	font-size: 10px;
	color: #C0C0C0;
	font-weight: normal;
	text-align: left;
}

.modifydate {
	height: 20px;
	vertical-align: bottom;
	font-size: 10px;
	color: #C0C0C0;
	font-weight: normal;
	text-align: right;
}

.createdate {
	height: 20px;
	vertical-align: top;
	font-size: 10px;
	color: #C0C0C0;
	font-weight: normal;
	vertical-align: top;
	padding-top: 0px;
}

a.readon {
	display: block;
	float: right;
	text-decoration: none;
	line-height: 14px;
	font-size: 10px;
	text-decoration: underline;
	color: #F60;
}

a.readon:hover {
	color: #fff;
	text-decoration: none;
}



/* spacers */
span.article_separator {
	display: block;
	height: 20px;
}

.article_column {

}

.column_separator {
	
}

.clr {
	clear: both;
}



.highlight {
	background-color: #fffebb;
}

div.message {
	font-family: Geneva, "Century Gothic", sans-serif;
	font-weight: bold;
	font-size : 14px;
	color : #c30;
	text-align: center;
	width: auto;
	background-color: #f9f9f9;
	border: solid 1px #d5d5d5;
	margin: 3px 0px 10px;
	padding: 3px 20px;
}
.contentpaneopen a,.contentpaneopen a:visited, .contentpaneopen a:link {
	color: #F60;
	text-decoration:none;}
	.contentpaneopen a:hover {
	text-decoration:underline;}
	

