/* Old World Arts Colony */

/* ~ Basic Elements ~ */

* {
	margin: 0;
	padding: 0;
	}

html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: url('images/layout/bg.gif') #532024;
	
	font-family: Franklin Gothic Book, Geneva;
	font-size: 96%;
	color: #000000;
	}

h1 { 
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #a41824;
	margin: 0.5em 0;
	}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #164366;
	letter-spacing: .5px;
	margin: 0.5em 0 0 0;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #16665c;
	}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #ffeb7c;
	letter-spacing: .5px;
	}
	
a:link, a:active, a:visited {
	color: #b74040; 
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	color: #939393;
	}

p { 
	line-height: 1.5; 
	margin: 0 0 1em;
	}
	
ul {
	margin: 1em;
	list-style: square;
	}
	
small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-padding: 3em;
	}
	
img { 
	border-color: #9a9a9a;
	}
	
/* ~ Layout ~ */

div#header {
	padding: 0;
	margin: 0;
	background: #7d1516 url("images/layout/headerbg.jpg") top left repeat-x;
	height: 126px;
	top: 0;
	}

div#logo{
	position: relative;
	height: 31px;
	width: 233px;
	top: 20px;
	display: block;
	margin: 0 auto;
	text-align: center;
	}		
	
div#navigation{
	position: relative;
	height: 31px;
	width: 724px;
	bottom: 0px;
	margin: auto;
	top: 64px;
	}

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 750px;
	background: #f3f3f3;
	border-right: 1px solid #9a9999;
	border-left: 1px solid #9a9999;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
	}

div#content {
	padding:1em 2.2em 4em 2.2em; /* bottom padding for footer */
	}
	div#content p {
		text-align:justify;
		line-height: 1.5; 
		margin: 0 0 1em;
		}

div#footer {
	position:absolute;
	width:100%;
	height: 19px;
	bottom:0; /* stick to bottom */
	background: url('images/layout/footerbar.jpg') #FFFFFF top left repeat-x;
	}
	div#footer p {
		padding:1em;
		margin:0;
		}
		
/* ~ Index ~ */

div#introcontainer {
	background: #f3f3f3;
	height: 167px;
	border-bottom: 3px solid #8e2f37;
	}
	
	div#intro {
		background: url('images/layout/intro.jpg') #f3f3f3 top left no-repeat;
		width: 750px;
		height: 167px;
		margin: 0 auto;
	}
	
div#indexcontainer {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 750px;
	background: transparent;
	color: #FFFFFF;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
	}

div#contentleft {
	float: left;
	width: 70%;
	}
	
	div#contentleft p {
		margin-right: 3em;
	}
	
div#contentright {
	float: right;
	width: 30%;
	margin: 0 auto;
	text-align: center;
	}
	
	div#contentright p {
		display: block;
		margin: 1em auto;
		text-align: center;
	}
