/* CSS Document */
body {
	background-color: #FFF;
	color: #000;
	font-size: 12px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}
em {
	color:red;
}
.pics {
	text-align:center;
	width:100%;
	margin:10px 0px;
}
#vmenu_inner ul {
	margin:0px;
	padding:0px;
	text-decoration:none;
}

#vmenu_inner ul li {
	list-style-type: none;
	margin:0px;
}
#vmenu_inner ul li a {
	font-weight:bold;
	font-size:12px;
	color:#fff;
	text-decoration:none;
	padding:7px 0px 0px 7px;
	display:block;
	background-image:url(images/catbtn_bg.png);	
	height:25px;
}
#vmenu_inner ul li a:hover {
	color:#f3da34;
	background-image:url(images/catbtn_bgovr.png);
	height:25px;
}
img {
	margin: 0px;
	padding: 0px;
	border:none;
}
#header a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
h2 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	font-size:18px;
}



img {
	margin:0px;
	padding:0px;
}

#content {
	color: #000000;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

#header {
	color:#CCCCCC;
	font-size:16px;
	background-image: url(https://s3-eu-west-1.amazonaws.com/ecsl/images/header.png);
	height: 160px;
	width:900px;
}

.vmenu {
	width: 170px;
	float: left;
	background-color: #fff;
	margin: 10px 10px 0px 0px;
	height: 100%;
}

#maincontent {
	float: right;
	clear: none;
	width: 900px;
	text-decoration: none;
	color: #000000;
}


#footer {
	clear: both;
	width: 880px;
	color: #FFFFFF;
	background-color: #272727;
	text-align: center;
	padding: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#right_content {
	width:680px;
	float:right;
	margin-right:5px;
	margin-top:10px;
	padding: 5px;
	height: 100%;
	background-color: #fff;
}

.wide_panel {
	float:left;
	padding: 10px;
	width: 880px;
	height: 100%;
	background-color: #272727;
-moz-border-radius: 10px;
border-radius: 10px;
}
#wide_panel_top {
	background-color: #000000;
	padding: 10px;
	height:200px;
}
#right_content h1 {
	text-align: center;
}
h1 {margin-top:0.5em}

h5 {
	font-weight:bold;
	text-decoration:underline;
	font-size:1em;
	color: #F00;
}

h6 {
	font-weight:bold;
	font-size:1em;
	color: #F00;
}

h1, h2, h3, h4{
	text-align:center;
}
h3, h4{
	color: #F00;
}


ol li {margin-bottom:1em}
ul li {margin-bottom:1em}

.slideshow { height: 200px; width: 860px;}
.highlight {
	color: #F00;
	font-weight: bold;
}

