@charset 'utf-8';
@import url(reset.css);
@import url(typo3.css);
@import url(jquery.tweet.css);

/*** Generic ***/

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

p {
	padding: 4px 0px;
	font-size: 13px; 
	line-height: 18px;
	color: #333;
}

h1, h2, h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #51b8d3;
	padding: 8px 30px;
}
h1 {
	color: #3a4388;
	font-size: 21px;
	font-style: normal;
}

h1 a, h2 a, h3 a {
	color: #51b8d3;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}
h2 a:visited {
	color: color: #51b8d3;
}

/*** Page layout ***/

body {
	font-size: 100.01%;
	line-height: 1.125em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

#pagewrap {
	position:relative;
	margin: 0 auto;
	width: 960px;
	/*overflow: hidden;*/
	margin-top: 0px;
}
#header {
	background-color: #fff;
	height: 150px;
	position: relative;
}
#header #logo {
	position: absolute;
		bottom: 0;
		left: -17px;
		z-index: 99;
}

#contentwrap {
	
}
#contentwrap #maincontent {
	width: 560px;
	min-height: 450px;
	background-color: #fff;
	float: left;
	display: inline-block;
	margin-right: 20px;
}
#contentwrap #maincontent p {
	padding: 4px 30px;
}


#footer {
	clear: both;
	height: 150px;
	background-color: #fff;
}


