@charset "UTF-8";
/* CSS Document */

/* -- -------------------- --
Screen stylesheet for http://www.andysochor.com

Updated: 02/27/11
Author: Andy Sochor
Website: http://www.octographicdesigns.com

-- -------------------- -- */

/* Defaults */

html {
	font-size:100.01%;
	height:101%
	}

body {
	background:#3c3124; /* change to different color or image */
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	color:#c5bfa9 /* default font color */
	}

img {
	border:0
	}

/* Divs */

#wrapper {
	margin:0 auto;
	background-image:url('img/background.png');
	background-repeat:repeat-y;
	width:800px;
	height:1000px;
	padding:0px;
	margin-top:-10px;
	text-align:center
	}

#header {
	margin:0 auto;
	background:3c3124;
	width:800px;
	padding-top:100px;
	padding-bottom:50px;
	text-align:center
	}

#main {
	width:460px;
	margin-left:180px;
	text-align:left
	}

#footer {
	clear:both;
	width: ;
	background: ;
	margin:0 auto;
	padding:2px;
	text-align:center
	}

/* Typography */

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:bold;
	color:#000000
	}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	color:#000000
	}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	color:#000000
	}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#000000
	}

p, li {
	font-size:1em;
	line-height:1.4em
	}

blockquote {
	font-size:1em
	}

ol {
	list-style-type:decimal
	}

ul {
	list-style-type:disc
	}

/* Links */

a:link {
	color:#ed9b1b;
	text-decoration:none
	}

a:visited {
	color:#ed9b1b;
	text-decoration:none
	}

a:hover {
	color:#ed9b1b;
	text-decoration:none
	}

a img {
	border:none
	}
