* {
	margin:0;
	padding:0;
}

body {
	background:#0B0B0D url(../img/bg_body.jpg) repeat-x;
	font-size:11px;
	color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size:14px !important;
	color:#8A922F !important;
}

h5 {
	margin:0;
	margin-left:25px;
	padding:0;
	text-indent: -3000px;
	background-repeat:no-repeat;
	color:#0B0B0D;
	width:400px;	
	height:40px;
	background-position:top left;	
}

h5 a {
	display:block;
	width:400px;	
	height:60px;
}

a {
	color:#831a04;
	text-decoration:none;
	font-weight:700;
	font-size:0.9em;
}

strong { color:#bb000f; font-weight:bold !important; }
a:hover { color:#bb000f; }

ul {
	list-style:square;
	list-style-position:inside;
	margin-left:5px;
}

ul ul {
	list-style:circle;
	list-style-position:inside;
	margin-left:10px;
}

#logo {
	padding-left:15px;
}

#logo a img {
	border:none;
}

#sidebar{
	position:absolute;
	top:0;
	left:0;
	background:transparent url(../img/bg_sidebar.jpg) no-repeat top left;
	width:550px;
	height:1000px;
}

#global {
	position:relative;
}

#main {
	position:absolute;
	top:80px;
	left:270px;
	width:50%;
}

#main p, #main ul, #main h2 , #main div  {
	padding:5px;
	padding-left:25px;
}

#nav {
	position:absolute;
	top:90px;
	left:123px;
	list-style:none;
	list-style-position:outside;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	z-index:3;
}

#nav li {
	width:130px;
	height:45px;
	display:block;
	margin:0;
	padding:0;
	margin-bottom:0;
	cursor:pointer;
}

#nav li a  {
	width:130px;
	height:45px;
	display:block;
	background:transparent url(/img/bg_li_nav.png) no-repeat top left;
	color:#000;
	font-family:"Times New Roman", Times, serif;
	text-align:right;
	padding:15px 5px 0 0;
	font-size:14px
}

.gallery-image {
	float:left;
	width:100px;
	height:100px;
	text-align:center;
	margin-right:10px;
	margin-bottom:10px;
	padding:0 !important;
}

/* Links */

#links ul {
list-style-type: none;
width:90%;
} 

#links li {
border: 1px dotted #999;
border-width: 1px 0;
margin: 5px 0;
margin-bottom:15px;
}

#links li a { 
color: #A22715;
display: block;
padding: 5px;
margin-bottom:3px;
text-decoration: none;
}

* html #links li a {  /* make hover effect work in IE */
width:90%;
}

#links li a:hover {
background: #212121;
}

#links a em { 
color: #656565;
display: block;
line-height: 125%; 
}

#links a span {
color: #AAA;
line-height: 150%;
}

#references{}

#references ul li {
	font-size:12px !important;
}

#activity{}
#activity p {}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#frm-contact { padding:5px; }