/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

/* html { min-height: 100%; margin-bottom: 1px; } */

body {
	font-size: 0.85em;
	font-family: Georgia, serif;
	line-height: 1.33em;
	background: #650B0B;
	color:#999;
	background-image: url('/files/32_background.gif');
	background-repeat: repeat;
	text-shadow: 1px 1px 3px #333;
}

.caslon {
	font-size: 1.7em;
	font-family: grouch, ITCCaslon, Georgia, serif;
	line-height: 1.33em;
	color:#ccc;
	text-shadow: 1px 1px 3px #000;
	height:90px;
}

.tight {
	height:1.33em;
}

#homeleft {
	position:relative;
	float:left;
	width:295px;
	margin:0 10px 0 0;
	color:#fff;
}
#homeleft a{color:#ccc;text-shadow: 1px 1px 3px #000;}

#homeright {
	position:relative;
	float:left;
	width:295px;
	margin:0;
	color:#fff;
}
#homeright a{color:#ccc;text-shadow: 1px 1px 3px #000;}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #666; text-shadow: 0px 0px 0px #333; }
a:active { text-decoration: none; color: #fff; text-shadow: 0px 0px 0px #333; }
a:visited { text-decoration: none; color: #666; text-shadow: 0px 0px 0px #333; }
a:hover { text-decoration: underline; color: #fff; text-shadow: 0px 0px 0px #333; }

a img { border: none;  }


#menu {
    width: 190px;
/*    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%; 
	background-color: #650B0B;*/
	text-align:right;
	float:left;
	
	text-shadow: 0px 0px 0px #333;
}

#menu ul {
	list-style: none;
	margin: 0 0 1.33em 0;
}

#menu ul li.section-title { }

#content {
    height: 100%;
    width: 600px;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    /*padding: 15px 15px 25px 15px;*/
    padding-top: 25px;
}

#content p { width: 600px; margin-bottom: 1.33em; }

p {
    margin: 0 0 1.33em 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 1.33em 0; }

#img-containerÊspan.backgroundedÊa,
#img-containerÊa.thickbox,Ê
#img-containerÊa.thumb-img,Ê
#img-containerÊ#d-col1Êa,
.img-botÊ{Êbackground:Êtransparent;Êborder:Ê10pxÊsolidÊ#999;}
	
#once { clear: left; }

.sml {
	font-size: 0.7em;
	line-height: 1.33em;
}

/* ADDED 090719 FOR FULL SCREEN BACKGROUNDS */

#the-background {
position: absolute;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}
