@font-face
{
font-family: test;
src:url("fonts/MTCORSVA.ttf");
}@font-face
{
font-family: test2;
src:url("fonts/MTCORSVA.otf");
}
@font-face
{
font-family: title;
src:url("fonts/FTLTLT.ttf");
}@font-face
{
font-family: title2;
src:url("fonts/FTLTLT.otf");
}







.main {
	/*background-image: url(images/IMG.jpg);*/
	background-repeat:no-repeat;
	background-size: 100%;
	width: 100%;
	background-attachment:fixed;
/*	background-color: #d9d0c1;*/

}
.TopMid {
	/*background-color: #d9d0c1;*/
	color: #FFF;
	border-radius: 10px;

}
.Sides {
	width: 1.22%;
}
.TopImage {
	width: 205px;
}
.MidMid {
	/*background-color: rgba(255,255,255,.6);*/
	border-radius: 10px;
	
}
.MidMid table {
	margin:1.5%
}
.footer {
	background-color: #F9D99A;
	color: #03F;
	font-weight: bold;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #03F;
	border-right-color: #03F;
	border-bottom-color: #03F;
	border-left-color: #03F;
	height: 55px;
	text-align: center;
	vertical-align: middle;
}
.footer a{
	color:#09F;
}
.TitleSmall {
	margin-left: 20px;
	margin-top: 5px;
	font-size: 24px;
	font:"Arial Black", Gadget, sans-serif;
}
.TitleBig {
	font-size: 88px;
	font-family:test, test2;
	text-shadow:3px 5px 10px #000;
	text-align:center;
	
}
.TitleNorm {
	font-size: 32px;
	text-align:center;
	text-decoration:underline;
	font-family:title, title2;
	
	
}
.list ul li{
	display:block;
	text-decoration:none;
	text-align:left;
	
}
.links td{
	text-align:center;
	font-size:26px;
}
.links td a{
	color:#09F;
}









#carousel {
	width: 960px;
	overflow:hidden;
}

#carousel ul {
	width: 2880px;
	padding: 0;
	margin: 0;
}

#carousel ul li {
	width:960px;
	text-align: center;
	height: 540px;
	list-style: none;
	float:  left;
}