@charset "utf-8";

body {
	font-family: sans-serif;
	background: #FFF url(img/bg.png) repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
}

#container{
	background: #FFF;
	width: 960px;
	margin: 0 auto;
	outline: #333 solid;
}

#header {
	background-color: #FFF;
	padding: 15px;
}

#menu {
	background-color: #CCC;
	font-size: 14pt;
	outline: #333  solid;
}

#menu ul {
	background-color: #CCC;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#menu li {
	float: left;
}

#menu li a {
	display: block;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding: 15px;
	text-decoration: none;
}

#menu li a:hover {
	background-color: #333;
	color: #CCC;
}

#menu .active {
	color: #FFF;
   }

#content {
	min-height: 600px;
	padding: 10px 20px;
	font-size: 12pt;
	line-height: 150%;
}

#content a:link, #content a:visited, #content a:active {
	color: #000;
	font-style: italic;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer {
	background: #333;
	color: #CCC;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	padding: 15px;
}

topic {
	font-size: 14pt;
	font-weight: bold;
}

topic2 {
	font-size: 12pt;
	font-weight: bold;
}

facebook {
	float: right;
}