/*------------------------------------------------*/
/*--              SHELL STRUCTURE             --*/

* {
	margin:0;
	padding:0;
	}

html {
	margin: 0 auto;
	padding: 0;
	background: #fff url("images/bg_main.jpg") top center repeat-y;
	}

body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background: transparent url("images/bg_header2.jpg") top center no-repeat;
	}	

div#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}

div#header {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	height: 550px;
	}
	
div#content {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 880px;
	min-height: 400px;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	}
	
div#left-column {
	display: block;
	width: 420px;
	margin: 0;
	padding: 0 0 40px 0;
	float: left;
	}
	
div#right-column {
	display: block;
	width: 420px;
	margin-left: 40px;
	padding:  0 0 40px 0;
	float: left;
	}
	
div.clear {
	clear: both;
	}
	
/*------------------------------------------------*/
/*--                 SITE WIDE                     --*/

@font-face {
	font-family: "Komikax";
	src: url("KOMIKAX.ttf");
	}
	
@font-face {
	font-family: "Caviar";
	src: url("CaviarDreams_Bold.ttf");
	}
	
@font-face {
	font-family: "Tonight";
	src: url("Tonight.ttf");
	}


a img {
border: 0;
	}

a, a:link, a:visited {
	text-decoration: underline;
	color: #E11500;
	font-weight: normal;
	}

a:hover {
	text-decoration: none;
	color: #E11500;
	}

a:active { 
	outline: none; 
	}

a:focus { 
	-moz-outline-style: none; 
	}
	
	

h1 {
	font: 2.5em "Caviar", "Georgia", Georgia, "Times New Roman", Times, serif;
	line-height: 1.2em;
	color: #B5001D;
	margin: 0;
	padding: 0 0 20px 0;
	letter-spacing: -1px;
	}
	
h2 {
	margin: 0 0 20px;
	padding: 0;
	color: #F63;
	font-family: "Georgia", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	}
	
p {
	margin: 0;
	padding: 0 0 20px 0;
	}
	
b {
	color: #74213B;
	}
	
ul.list {
	margin-left: 30px;
	padding-bottom: 20px;
	list-style: none;
	}

ul.list li {
	display: block;
	margin: 0;
	padding: 0 0 8px 26px;
	min-height: 20px;
	background: #fff url("images/starbullet.jpg") top left no-repeat;
	}
	
blockquote {
	padding: 6px 0 20px 40px;
	}

#flashcontent {
	height: 480px;
	}
	
#flashcontent caption {
	color: #343434;
	}	
	
.comment {
	font-family: "Georgia", Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666;
	}
	
img.framed {
	padding: 4px;
	background-color: #FFF6C9;
	border: 1px solid #E8DFA8;
	}
	
/*------------------------------------------------*/
/*--          MAIN NAVIGATION                 --*/

#lava {
	position: relative; 
	text-align: center; 
	width: 500px; 
	height: 48px;
	}

#lava ul {
	margin: 0; 
	padding: 0; 
	list-style: none; 
	display: inline;
	position: absolute; 
	left: 5px; 
	top: 476px; 
	z-index: 100;
	}

#lava ul li {
	margin: 0 8px;
	float: left;
	}
	
#lava ul li a, #lava ul li a:link, #lava ul li a:visited {
	font: .9em "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	}
	
#lava ul li a:hover {
	color: #FEB244;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
	}

#lava #box {
	position: absolute; 
	left: 0; 
	top: 470px; 
	z-index: 50; 
	background: #732B41; 
	height: 31px;
	padding-right: 10px;
	margin-left: -10px;
	}

#lava #box .head {
	background: #732B41;
	height: 31px;
	padding-left: 8px;
	}


/*------------------------------------------------*/
/*--          SITE SPECIFICS                 --*/


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

div#footer {
	margin: 0 auto;
	padding: 0 ;
	display: block;
	color: #CEB175; 
	text-align: center;
	font: 13px "Georgia", "Times New Roman", Times, serif;
	letter-spacing:1px;
	height: 74px;
	clear: both;
	background: #fff url("images/bg_footer.jpg") bottom center no-repeat;
	}

div#footer a, div#footer a:link, div#footer a:visited {
	color: #CEB175;
	text-decoration: underline;
	}
	
div#footer a:hover {
	color: #CEB175;
	text-decoration: none;
	}
	
div#footer p {
	margin-top: 0;
	}
	

