@charset "utf-8";
/* CSS Document */

body{
	background-image:url(images/bg-leather.jpg);
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1em;
	color:#ffffff
	}

#wrapper{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	border:#FFFFFF solid thin;
	}

#collage{
	float:right;
	width:440px;
	}
	
#content{
	background-color:#a20603;
	padding-left:23px;
	padding-right:23px;
	}

#right-sidebar{
	float:right;
	width:240px;
	background-color:#a6774c;
	border:#000000 solid thin;
	}

#left-sidebar{
	width:170px;
	background-color:#9b9e9f;
	border:#000000 solid thin;
	padding-right:10px;
	}

.white10{
	font-size: 1em;
	color:#ffffff} 	

.white11{
	font-size: 1.1em;
	color:#ffffff} 	


.white12{
	font-size: 1.2em;
	color:#ffffff} 	

.white12b{
	font-size: 1.2em;
	font-weight:bold;
	color:#ffffff} 	
	
.white8{
	font-size:.8em;
	color:#ffffff} 

.black8{
	font-size:.8em;
	color:#000000} 

.navigation{
	font-family:Arial Black, Helvetica, sans-serif;
	color:#FFFFFF;
	}
	
h1{
	font-weight:bold;
	font-size: 1.6em;
	color:#ffffff;
	text-align:center} 
	
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1em; 
	}

.white9{
	font-size: .9em;
	color: #333333;
	letter-spacing: 1px;
	line-height: 18px;
	color:#ffffff
}


#content{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	}

.picture-left{
	margin-right:20px;
	border:thin solid;
	}

.picture-right{
	margin-left:20px;
	border:thin solid;
	}
	
.picture-middle{
	margin-left:20px;
	margin-right:20px;
	border:thin solid;
	}
	
#content a:link { 
	color: #ffffff;
	text-decoration:underline;
	font-style:normal;
	}
	
#content a:visited { 
	color: #000000;
	font-style:normal;
	text-decoration:underline;
	}
	
#content a:hover { 
	color: #000000;
	text-decoration:underline;
	font-style:italic;
	}

#left-sidebar a:link { 
	color: #ffffff;
	text-decoration:none;
	}
	
#left-sidebar a:visited { 
	color: #ffffff;
	font-style:normal;
	text-decoration:none;
	}
	
#left-sidebar a:hover { 
	color: #a20603;
	text-decoration:none;
	}

#flash{
	width:440px;
	float:right;
	padding-left:15px;
	}
#footer{
	clear:both;
	padding-bottom:20px;
	}