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

body {
	background: #21180f;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #21180f;
	height:100%;
}
/* a links */
a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #C00;
}

a:hover {
	text-decoration: underline;
}

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


p {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: left;
}
#container{
	min-height: 100%;
}

#content {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 150px 0;
	height: 100%;
}
	
#header {
	height: 242px;
	margin: 0 auto;
	width: 1122px;
	padding: 0;
	background: url(../images/headerbg.jpg) no-repeat top center;
	position: relative;
}

#pillmenu {
	margin: 0 auto;
	padding: 0;
	height: 20px;
	width: 953px;
	border-bottom: 1px solid #2c2215;
	position: absolute;
	bottom: 0px;
	left: 83px;
}

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

#pillmenu li {
	margin: 0;
	padding: 0;
	float: left;
}
#pillmenu a {
	font-size: 11px;
	color: #21180f;
	padding: 0 25px 0 0;
	display: block;
	line-height: 20px;
}
#pillmenu a:hover {
	color: #C60;
	text-decoration: none;
}
#center {
	width: 1042px;
	margin: 0 auto;
	padding: 10px 40px;
	background: transparent url(../images/contentbg.jpg) repeat-y top center;
	height: 100%;
}
#leftcolumn  {
	float:left;
	padding:0;
	margin:0 0 0 40px;
	width: 431px;
	height: 100%;
}
#rightcolumn {
	width: 190px;
	padding:0;
	margin:0;
	float: left;
	height: 100%;
}

div#maincolumn {
	float: left;
	width:300px;
	margin: 0 15px;
	height: 100%;
}
div.nopad {
}
table.contentpaneopen {
	width: 100%;
}

#footer {
	width: 1122px;
	padding: 0;
	background: #21180f;
	height: 150px;
	margin: -150px auto 0 auto;
	color: #fff;
}
#footer_content {
	margin: 0;
	padding: 0 250px;
	background: url(../images/footerbg.jpg) no-repeat top left;
}

/*****************************************/
/*** 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, div.componentheading  {
	font-size: 22px;
	color: #C00;
	font-weight: normal;
	height: 35px;
}
/* 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 , a.readmore{
	display: block;
	background: url(../images/readmore-arrow.png) no-repeat middle right;
	text-decoration: none;
	line-height: 14px;
	font-size: 10px;
	text-decoration: underline;
	color: #ff3300;
	;
}

a.readon:hover {
	color: #fff;
	text-decoration: none;
}
/* module styles */
div.module {
	margin: 0;
	padding: 0;
}
div.module div{
	margin: 0;
	padding: 0;
}
div.module div div{
	margin: 0;
	padding: 0;
}
div.module div div div{
	margin: 0;
	padding: 0;
}
div.module div div div h3 {
	margin: 0;
	height: 18px;
	display: block;
	font-size: 12px;
	padding: 0;
}


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

.article_column {

}

.column_separator {
	
}

.clr {
	clear: both;
}


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;
}

