@import url(positions.css);
@import url(content.css);
@import url(left.css);
@import url(right.css);
@import url(footer.css);
@import url(top.css);
@import url(menu.css);
@import url(mailform.css);
@import url(extensions.css);

body, html {
	position: relative;
	text-align: center;
	margin: 0px auto;	
	text-align: center;
	padding: 0px;
	width: 100%;
	height: auto;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5E5E61;
}

* {
	margin: 0;
	padding: 0;
}

.both {
	clear: both;
}

a {
	color: #307594;
	text-decoration: none;
}

a:hover {
	color: #CB121B;
	text-decoration: none;
}

.clearer{
  clear: both;
}

