html, body {
	min-height:100%;
	height:auto !important;
	height:100%;
}
.yellow_text {
	color: #b1882a;
}

.lightgrey_text {
	color: #4a4949;
}

.blogtitle {
	colour: #ffffff;
	font-size:25px;	
}

.blogtitle2 {
	colour: #ffffff;
	font-size:18px;	
}

.title2 {
	colour: #ffffff;
	font-size:18px;	
}

.floatRight {
	float: right; 
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 18px;
	margin: 0px;
	background-color: #000000;
	background-image: url(images/bkgr_texture.jpg);
	font-size: .75em;
}

#container {
	width: 992px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	background-image: url(images/bkgr_container);
	background-repeat: no-repeat;
	padding-left: 32px;
	padding-top: 25px;
	min-height: 500px;
  	height:auto !important;
  	height: 500px;	
	
}
#header {
	padding-bottom: 15px;	
}
#maincontent {
	width: 570px;
	float: left;
	min-height: 100%;
	height: 100%;
	padding-right: 15px;
	padding-bottom: 25px;
}

#maincontent_r {
	width: 640px;
	float: right;
	min-height: 100%;
	height: 100%;
	padding-right: 40px;
	padding-bottom: 25px;
}

#sidebar1 {
	float: right;
	width: 345px;
	min-height: 100%;
	height: auto;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	color: #FFFFFF;
	padding-right: 20px;
	padding-top: 5px;
}

#sidebar_l {
	float: left;
	width: 267px;
	min-height: 100%;
	height: auto;
	padding-left: 0px;
	color: #FFFFFF;
	padding-right: 10px;
	padding-top: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
}

#footer {
	float: inherit;
	clear: both;
	padding-right: 20px;
	font-size: 0.8em;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
	color: #333333;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}


#twitter p {
	margin:6px 0 0 0; text-transform:uppercase; font-size:10px; color: #b1882a;
}
#twitter h3 {
	margin:0; font-size:1.5em; line-height:normal; font-weight:lighter;
}

a:link, a:visited, a:active {
	color: #ffffff;
	text-decoration: underline;
}

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

h1, h2, h3, h6 {
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	color: #dba930;
	font-weight: normal;
	text-transform: uppercase;
}

h5 {
	color: #dba930;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: -30px;
}

.PageTitle {
	color: #ffffff;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 27px;
	padding-bottom: 15px;
	padding-top: 18px;
}

hr {
	color: #333333;
	height: 1px;
	background-color: #333333;
	background: #333333;
}






ul{
	color: #FFFFFF;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	letter-spacing: 0.1em;
	display: inline;
	font-weight: normal;
	line-height: 18px;
} 

/* Unordered list. Your 'text' widget is built on an unordered list */
ul li.widget{
	color: #FF6633;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
		padding-left: -50px;


} /* In this list item all further content is displayed. */
h2.widgettitle{
	line-height: 0px;
} /* The h2 heading the widget use to display the title of your widget */
div.textwidget{
	background-color: #999900;
	padding-left: -50px;
} /* The div all of our widget content is displayed */
ul.popular{
	background-color: #999900;
	padding-left: -50px;
} /* In this 'text' widget, I have used a unordered list with class Popular to display our content */
ul.popular li{
	background-color: #999900;
	padding-left: -50px;
} /* List item inside the content */
ul.popular li a {
	background-color: #999900;
	padding-left: -50px;
} /* How a link gets displayed inside a content-list item. */





