/*  ----------\
	-----------------------------------------------
	Title 		: CinFX.com CSS Document
	Author 		: Francis Hogue
	Edition 	: Blank
	Version 	: 1.0
	Created 	: 05-03-2008
	Updated 	: 
	Contact 	: Francis.Hogue@pmedia.ca
	Copyright 	: CinFX (c) 2008
	-----------------------------------------------
	----------/
*/

/* --------------------------------------
	
	=reset
	
-------------------------------------- */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}

/* --------------------------------------
	
	=layout, structure
	
-------------------------------------- */
html, body { height: 100%; }

body { 
	/* background: #170217 url(../img/bg-body-bottom.jpg) no-repeat 100% 100%;  */
	background: #170217; 
	color: #cbb4d6; 
	font: normal small Arial, Helvetica, sans-serif;
}

#wrapper {
	/* background: url(../img/glow.jpg) no-repeat; */
	height: 636px;
	margin: 0 auto;
	padding-top: 84px;
	width: 980px;
}

#spotlight {
	float: left;
	width: 581px;
}

#content {
	float: right;
	font-size: 110%;
	padding-top: 135px;
	width: 375px;
}

h1#logo {
	background: url(../img/logo.jpg) no-repeat;
	height: 193px;
	margin: 0 0 3em 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 288px;
}

#footer { clear: both; font-size: 90%; padding-bottom: 1em; text-align: center;}

p {
	line-height: 1.5em;
	margin-bottom: 1.8em;
}

a:link, a:visited { color: #eec06a; text-decoration: underline; }

a:hover, a:active { text-decoration: none; }

