/*	1. General styling
------------------------------------------------------------------------------------------------ */
.hight {
  height:105%; 
}

body {
	padding: 0;
	padding-bottom: 2em;
	margin: 0;
	font-family: verdana, arial, sans-serif;
	background: #fff;
	font-size: 62.5%;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
}
a {
}
a:hover {
}
h1, h2, h3, h4, h5, h6 {
	font-family: georgia, times, serif;
	line-height: 1.0em;
	padding-bottom: 0.2em;
	color: #575752;
	font-weight: normal;
}

/*	1. General structure
------------------------------------------------------------------------------------------------ */

#outer-wrapper {
	width: 102.4em;
	margin: 0 auto;		
}

#wrapper {	
	width: 97em;
	border: 1px solid #666633;		
	margin-top: 1em;
	background-image: url(/images/bg2.gif);
	background-repeat:repeat-y;	
	background-position: left;			
}

#sidebar {
	float: left;
	width: 24.3em;
	margin-left: 1em;
					
}

#content {	
	width: 69.6em;
	float: right;
	margin-top: 9px;
	margin-right: 1em;	
}


.content-red {
	background-color: #990033;
	padding:0px 10px; 	
	color: #fff;
	vertical-align:top;
	font-size: 0.9em;	
}

.content-red a {
	color: #fff;
}

.content-grey {
	background-color: #d9d9cc;
	padding:0px 10px;
	color: #575752;
	vertical-align:top;
}

.content-grey a{
	color: #575752;
} 

.content-grey h1{
	font-size: 2.5em;
}

.content-grey img{
	margin: 0 1em;
	border: solid 3px #fff;
}

.content-red h1{
	font-size: 2.5em;
	color:#fff;
}


#article {
	position: absolute;
	top: 1em;
	left:0;
	padding-left: 1em;	
	width: 40em;
	background-color:#F00;
}

#related {
	position:absolute;
	top: 1em;
	right: 0;
	width: 28em;
	background-color:#FF0;
}

#logo{
	background: #666633 url(/images/logo.gif) no-repeat;	
	height: 18em;
	background-position:center;
	margin: 0;	
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}

#menu{
	background: #B2B299;
	margin: -10px 0 1em 0;
	padding: 0;
							
}

#menu ul{
	padding: 1.5em 2.5em;		
}

#menu li{
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;	
	color: #fff;
	margin-bottom: 0.8em;	
}

.level2{
	margin-left: 2.5em;
}

#menu li a{
	color: #fff;
	text-decoration: none;
	padding-bottom: 0.1em;
}

#menu li a:hover{
	color: #990033;
	border-bottom: solid 1px #990033;	
}

#menu li a.active{
	color: #990033;
	border-bottom: solid 1px #990033;
}

.tr-space{	
	margin: 0;
	padding: 0;
		
}

#footer{	
	text-align: center;
	margin-top:0.5em;
	margin-bottom: 1.5em;
	clear: both;
}







































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
