/* MAIN CLASSES ------------------------------------------------------------------------------------ */
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(images/bg.jpg) repeat-x left top;
	background-color: #1e2427;
	font: 13px Arial, Helvetica, sans-serif;
	color: #dadada;
}

h1, h2 {
	margin-top: 0px;
}

h1 {
	font-size: 1.6em;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: #aa2f2b solid 1px;
	color: #dadada;
	text-transform:uppercase;
}

h2 {
	font-size: 1.0em;
	padding: 3px 0px 3px 7px;
	margin-left: -5px;
	background: #393939;
	color: #dadada;
	text-transform:uppercase;
}

a {
	text-decoration: none;
	color: #717171;
}

a:hover {
	text-decoration: underline;
	color: #979797;
}
a img {
	border: none;
}

#flashcontent {
	height: 100%;
}

html {
	height: 100%;
	overflow: hidden;
}

/* HEADER ------------------------------------------------------------------------------------ */

#header {
	width: 900px;
	height: 130px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* LOGO ------------------------------------------------------------------------------------ */

#logo {
	float: left;
	width:200px;
	height:74px;
	margin-top:12px;
	background: url(images/logo1.png) no-repeat left 100%;
}

/* MENU ------------------------------------------------------------------------------------ */

#menu {
	float: right;
	margin: 35px 0 0 0;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 9px 20px 0px 20px;
	background: #393939;
}

#menu a#special {
	display: block;
	width: auto;
	height: 28px;
	padding: 9px 20px 0px 20px;
	background: #AA2F2B;
}

#menu a:hover {
	text-decoration: underline;
}

/* PAGE ------------------------------------------------------------------------------------ */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px;
}

/* CONTENT ------------------------------------------------------------------------------------ */

#content {
	float: left;
	width: 570px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .entry {
	padding-right: 20px;
}

#listContent
{
	margin-left: 15px;
	padding-left: 0;
	line-height: 20px;
	list-style: none;
}

#listContent li 
{
	padding-left: 20px;
	background-image: url(images/check.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/* SIDEBAR ------------------------------------------------------------------------------------ */

#sidebar {
	float: right;
	width: 300px;
	margin-bottom:20px;
	color:#1e2427;
	background-color:#ebebeb;
	border: 4px solid #393939;
}

#sidebar-content {
	padding: 20px;
}

.label {
	color:#777777;
	font-size: 11px;
	font-style:italic;
}

#sidebar a {
	text-decoration: none;
	color: #aa2f2b;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #e4332e;
}

/* FOOTER ------------------------------------------------------------------------------------ */

#footer {
	clear: both;
	width: 900px;
	margin: 0px auto 30px auto;
	background-color: #0d0e10;
}

#footer p {
	color: #404040;
	font-size:10px;
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	line-height: normal;
}

#footer a {
	text-decoration: none;
	color: #717171;
}

#footer a:hover {
	text-decoration: underline;
	color: #979797;
}