body {
	margin: 0;
}
:focus {
	outline: 0;
}
body {
	background: #f0f0f0;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	padding: 30px 50px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#header, #about
{
	max-width: 900px;
	min-width: 720px;
	margin: 0 auto 0 auto;
}
#header
{
	height: 145px;
}
#about
{
	color: #6a7b8a;
	text-shadow: 0px 1px 1px #fbfbfb;
	font-size: 18px;
	font-style: italic;
	text-align: center;
	height: 120px;
	font-family: Georgia;
}
#links
{
	max-width: 720px;
	min-width: 600px;
	margin: 0 auto 0 auto;
	color: #ebf2f7;
	font-size: 20px;
	background-image: url(images/links_bubble.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 180px;
	padding-top: 50px;
	height: 150px;
	text-shadow: 0px 1px 3px #40515d;
		
}
#links a
{
	font-size: 25px;
	font-weight: bold;
}
#links a:hover
{
	color: #8fbcdc;
}
#footer a:hover
{
	color: #718fa4;
}
a:link, A:visited, A:active
{
	color: inherit;
	text-decoration: none;
}
#footer
{
	color: #636363;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#header .blog
{
	float: right;
	padding-top: 15px;
}
