body {
	background: #C0C0C0 url(images/background.gif) left top repeat;
	color: #FFFFFF; 
	font-family: "Calibri";
	font-size: 12pt;
	text-align: center;
	}
	
red {
	color: #FF0000;
	}
	
lblue {
	color: #0094FF;
	}

white {
	color: #FFF;
	}
	
#container {
	width: 1000px;
	float: center;
	margin: auto auto;
	}
	
.menu {
	background: url(images/menu_bg.gif) left top repeat;
	height: 40px;
	width: 1000px;
	text-align: left;
	}
	
.content {
	background: rgba(0,0,0,0.4);
	color: #FFFFFF;
	width: 530px;
	height: 530px;
	border: 3px solid #AD0000;
	border-top: none;
	float: left;
	margin-left: 100px;
	text-align: center;
	}
	
.content_t {
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	}
	
.side {
	background: rgba(0,0,0,0.4);
	color: #FFFFFF;
	width: 182px;
	height: 530px;
	border: 3px solid #AAAAAA;
	border-top: none;
	float: right;
	margin-right: 50px;
	}
	
.side_t {
	color: #AAAAAA;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	}
	
.side a:link {
	color: #FFFFFF;
	text-decoration: bold underline;
	}
	
.side a:visited {
	color: #FFFFFF;
	text-decoration: bold underline;
	}
	
.side a:hover, .side a:active {
	color: #FF0000;
	text-decoration: bold underline;
	}
	
.title_c {
	background: url(images/title1.gif) left top repeat;
	font-family: "eurostile";
	font-size: 22pt;
	text-align: center;
	height: 34px;
	width: 510px;
	border: 3px solid #AD0000;
	margin-top: 7px;
	margin-left: 7px;
	}
	
.title_s {
	background: url(images/title2.gif) left top repeat;
	color: #404040;
	font-family: "eurostile";
	font-size: 120%;
	text-align: center;
	height: 21px;
	width: 166px;
	border: 3px solid #AAAAAA;
	margin-top: 4px;
	margin-left: 0px;
	}

.img {
	float:center;
	margin-right: auto;
	border: none;
	}

a:link {
	color: #FF0000;
	text-decoration: underline;
	}

a:visited {
	color: #FF0000;
	text-decoration: underline;
	}

a:hover, a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
@font-face {
	font-family: eurostile;
	src: url('eurostile.ttf');
}