* {
	font-family: "Trebuchet MS";
	font-size: 14px;
	
	color: #000000;
	
	margin: 0px;
	padding: 0px;
}

body {
	background: #c70313 url(images/background.png) repeat-x;
}

img {
	border: 0px;
}

/*** WRAPPER ***/
#wrapper {
	margin: 0px auto;
	width: 952px;
	background: #ffffff url(images/wrapper_background.png) repeat-y;
	z-index: 2;
	min-height: 800px;
}

/*** OUTERWRAPPER ***/
#outerwrapper {
	z-index: 4;
	
	
	
}

/*** INNERWRAPPER ***/
#innerwrapper {	
	background: url(images/background_all.png) no-repeat;
	z-index: 6;
}

/*** MENU ***/
#menu {
	padding-top: 137px;
	padding-left: 296px;
}

#menu a {
	color: #000000;
	
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
	
	padding: 0px 4px 0px 4px;
	
	font-size: 11px;
	font-weight: bold;
	
	white-space: nowrap;
}

#menu a:hover {
	color: #ffffff;
}
/*
#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	
	position: relative;

	display: -moz-inline-box; 	
	
	white-space: nowrap;
}

#menu li.submenu {
	width: 300px;
}

#menu li ul {
	display: none;
	position: absolute; 
	top: 12px;
	left: 0;
}

#menu li > ul {
	top: auto;
	left: auto;
}

#menu li:hover ul, #menu li.over ul { 
	display: block; 
}
*/
#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
z-index: 1000;
}

#nav li {
float: left;
width: auto;
margin-right: 15px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
} 

/*** CONTENT ***/
#content {
	margin: 35px 0px 0px 118px;
	padding-bottom: 10px;
	
	z-index: 8;
}

td 
{
	vertical-align: top;
	padding: 10px;
}

/*** CONTENT LEFTCOLUMN***/
#content #leftcolumn {
	float: left;
	width: 700px;
	
	margin-top: 40px;
	padding-top: 20px;
	padding-right: 10px;
	
	border-right: 1px solid #CE0202;
	
}

#content #leftcolumn h1 {
	margin: 10px 0px;
	color: #cc0000;
	font-size: 20px;

}

#content #leftcolumn #content_text {
	margin-left: 20px;
	margin-bottom: 20px;
	
	width: 700px;
	
	float: left;
}

#content #leftcolumn #content_text p {
	line-height: 18px;
	
	color: #000000;
}




	
/*** CONTENT LEFTCOLUMN FOOTER ***/
#content #leftcolumn #footer {
	margin-top: 30px;
	
	text-align: right;
	font-style: italic;
	line-height: 12px;
	
	color: #CE0202;
}

#content #leftcolumn a {
	color: #CE0202;
}
#content #leftcolumn a:hover {
	color: #FFFFFF;
}
/*** CONTENT LEFTCOLUMN***/
#content #rightcolumn {	
	float: right; 
	
	width: 250px;
	
	height: 630px;
	margin-top:15px;
}

/* CLEARFIX */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*** CLASSES ***/
.clear {
	clear: both;
}

.pointer {
	cursor: pointer;
}
