@charset "UTF-8";
/* CSS Document */
/*
***************************************

	TYPOGRAPHY AND COLOR RULES

***************************************
*/

body {
	background: #06060a url(../images/background-main.jpg) repeat-x bottom left fixed;
	color: #828792;
	font-size: 76%;
	font-family: tahoma, geneva, arial, sans-serif; 
	font: 11pt/1.4em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin: 0 0 0pt 0;
	padding: 0;
	/*min-width: 800pt;*/
}
a:link {
	color: #68821d; 
	text-decoration: none; 
	font-weight: bold;
	
}
a:visited {
	color: #68821d; 
	text-decoration: none; 
	font-weight: bold;
	
}
a:hover {
	color: #4D4D40; 
	text-decoration: none; 

	
}
h1 {
	font-weight: bold;
	color: #596823;
	font-size: 12pt;
}

h2 {
	font-weight: bold;
	color: #596823;
	font-size: 18pt;
	text-transform:uppercase;
}
td {vertical-align: top;}

ul {list-style-image: url('../images/icons/bullet.gif'); margin: 2em 1.2em 1em 1.5em; list-style-position: outside; padding: 0pt;}
li {margin: 1.1em 0 0 0em;}


/*

***************************************

	LAYOUT RULES

***************************************

*/


#wrap {
	width: 450pt;
	margin: 0 auto 0pt auto;
	

}
#header {
	background: transparent;
	position: absolute;
	width: 450pt;
	height: 111pt;
	}

#logo {
	background: transparent;
	position: absolute;
	width: 316pt;
	height: 111pt;

	}


#bodywrap {
	width:450pt; 
	margin: 111pt auto 0pt auto; 
	background: #1c243e url(../images/back-all.jpg) no-repeat top left ;
	text-align: center;
	position: absolute;
	padding: 0pt 0 30pt 0;
	

}



#contentleft {display: none;

		}
	

	
#contentright {
		width:450pt;
		margin: 0pt 0pt 30pt 0pt;
		text-align: left;
		padding:0pt ;
		float:left;
			background:transparent;
		
}

#left {display: none;
	
		}
	

#right {
		
		padding:0pt 0pt 0pt 0pt;
		background:transparent;
	}



#footer {display: none;

}


#navigation {display: none;

}








/*

***************************************

	CLASS RULES

***************************************

*/

.bold {font-weight: bold;}
.italic {font-style: italic;}
.uppercase {font-weight: bold; text-transform: uppercase; color: #860042;}
