* {
	margin: 0 auto;
	padding: 0;
	border: 0;
	outline: none;
	line-height: 140%;
}

body {
	background: url(images/bg.gif) top left repeat;
	color: #464646;
	font-size: 14px;
	font-family:  Georgia, 'Times New Roman';
}

a {
	color: #5f99cb;
	text-decoration: none;
}

a:hover {
	color: #464646;
}

h1 {
	font-size: 22px;
	color: #5f99cb;
	padding-bottom: 5px;
}

#head {
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #335EA8;
	text-align: center;
}

#nav {
	width: 100%;
	height: auto;
	background: #FAFACF;
	padding: 3px 0;
	text-align: center;
}

#nav ul {
	list-style: none;
	font-size: 16px;
}

#nav li {
	display: inline;
	padding: 0 20px;
}

#nav a {
	color: #464646;
}

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

#wrapper {
	width: 925px;
	height: auto;
	padding: 20px 0;
}

#content {
	width: 570px;
	height: auto;
	padding: 0 15px;
	float: left;
}

#welcomep {
	padding-bottom: 10px;
	border-bottom: 1px #A9A9A9;
}

.title {
	font-size: 16px;
	padding-left: 10px;
	color: #5f99cb;
}

.post {
	background-color:#FFFFFF;
	padding: 5px 5px 5px 20px;
}

#sidebar {
	width: 315px;
	height: auto;
	float: right;
	padding-left: 10px;
}

#sidebar ul {
	list-style: none;
}

#footer {
	width: 925px;
	clear: both;
	padding: 20px 0;
	text-align: center;
	font-size: 10px;
}