/* @override http://samedis.dev/stylesheets/smd_layout.css */

BODY {
	background: #292b2e url(../images/bg_page.jpg) 50% -37px no-repeat;
	color: #fff;
	text-align: center;
	font: 68.75% Verdana, sans-serif;
	line-height: 1.6em; }
	
#pageContainer {
	width: 426px;
	margin: 120px auto 0;
	text-align: left; }
	
H1#logo {
	background: transparent url(../images/logo.png) 0 0 no-repeat;
	width: 242px;
	height: 48px;
	text-indent: -5000px;
	margin-left: -39px;
	margin-bottom: -4px;
	position: relative; }
	
#content {
	overflow: visible; }
	
A {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #7698ae; }
	
A:hover {
	color: #c0d9e9;
	border-bottom: 1px solid #758f9f; }
	
A:hover.contact_me {
	border: none; }

UL {
	position: relative;
	margin: -.5em 0 1em 1.5em; }
	
LI {
	list-style: disc;
	margin-bottom: .5em;
	position: relative;
	left: -1.5em; }
	
.contact_me {
	display: block;
	background: transparent url(../images/contact_me.png) 0 0 no-repeat;
	width: 197px;
	height: 19px;
	text-indent: -5000px;
	margin: 1em auto;
	border: none; }
	
P {
	margin-bottom: 1em; }