html,
body {
	background-color: #333;
	color: #FFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

a:focus {
    border-bottom: 1px dotted #000;
}

a:link,
a:active,
a:visited {
    background-color: transparent;
    color: #369;
    text-decoration: underline;
}

a:hover {
    background-color: transparent;
    color: #FFF;
}

/*
 * Layout page styles
 */

#wrapper {
    position: relative;
}

#header {
	background-color: #369;
	color: inherit;
	height: 50px;
	margin: 0 auto;
	text-align: right;
	width: 980px;
}

#header .logo {
	float: left;
	font-size: 2.7em;
	margin: 10px;
}

#header .logo .small {
	font-size: 0.8em;
}

#header .contact {
	font-size: 1em;
	padding: 27px 10px 10px 10px;
}

#content {
	margin: 10px auto;
	text-align: left;
	width: 980px;
}

#content p {
	margin: 0 10px 10px 10px;
}
