/*		****** Base structure ******		*/

body {
	background:#A5A5A5;
	color:black;
}

#main_wrap {
	width:800px;
	margin:10px auto;
	border:1px solid #000;
	background:#fff;
}

#content_wrap {
	width:425px;
	float:left;
}

#header {
	background:#fff;
	height:9em;
}

#global_nav {
	background:fff;
}

#main_content {
	background:#fff;
	margin:30px 35px;
}

#front_artwork {
	background:#fff;
	float:left;
	width:375px;
	line-height:0;
}



#footer {
	width:100%;
	height:23px;
	background:#fff;
	clear:both;
	border-top:1px solid #E48F1A;
	text-align:center;
	padding-top:10px;
	font-size:10px;
	margin-top:-15px;
}

/*		****** Base typography ******		*/
body {
	font-size:14px;
	font-family:arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family:arial, sans-serif;
	margin:.2em 0;
	font-weight:normal;
}

h1 {
	font-size:12px;
	color:#000;
	font-weight:bold;
}

h2 {
	font-size:125%;
}

h3 {
	font-size:110%;
}

p {
	font-size:12px;
	margin-bottom:1.2em;
	line-height:130%;
}

/*			****** Base Link Behavior ******			*/
a {
	color:#E48F1A;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:underline;
}

a:visited {
	color:#000;
	text-decoration:underline;
}

/*			****** Base List Behavior ******			*/
ul, ol {
	margin-left:3em;
	font-size:85%;
	line-height:135%;
}

ul {
	list-style-type:disc;
}

ol {
	list-style-type:decimal;	
}

em {
	font-style:italic;	
}
