@charset "UTF-8";
body {
	font: 90%/1.2 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #edefef;
}

ul {
	padding: 0;
	margin: 0 0 0 20px;
	width: 200px;
}
.menu ul li {
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: AurulentSansRegular; 
}
p {
	color: #494949;
}
a img {
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.menu {
	float:left;
}

.article {
	float:left;
	width: 700px;
}
.container {
	width: 960px;

	margin: 10px auto; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 3px 4px 5px 6px #adadad;
	-moz-box-shadow: 3px 4px 5px 6px #adadad;
	box-shadow: 3px 4px 5px 6px #adadad;
	padding: 20px;
	background-color: #fefffe;
}

.header {
	background: url(../images/neuron.png) no-repeat center center;

	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;
	position: relative;
}
.slogan {
	display: block;
	max-width: 350px;
	float:left;
	margin-bottom: 0px;
	font-family: AurulentSansBoldItalic;
	margin-left: 52px;
	font-size: 2.5em;
	position: absolute;
	bottom: 10px;
	left: 160px;
	}

.content {
	padding: 15px 0 20px;
	border-top: 2px solid #878787;
	margin-top: 10px;
}

.footer {
	padding: 10px 0;
	font-size: 0.8em;
	min-height: 65px;
}
.footer img{
	float: left;
	margin-left: 10px;
	margin-right: 124px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#Insert_logo {
	float:left;
}