/* 

STYLE SHEET FOR [x] WEB SITE
Created by Author Name
www.domainoftheauthor.com

ToC

	1. defaults
	2. structure
	3. links and navigation
	4. fonts
	5. images
	6. tables
	7. forms
	
Notes

*/



/* --------- 1. defaults  --------- */

* {
		margin: 0;
		padding: 0;
		}

body {
	font-size: 80%;
	background-color: #2b3956;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
		}
		
/*  --------- 2. structure  --------- */

#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	margin-top: 20px;
		}
		
#masthead {
		}
		
#logo {
		}
#content-img {
	height: 679px;
	width: 960px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;
		}
#content {
	position: absolute;
	z-index: 1;
	width: 152px;
	left: 21px;
	top: 240px;
	font-size: 0.8em;
	line-height: 1.9em;
	background-color: #2A3956;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

#print-content {
	position: absolute;
	z-index: 0;
	width: 166px;
	left: 21px;
	top: 240px;
}


#footer {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    width: 960px;
    top: 690px;
    text-align: right;
    font-size: 0.5rem;
}

.cleared {
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	height: 0px;
}

/* ---------- 3. links and navigation ---------- */

a:link {
	color: #CCCCCC;
		}

a:visited {
	color: #CCCCCC;
		}
		
a:hover {
	color: #00CC99;
		}

#navigation {
		}

#navigation ul {
		}

#navigation li {
		}

#navigation a {
		}

#navigation a:hover {
		}

/* ---------- 4. fonts ---------- */

html {
		font-size: 100%;
		}

body {
		font-size: 62.5%;
		}

h1, h2, h3, h4, p, ul {
		}

h1 {
		font-size: 1.4em;
		}

h2 {
		font-size: 1.3em;
		}

h3 {
		font-size: 1.2em;
		}
		
h4 {
		font-size: 1.1em;
		}

p {
	font-size: 1.4em;
	padding-bottom: 15px;
		}

ul {
		}

blockquote {
		}

/* ---------- 5. images ---------- */

a img {
		border: 0;
		}
		
/* ---------- 6. tables ---------- */

table {
		}
		
caption {
		}
		
tr {
		}

th, td {
		}
		
th {
		}
		
td {
		}

/* ---------- 7. forms ---------- */	
		
form {
		}
