@charset "utf-8";



* {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

body {
	background: #8d0207 url(images/img0.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
}
#wrapper {
	background: #8d0207 url(images/img1.gif) repeat-x;
	margin: 15px auto;
	width: 920px;
	position: relative;
	border: 5px solid #750306;
	background-color: #8d0207;
}
h1, h2, h3 {
	text-transform: lowercase;
	color: #292929;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 24px;
	color: #292929;
}
h2 em {
  color: white;
  text-transform:capitalize;
  font-style:italic;
}

h3 {
	font-size: 13px;
	color: #292929;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: left;
	line-height: normal;
}

p {
}

ul {
}

ol {
}

a {
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Logo */

#logo {
	width: 874px;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#logo h1 {
	float: left;
	padding: 30px 37px 0 0;
	height: 54px;

	font-size: 38px;
	font-weight: normal;
	letter-spacing: -2px;
}

#logo h2 {
	float: right;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 874px;
	height: 50px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px;
	padding: 5px 20px 0 20px;
	text-transform: lowercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: url(images/dot.gif) no-repeat left bottom;
}

/* Page */


#page {
	width: 918px;
	margin: 0 auto;
	height:507px;
}

/* Content */

#content {
	float: left;
	width: 550px;
	padding-top: 50;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 30px;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
	padding-top: 10;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 20px;
	margin-right: 20px;
}

#sidebar a {
	color: #FFFFFF;
}

.box {
}

.box .title {
	height: 27px;
	background: #8d0207 url(images/img5.gif) no-repeat;
	text-transform: lowercase;
	font-size: 24px;
	color: #000000;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}



.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 13px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

/* Footer */

#footer {
	background-color: #750306;
	font-size: 12px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	color:#000000;
}

#footer p {
	text-align: center;
}



html {
		height: 100%;
	}
	
	#flashcontent {
		height: 100%;
	}


	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#333333;
	color:#f4e9ea;
	font-family:sans-serif;
	font-size:20;
	}
	
	a {
	color:#000000;
	}
	/* end hide */