@charset "UTF-8";
/* CSS Document */

body {
	background-color:#535355;
	background-image:url(../gfx/bg.png);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	background-position:center top;
	font-family:Georgia, "Times New Roman", Times, serif;
	

}

h2 {
	font-style:italic;
	font-size:18px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	font-weight:normal;
}

h3 {
	font-style:italic;
	font-size:18px;
	color:#ffffff;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-align:center;
}

p {
	color:#ffffff;
	font-size:12px;
}

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

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

.main-container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../gfx/container-bg.png);
	background-position:center 80px;
	background-repeat:no-repeat;
	position:relative;
}

.footer {
	left:0px;
	top:680px;
	position:absolute;
	width: 960px;
}

.footer p{
	text-align: center;
}

.logo {
	position:absolute;
	left:0px;
	top:0px;
	width: 200px;
	height:320px;
	background-color:#535355;
	background-image:url(../gfx/logo.png);
	background-repeat:no-repeat;
}

.content {
	padding:10px;
}

.google-widget {
	width:300px;
	background-color:#7a7a7a;
	position:absolute;
	left:220px;
	top:40px;

	
}

.twitter-widget {
	width:400px;
	background-color:#7a7a7a;
	position:absolute;
	left:540px;
	top: 40px;
	height:600px;
}

.flickr-widget {
	width:400px;
	background-color:#535355;
	position:absolute;
	left:560px;
	top: 400px;
}

.title-container {
	height:30px;
	padding-top:10px;
	padding-left:10px;
}

.slogan {
	height:20px;
	margin-top: 270px;
}

	
