body {
	font-family: Verdana;
	font-size: 100%;
	margin: 0; 
	padding: 20px 0;
	text-align: center;
}
div#container {
	width: 900px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #ee1c25;
}
a:hover {
	text-decoration: underline;
}
div#top {
	height: 95px;
	border-bottom: 3px solid red;
	margin-bottom: 10px;
}
div#top h1 {
	margin: 0;
	width: 204px;
	height: 77px;
	background: url("Layout/logo.png") no-repeat;
}
div#top h1 a span {
	display: none;
}
ul#language {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: .6em;
	margin-bottom: 50px;
}
ul#language li {
	float: right;
	margin-left: 10px;
}
ul#language li a {
	color: #a8a9ad;
	text-decoration: none;
}
ul#language li a:hover {
	color: #ee1c25;
}
ul#language li a.selected {
	color: #ee1c25;
	font-weight: bold;
}
ul#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 232px;
	float: left;
}
ul#menu li {
	margin-bottom: 20px;
	padding-bottom: 5px;
}
ul#menu a {
	color: #a8a9ad;
	text-decoration: none;
	font-weight: bold;
	font-size: .875em;
}
ul#menu a:hover {
	color: #ee1c25; 
}
ul#menu li.selected {
	border-bottom: 3px solid #a8a9ad;
}
ul#menu li.selected a {
	color: #ee1c25;
}
div#content {
	float: left;
	width: 638px;
	margin-left: 30px;
	font-size: .875em;
}
div#content h2 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #ff0000;
	font-size: 1.15em;
}
div#content h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1em;
}
div#content ul li {
	margin-bottom: 10px;
}
div#content p {
	margin-top: 0;
	overflow: hidden;
}
/* references */
div#content ul#references {
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 450px;
}
div#content ul#references li {
	margin-bottom: 10px;
	float: left;
	width: 150px;
	height: 90px;
}
/* facts */
div#content.facts {
	background: url("Layout/cosec_logo1.png") no-repeat top right;
	width: 513px;
	padding-right: 125px;
}
/* why choose */
div#content.why-choose {
	background: url("Layout/cosec_coverage.png") no-repeat top right;
	width: 513px;
	padding-right: 125px;
	min-height: 273px;
}
/* contact */
div#content.contact ul li address {
	line-height: 1.5;
}
