/* ----- GENERAL ----- */

body 	{
	background: #000 url(images/floral_black.jpg) fixed;
	font: 11px "Arial", "Tahoma", "Verdana", "Lucida Sans", sans-serif;
	margin: 0 auto;
	padding: 25px;
	color: #FFF;
	letter-spacing: 1px;
	text-align: justify;
	text-decoration: none;
	}

img 	{
	border: 0px;
	}

b, strong {
	color: #039;
	}

i, em 	{
	color: #039;
	}

a 	{
	font: 10px  "Arial", "Tahoma", "Verdana", "Lucida Sans", sans-serif;
	color: #E30000;
	letter-spacing: 2px;
	text-decoration: underline;
	text-transform: capitilize;
	}

a:hover	{
	font: 10px  "Arial", "Tahoma", "Verdana", "Lucida Sans", sans-serif;
	position: relative;
	top: 1px;
	left: 1px;
	color: #E30000;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: capitilize;
	}

p	{
	text-indent: 10px;
	}

h1 	{
	border-bottom: 1px solid #e30000;
	font: 18px "Georgia", "Palatino Linotype", "Times New Roman", serif;
	font-style: italic;
	padding: 5px;
	color: #e30000;
	letter-spacing: 2px;
	text-align: right;
	text-transform: lowercase;
	}

h2 	{
	border-bottom: 1px solid #e30000;
	font: 16px "Georgia", "Palatino Linotype", "Times New Roman", serif;
	font-style: italic;
	padding: 5px;
	color: #e30000;
	letter-spacing: 2px;
	text-align: right;
	text-transform: lowercase;
	}
	

/* ----- WRAPPER ----- */

#wrapper {
	clear: both;
	display: inline;
	width: 800px;
	margin: 0 auto;
	padding: 10px;
	color: #000;
}

/* ----- HEADER ----- */

#header	{
	background: url(images/lovelust_header.png) no-repeat 10px 10px;
	display: block;
	width: 800px;
	height: 530px;
	margin: 0 auto;
	padding: 10px;
	}

/* ----- CONTENT ----- */

#content {
	background: url(images/floral_white.jpg) fixed;
	display: block;
	float: right;
	width: 280px;
	height: 530px;
	padding: 0 9px;
	overflow: auto;
}

/* ----- NAV ----- */

#nav	{
	clear: both;
	margin: 0 auto;
	padding: 10px;
	color: #000;
	text-align: center;
	}

#nav a	{
	background: url(images/floral_red.gif) fixed;
	border: 2px solid #000;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	position: relative;
	top: 0px;
	left: 0px;
	color: #EBEBEB;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: lowercase;
	text-style: italic;
	}

#nav a:hover {
	background: url(images/floral_white.jpg) fixed;
	border: 2px solid #000;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
	padding: 5px;
	color: #e30000;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: lowercase;
	text-style: italic;
	}

/* ----- FOOTER ----- */

#footer {
	width: 800px;
	font: 9px "Georgia", "Palatino Linotype", "Times New Roman", serif;
	margin: 0 auto;
	padding: 10px;
	color: #ccc;
	text-align: right;
	text-decoration: none;
	text-transform: lowercase;
	}
