@charset "utf-8";
/* CSS Document */

body{
	background-color:#000000;
	text-align:center;
	}

#wrapper{
	margin-top:-20px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	}

#content{
	margin-top:-2px;
	}
	
#bottom{
	margin-top:-20px;
	background-repeat:no-repeat;
	}

.white10b{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bold;
	color:#FFFFFF} 

.picture-left{
	margin-right:10px;
	border:thin solid;
	}

.picture-right{
	margin-left:10px;
	border:thin solid;
	}
	
.picture-middle{
	margin-left:10px;
	margin-right:10px;
	border:thin solid;
	}
	
a:link { color: #ffffff;
	font-weight:bold;
	text-decoration:none;}
	
a:visited { color: #ffffff;
	text-decoration:none;}
	
a:hover { color: #bb2320;
	font-weight:bold
	}
