body {
	background:#fff;
	font-family:helvetica,arial,sans-serif;
	margin:35px auto 0 auto;
	padding:0;
	width:960px;
	}

h3 {
	margin:20px 0 0 0;
	padding:0;
	}
	
a, p a {
	color:#0000FF;
	text-decoration:none;
	}
	
a:hover, p a:hover {
	color:#0000FF;
	text-decoration:underline;
	}


h1 a {
	color:#000000;
	text-decoration:none;
	}
	
h1 a:hover {
	color:#000000;
	text-decoration:underline;
	}
	
.header {
	width:960px;
	float:left;
	background:#fff;
	text-align:center;
	}
.right {
	width:450px;
	float:right;
	background:#fff;
	padding:10px 15px 20px 5px;
	}
	
.left {
	width:454px;
	float:left;
	background:#ffffff;
	padding:10px 5px 20px 15px;
	border-right:1px solid #ccc;
	}

.right h1, .left h1{
	text-align:center;
	font-family: Tahoma, Geneva, Verdana;
	}
	
.thumbs {
	display:block;

	}
	
.thumbs a img{
	width:100px;
	height:100px;
	margin-right:10px;
	float:left;
	border: 1px solid #ccc;
		margin-bottom:20px;
	}

.list {
	clear:both;
	}
	
.list ul {
	padding:5px 0 0 0;
	margin:0;
	font-size:.8em;
	}
	
	
.list ul li{

	display:inline;	
	width:50%;
	float:left;
	padding:0;
	margin:0;

	}
	
	