* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {			
	background-color: #092140;
	color: #e5e5e5;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	min-height: 100%;
}

h1 {
	color: #2a98d5;
	font-size: 62px;
	height: 89px;
	width: 300px;
	margin-bottom: 5px;
	position: relative;
}

h1 span {
	background: url("/images/design-related/logo.png") no-repeat;
	position: absolute;
	left: -1px;
	width: 100%;
	height: 100%;
}

p {
	margin-bottom: 1em;
}

#contact_info {
    font-family: Courier, "Courier New", monospace;
	color: #0096d6;
}

#contact_info span{			
	display: block;
	margin-left: 25px;
}

#contact_info span span {
	color: #e5e5e5;
	display: inline;
	margin-left: 0;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid #ebebeb;
    text-decoration: none;
}

abbr {
	border: none;
}

abbr[title='and'] {
 font-family: "Bell MT", Baskerville, Palatino, "Book Antiqua", serif;
 font-style: italic;
 font-size: 1.2em;
 letter-spacing: 2px;
}
		
#page {
	margin: 20% auto 0;
	padding: 0 20px;
	width: 500px;
}
