.container {
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	background: url(images/wrapper_glass.png) 0 0 repeat;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	background-clip: padding-box;
	min-width: 945px;
	max-width: 995px;
	background: #FFF;
	margin: 0 auto;
	text-decoration: none;
	font-size: 11pt;
	font-family: Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
	line-height: 16pt;
	text-align: justify;
	margin-top: 0;
	border-radius: 20;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
.content {
	padding: 2%;
	width: 56%;
	float: left;
}
.sidebar {
	width: 18%;
	background: #356AA0;
	padding: 1%;
	height: 100%;
	border-bottom-left-radius: 15px 10px;
	border-bottom-right-radius: 15px 10px;
	color: #FFF;
	margin-bottom: 10px;
}
.footer {
	padding: 10px 0;
	position: relative;
	clear: both;
	text-align: center;
	border-top-color: #356AA0;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	background: url(images/wrapper_glass.png) 0 0 repeat;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	min-width: 800px;
	max-width: 995px;
	margin: 0 auto;
	font-family: Calibri, Candara, Segoe, “Segoe UI”, Optima, Arial, sans-serif;
	}
#menu {
	list-style: none;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0;
	padding: 0 0 0 10px;
	font-size: 13px;
	background: #eee;
	height: 40px;
}
#menu li {
	list-style: none;
	float: left;
	margin: 0;
}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: #666;
}
#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	border-bottom: 2px solid #DDD;
	color: #999;
}
#menu.blue {
	border-top: 3px solid #204061;
	border-bottom: 2px solid #204061;
	border-right: 2px solid #356AA0;
	border-left: 2px solid #356AA0;
	background: #356AA0;
}
#menu.blue a {
	color: #fff;
}
#menu.blue li a:hover, #menu.blue li.active a {
	color: #90CDFF;
	background: #3D7BBB;
	border-bottom: 2px solid #FF;
}
.logo {
	border: 0;
	display: block;
}
.left {
	float: left
}
.right {
	float: right
}
.fadeshow {
	border-radius: 10px
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}