/*-----------------
----CSS reset----
-----------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*-----------------
--alchemy styles--
-----------------*/

/*--layout--*/
#contentcontainer{
	width: 800px;
	margin: 0 auto;
}

body{
	background-color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0 auto;
}
#wrapper{
	background: #FFFFFF url(../images/bg-top.gif) no-repeat;
	width: 800px;
	margin: 0 auto;
	overflow:inherit;
}
#flash-wrapper{
	width: 800px;
	margin: 0 auto;
	overflow:inherit;
}
div#content{
	float:left;
	margin: 20px 0 0 20px;
	width: 500px;
}
div#footer{
	background:url(../images/bg-footer.gif) no-repeat center top;
	padding: 40px 25px 0 0;
	clear:both;
	height:75px;
}
div#header h1 a{
	width:275px;
	height:69px;
	margin: 25px;
	float:left;
	background: url(../images/alchemy-media-logo.gif) left top no-repeat;
	text-indent:-5000px;
}
div#header h2 a{
	width:800px;
	height:200px;
	float:left;
	background:  url(../images/alchemy-media-hero.jpg) left top no-repeat;
	text-indent:-5000px;
}
/*---navigation---*/
div#navigation-bar ul{
	width:205px;
	border-right: #000066 solid 1px;
	clear:left;
	float:left;
	text-align:right;
	line-height: 30px; 
	font-size:12px;
	margin-top: 15px;
}
div#navigation-bar ul li a{
	color:#000066;
	padding: 0 10px 0 10px;;
	text-decoration: none;
}
div#navigation-bar ul li a:hover{
	background:url(../images/nav-arrow.gif) no-repeat center right;
}
div#navigation-bar ul li a:visited{
	background:url(../images/nav-tick.gif) no-repeat center left;
}
div#navigation-bar ul li a:active{
	text-decoration:underline;
}
/*---content typography --*/
div#content h1{
	font-size: 1.4em;
	margin-bottom: 1.2em;
	font-weight: bold;
}
div#content h1 a{
	text-decoration:none;
	color:#000066;
}
div#content h2{
	font-size: 1.1em;
	margin: 1.2em 0 0.5em 0;
	font-weight: bold;
	font-style:italic;
	color:#000066;
}
div#content p{
	font-size: 0.8em;
	line-height: 1.2em;
	margin-bottom: 1.8em;
}
div#content p strong{
	font-weight:bold;
}
div#content p em{
	font-style:italic;
}
div#content ol{
	margin: 0 0 0 25px;
	list-style-type:decimal;
	font-size:0.8em;
	font-weight:bold;
}
div#content ol li, div#content ul li {
	margin-bottom: 10px;
}
div#content ul{
	margin: 0 0 0 25px;
	list-style-type: square;
	font-size:0.8em;
}
div#footer p{
	font-size: 0.7em;
	text-align: right;

}