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

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

body {
	font-size: 1em;
	font-family: Georgia, serif;
	line-height: 1.33em;
	background: #650B0B;
	color:#999;
	/*background-image: url('/wallpaper2.png');
	background-repeat: repeat;*/
}


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

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

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;
}

#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;
}