@charset "utf-8";
body {
	font-family: Calibri;
	font-size: 12px;
	color: #666;
	background-color: #030;
	background-image: url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#menu {
	width: 960px;
}
.text1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
}
.text2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000;
}
.errortext  {
		font-family: Verdana, Arial, sans-serif;
		font-size: 18px; 
		color: #900;
		text-align: center;
	}	
#container {
	margin: auto;
	width: 960px;
	padding: 0px;
}
#header {
	height: 100px;
	width: 960px;
}
#navigation {
	width: 960px;
}

#content {
	width: 940px;
	background-color: #FFF;
	padding: 10px;
	color: #333;
}
#footer {
	width: 960px;
	background-color: #FF9;
	text-align: center;
}
#slides {
	width: 940px;
}
.whitetext {
	color: #FFF;
}
.antispam {
	visibility: hidden;
	display: none;
	}