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

body {
		background: #ffffff url(fond.jpg) no-repeat top center;
		color:#FFFFFF;
		font-family:Arial,"Times New Roman",Times,serif;
		font-size:8px;
		margin:0;
	}

#body {
	width: 940px;
	height: auto;
	margin-left: auto; 
    margin-right: auto; }
	
#header {
	background-image: url(logo.png);
	width : 940px;
	height: 134px;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 50px;
	margin-left: auto;
  	margin-right: auto; }
	
#spacer {
	margin-top: 0px;
	height:10px;
	width: 940px;
	background-image:url(spacer.png);
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-left: auto;
  	margin-right: auto; }
	
#topics {
	margin-top: 0px;
	height: 30px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	line-height: 30px;
	vertical-align: middle;}

#content {
	margin-top: 0px;
	height: 450px;
	width: 940px;
	margin-left: auto;
	margin-right: auto; }
	
#project {
	background-color: #333;
	height: 30px;
	width: 940px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	
	-moz-box-shadow: 0px 0px 20px #888;  
    -webkit-box-shadow: 0px 0px 20px #888;  
    box-shadow:4px 4px 6px #888; }
	
#bottom {
	margin-top: 0px;
	padding-top: 20px;
	height: 100px;
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000;
	text-align: center; }
	
.project {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
	text-align: left;
	line-height: 30px;
	vertical-align: middle;
	padding-left: 10px; }
	
.projectname { font-style: italic; }
.facebook { font-style: italic; }
.facebook a { font-family: Georgia, "Times New Roman", Times, serif; color:#000; font-size: 11px; text-decoration:none; font-style: italic; }
.facebook a:hover { font-family: Georgia, "Times New Roman", Times, serif; color:#000; font-size: 11px; text-decoration:none; font-style:normal; }
	
	
a { font-family: Georgia, "Times New Roman", Times, serif; color:#000; font-size: 11px; text-decoration:none; }
a:hover { font-family: Georgia, "Times New Roman", Times, serif; color:#fff; font-size: 11px; text-decoration:none; }

