:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 17px; font-weight: normal;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
a, a:hover, a:active {outline: none;}

a {color: #669acd}
a:hover {color: #ffffff}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}

body {
	font-size: 14px;
	color: #ffffff;
	font-family: Arial, Helvetica;
	background: #96969a;
	}
	
h1 {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica;
	color: #88aad4;
	}
	
h2 {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica;
	}
	
h3 {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica;
	}

p {
	display: block;
	margin-bottom: 10px;
	line-height: 20px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica;
	}

cite {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-family: Georgia;
	}
	
strong {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica;
	color: #3c3c3c;
	}

em {
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	font-weight: normal;
	font-family: Arial, Helvetica;
	}
	
small {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica;
	}
	
#container {
	background: url(/img/design/backdrop.png) repeat-x top;
	}

#container .background {
	width: 60%;
	background: url(/img/design/background.png) repeat-x top;
	}

#container .backdrop {
	position: relative;
	margin-right: -65%;
	}
	
#sheet {
	background: url(/img/design/sheet.png) repeat top;
	}
	
#core {
	width: 940px;
	height: 100%;
	margin: 0 auto;
	}
	
#content {
	float: left;
	width: 940px;
	}