/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* layout.css */

html {
	overflow-y: scroll;  /* prevents longer (scrolling) pages from shifting */
}

body {
	text-align:center;
	background:#FFFFE6;
	font:100%/1.5 "MemphisTLig", "Memphis T Light", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#5D3F21;
	min-width:914px;
	line-height:28px;
	font-weight:lighter;
	height:100%;
}

a,
a:active,
a:visited {
	color:#5792D0;
	text-decoration:none;
}

a:hover {
	color:#5792D0;
	text-decoration:underline;
}

#page {
	width:100%;
	margin:0 auto;
	min-height:100%;
	height: auto !important;
	height: 100%;
}

* html #page {
	height:100%;
}

/* header */

#header {
	width:100%;
	height: 111px;
}

#header .main {
	width:914px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

h1 {
	width:316px;
	height:68px;
	overflow:hidden;
	background:url(images/logo.png) no-repeat;
	display:inline;
	float:left;
	margin:30px 0 55px;
}

h1 a {
	float:left;
	width:316px;
	height:68px;
	overflow:hidden;
	text-indent:-100em;
}

h1 em {
	display:block;
	clear:both;
	overflow:hidden;
	text-indent:-100em;
}


/* footer */

#footer {
	clear:both;
	margin:60px 0 0 0;
	text-align:left;
	width:100%;
	height:40px;
}

#footer_content {
	width:914px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;	
}

#footer_content .copyright {
	width:914px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}

#footer_content .div_line {
	float: left;
}

h5 {
	width:186px;
	height:19px;
	overflow:hidden;
	background:url(images/copyright.png) no-repeat;
	display:inline;
	float:left;
	margin:10px 0 0px;
	text-indent:-100em;
}

#created {
	float:right;
	text-align:right;
	width:900px;
	height:100%;
	margin:-25px 3px 0px 0px;
	font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:lighter;
	font-size:13px;
}
