@charset "utf-8";
/* CSS Document */

/*TEXT STYLES/////////////////////////////*/

h3{
	font-size:14px;
	font-weight:bold;
	font-style: italic;
	}
	
h4{
	font-size: 10px;
	color: #666666;
	}	

a:link{
	text-decoration: underline;
	color: #333333;
	}
	
a:hover{
	text-decoration: underline;
	color: #000000;
	}	
	
a:active{
	text-decoration: underline;
	color: #333333;
	}	
	
a:visited{
	text-decoration: underline;
	color: #333333;
	}
	
a:link.white{
	text-decoration:underline;
	color:#FFFFFF;}
	
a:hover.white{
	text-decoration:underline;
	color: #FFFF33;
	}
	
a:active.white{
	text-decoration:underline;
	color: #FFFF33;
	}
	
a:visited.white{
	text-decoration:underline;
	color: #FFFFFF;
	}
		
/*///////////////////////////////////////*/
	
body{
	background-image:url(images/layout/back-tile.jpg);
	background-repeat: repeat-x;
	background-color:#000000;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
#container{
	position: relative;
	width: 837px;
	background-color:#000000;
	}
	
#back{
	position: relative;
	top: -260px;
	background-color: #363415;
	width: 827px;
	z-index: 25;
	}

#flash{
	position: relative;
	top: 10px;
	z-index: 1;
	background-color:#363415;
	}
	
#content{
	position: relative;
	width: 815px;
	z-index: 1;
	background-color:#FFFFFF;
	}	
			
#header{
	position:relative;
	z-index: 50;
	}	
	
#title{
	z-index: 101;
	text-align: center;
	width: 763px;
	position:relative;
	padding-top: 70px;
	font-size:16px;
	font-weight: bold;
	}	
	
#text{
	z-index: 100;
	position:relative;
	padding: 20px 30px 10px 30px;
	text-align:left;
	}		
	
#bottom{
	z-index: 5;
	position:relative;
	background-color: #363415;
	color: #FFFFFF;
	font-size:10px;
	text-align: left;
	}		
	
#marble{
	background-image:url(images/marble.jpg);
	background-repeat:no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding: 30px;
	color: #FFFFFF;
	font-weight:bold;
	text-align:center;
	}
	
.noborder{
	border: none;
	}	
	
