* {
	margin: 0;
	padding: 0;	
}

body {
	background: #b20335;
	font: 14px/21px Geneva, ‘Lucida Sans’, ‘Lucida Grande’, ‘Lucida Sans Unicode’, Verdana, sans-serif;
	text-align: center;
}

a {
	color: #b20335;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

h2, h3, p, ul, ol {
	margin: 0 0 21px 0;
}

h2 {
	color: #d76d3f;
}

h2 span {
	color: #b20335;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 1px;
}

h3 {
	color: #b20335;
}

h3 span {
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
}

ul, ol {
	list-style-position: inside;
}

#sidebar h3 {
	color: #fbc24e;
}

#sidebar h4 {
	font-size: 14px;
	color: #b20335;
}

#sidebar h4 span {
	display: block;
	font-style: italic;
	font-weight: normal;
}

#sidebar p {
	font-size: 12px;	
}

#sidebar p.title {
	color: #b20335;
	font-style: italic;
	font-size: 14px;
}

#sidebar a.more {
	background: url("../img/backgrounds/more.png") no-repeat;
	display: block;
	height: 37px;
	width: 37px;
	text-indent: -9999px;
	float: right;
	margin-right: -20px;
}

#sidebar ul#sub {
	list-style: none;
}

#sidebar ul#sub li {
	border-bottom: 1px solid #e79944;
	line-height: 26px;
}

#sidebar ul#sub li.active a {
	color: #e79944;
	text-decoration: none;
}

#sidebar ul li#uh,
#sidebar ul li#pom,
#sidebar ul li#lrm {
	list-style: none;
}

#sidebar ul li#uh a,
#sidebar ul li#pom a,
#sidebar ul li#lrm a  {
	display: block;
	text-indent: -9999px;
	margin-bottom: 10px;
}

#sidebar ul li#uh a {
	background: url("../img/general/uh.png") no-repeat;
	height: 70px;
}

#sidebar ul li#pom a {
	background: url("../img/general/pom.png") no-repeat;
	height: 70px;
}

#sidebar ul li#lrm a {
	background: url("../img/general/lrm.jpg") no-repeat;
	height: 70px;
}

#cta {
	list-style: none;
}

#cta li {
	float: left;
}

#cta li a {
	background: #eeb948;
	border: 4px solid #fcd179;
	color: #fff;
	font-style: italic;
	font-size: 16px;
	display: block;
	width: 200px;
	padding: 20px;
	margin: 20px 20px 0 0;
}

#cta li a:hover {
	background: #e7984d;
	text-decoration: none;
}

#footer p {
	font-size: 12px;
}

#footer p span {
	color: #fbc24e;
}

#footer p span.red {
	color: #b20335;
}

#footer a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#footer a span {
	color: #b20335;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
}

.links {
	list-style: none;
}

.links li {
	background: url("../img/icons/link-icons.png") no-repeat;
	padding: 0 0 0 20px;
}

.links li.download {background-position: 0 5px;}
.links li.foto {background-position: 0 -20px;}
.links li.url {background-position: 0 -44px;}

.img-right {
	border: 4px solid #fcd179;
	float: right;
	margin: 0 0 10px 10px;
}

.img-left {
	border: 4px solid #fcd179;
	float: left;
	margin: 0 10px 10px 0;
}


/* @group LAYOUT */

#header-inner,
#nav-inner,
#content-inner,
#footer-inner {
	width: 1088px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background: #fff;
	height: 154px;
}

#header-inner {
	background: url("../img/backgrounds/header.png") no-repeat right;
}

#logo {
	background: url("../img/backgrounds/logo.png") no-repeat;
	display: block;
	height: 154px;
	text-indent: -9999px;
}

#nav {
	background: #b20335;
	height: 40px;
	line-height: 40px;
}

#content {
	background: #fff8ea;
}

#content-inner {
	background: url("../img/backgrounds/sidebar.png") repeat-y right;
}

#main {
	float: left;
	width: 731px;
	padding: 40px 40px 40px 0;
}

#sidebar {
	background: #d36d47;
	float: right;
	width: 317px;
	padding: 40px 0;	
}

#sidebar .box {
	background: #fff url("../img/backgrounds/box.png") no-repeat right top;
	padding: 40px 30px;
	overflow: hidden;
}

#sidebar .board {
	background: #b20335;
	color: #fff;
	display: block;
	padding: 10px 10px 10px 30px;
	font-style: italic;
}

#footer-inner {
	background: url("../img/backgrounds/footer.png") repeat-y right top;
	height: 38px;
}

#footer {
	background: #fff;
	height: 38px;
	line-height: 38px;
}

/* @end */

/* @group NAVIGATION */

#nav ul li {
	color: #fbc24e;
	display: inline;
	margin: 0 10px;
}

#nav ul li.first {
	margin-left: 0;
}

#nav ul li a {
	color: #fff;
	text-decoration: none;
}

#nav ul li a:hover {
	color: #fbc24e;	
}

#nav ul li.active a {
	font-size: 16px;
	font-weight: bold;
}

/* @end */

/* @group GALLERY */

.gallery {
list-style:none;
}

.gallery li {
display:inline;
margin:0 6px 0 0;
position:relative
}

.gallery li a img {
border: 4px solid #fcd179;
margin-bottom:6px
}

.gallery li a:hover img,
#main a:hover img {
border: 4px solid #e7984d;
text-decoration:none
}

.gallery li a:hover {
text-decoration:none
}

.gallery li a span {
-khtml-opacity:0;
-moz-opacity:0;
-ms-filter:alpha(opacity=0);
background-color:#e7984d;
bottom:10px;
color:#fff;
display:block;
filter:alpha(opacity=0);
font-size:14px;
left:0;
opacity:0;
padding:10px;
position:absolute;
width:148px;
height: 148px;
}

.gallery li a:hover span {
-khtml-opacity:0.8;
-moz-opacity:0.8;
-ms-filter:alpha(opacity=80);
filter:alpha(opacity=80);
opacity:0.8;
text-decoration:none
}

/* @end */

/* @group POPUP */

.popup-wrap {
	display: none;
}

.inline { 
	width:600px;
	height:500px;
	overflow:auto;
	text-align: left; 
	padding: 10px;
}

.inline p {
	color: #000;
}



/* @end */




/* @group MISC */

.group:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden
}

/* @end */

