/*-------------------------------------------------------

	doc title: Armani Appeal - stylesheet
	filename: primary.css
	author: JBMoss - http://www.jbmoss.com
	date: 11/06/2008
	
	-----------------------
	
	1. master reset
	2. typography
	3. listography
	4. base structure
	5. navigation
	6. page specific structure
	7. images
	8. forms
	
	
-------------------------------------------------------*/


										/* ---------- 1. master reset ---------- */ 

* {
	padding			: 0;
	margin			: 0;
	border			: 0px solid red;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
	margin			: 1em 5%;
}
li, dd {
	margin-left		: 5%;
}
fieldset {
	padding			: .5em;
}

a {
	text-decoration:none;
	
}

										/* ---------- 2. typography ---------- */ 

p {}

p a {color:#6F2A8E;}

p a:hover {text-decoration:underline;}

h1 {}
h2 {font-size:1.2em;color:#6F2A8E;}
h3 {}
h4 {}
h5 {}
										/* ---------- 3. listography ---------- */ 
										
										/* ---------- 4. base structure ---------- */ 

html {
}
body {
	font-size		: 80%;
	font-family		: Arial, Helvetica, sans-serif;
	background		: #ECF6FC url(../images/pagebg.jpg) repeat-x;
}

#wrap {
	position:relative;
	width:800px;
	margin:0 auto;
	border:10px solid #fff;
	background:#fff;
}

#header {
	position:relative;
	width:800px;
}

#nav {
	position:relative;
	width:800px;
	height:25px;
}

#main {
	position:relative;
	width:800px;
	border-bottom:1px solid #ccc;
}
	#content {
		position:relative;
		width:569px;
		float:left;
		padding-bottom:20px;
	}
	#side {
		position:relative;
		width:230px;
		float:left;
		z-index:2;
	}

#footer {
	position:relative;
	width:800px;
	padding:5px;
	font-size:0.85em;
}
#footer a {
	color:#6F2A8E;
}
										/* ---------- 5. navigation ---------- */ 

#nav {
	background:#6F2A8E;
}
	#nav a {
		display:block;
		height:25px;
		line-height:25px;
		padding:0 10px;
		color:#fff;
		float:left;
		font-weight:bold;
		font-size:0.9em;
	}
	#nav a:hover {
		background:#89C9F0;
		color:#000;
	}

										/* ---------- 6. page specific structure ---------- */ 

										/* ---------- 7. images ---------- */ 

										/* ---------- 8. forms ---------- */ 
