* {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #FFF;
}

body {
	background: #E5E5E5;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #0B3B6A;
	text-decoration: underline;
}

a img {
	border: none;
}

#global {
	width: 1000px;
	margin: 0 auto;
}

#header {
	background: #A5A5A5;
}

#header h1 {
	padding: 10px 0 0 10px;
	float: left;
}

#top-links {
	height: 200px;
}

#top-links ul {
	list-style-type: none;
}

#top-links li {
	width: 200px;
	float: left;
}

#top-links li div.link-elm {
	margin: 10px auto;
	text-align: center;
}

#top-links li div.link-img {
	width: 200px;
	height: 140px;
	text-align: center;
}

#top-links li div.link-img img {
}

#top-links h3 {
	padding: 10px;
	font-weight: 400;
}

#top-links div.link-elm h3 a {
	text-decoration: none;
	color: #0B3B6A;
	display: block;
	height: 30px;
	line-height: 30px;
}

#top-links div.link-elm:hover h3 a {
	background: url('../img/top-link-bg.gif') no-repeat;
	color: #FFF;
}

#content {
	background: #A5A5A5;
}

.mid-column {
	width: 46%;
	float: left;
	padding: 0 2%;
}

.mid-column h2 {
	margin: 0 10px;
/*	padding-top: 20px;*/
	font-weight: 400;
	color: #0B3B6A;
}

.mid-column p {
	margin: 15px 10px;
	color: #FFF;
	font-size: 1em;
	line-height: 1.4em;
}

#contacts {
	margin-left: 30px;
	list-style-type: none;
	width: 500px;
	float: right;
}

#contacts li {
	margin: 15px 10px;
	color: #FFF;
	font-size: 0.8em;
	float: left;
}

.big {
	font-size: 1.2em;
}

.clear {
	clear: both;
}

#bottom-links {
	border-top: 2px dotted #FFF;
	padding: 10px;
}

#footer {
	padding: 10px 0;
	font-size: 0.8em;
	text-align: center;
}

#footer p {
	color: #AAA;
}

.round-top {
	background: #A5A5A5 url('../img/container-top.gif') no-repeat;
	height: 10px;
}

.round-bottom {
	background: #A5A5A5 url('../img/container-bottom.gif') no-repeat;
	height: 10px;
	overflow: hidden;
}
