body {
	font-fadmily: Verdana, Geneva, sans-serif;
	font-family: Arial;
	font-size: 12px;
	background: url(../images/background.jpg) no-repeat;
} 

#wrapper {
	margin-top: 30px;
	margin-left: 25px;
}

#header {
	height:103px;
}

#menu {
	height:23px;
	background: url(../images/menu.jpg) no-repeat;
	color: white;
	vertical-align: center;
}

#context {
	width: 658px;
	height: 600px;
	background-color: #E6E9EA;
	opacity: .8;
	filter: alpha(opacity=80);
}

#context2{
	width: 658px;
	min-height: 850px;
	background-color: #E6E9EA;
	opacity: .8;
	filter: alpha(opacity=80);
}

#main {
	position: absolute;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	width: 468px;
	background-color: white;
	border: medium solid silver; 
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#main2{
	margin-top: 14px;
	margin-left: 10px;
	margin-right: 10px;
	width: 628px;
	background-color: white;
	border: medium solid silver; 
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#text {
	padding: 10px;
	font-weight:bold;
}

#text2 {
	padding: 7px;
	font-size: 11px;
	font-weight:bold;
}


#side-top {
	position: absolute;
	margin-top: 5px;
	margin-left: 495px;
	width: 136px;
	height: 235px;
	background-color: white;
	border: medium solid silver; 
}

#side-text {
	padding-left: 5px;
	padding-right: 3px;
	font-size: 11px;
	font-weight:bold;
}

#news {
	position: absolute;
	margin-top: 330px;
	margin-left: 10px;
	margin-right: 10px;
	width: 468px;
	height: 195px;
	background-color: white;
	border: medium solid silver; 
	opacity: 1.0;
	filter: alpha(opacity=100);
}

#news-text {
	padding: 11px;
	font-weight:bold;
}

#side-bot {
	position: absolute;
	margin-top: 260px;
	margin-left: 495px;
	width: 136px;
	height: 265px;
	background-color: white;
	border: medium solid silver; 
}

#video {
	position: fixed;
	bottom: 0px;
	left: 692px;
}

#video2 {
	position: fixed;
	bottom: 0px;
	left: 692px;
}


#footer {
	position: absolute;
	margin-top: 550px;
	margin-left: 10px;
	width: 625px;
	height:18px;
	background: url(../images/footer.jpg) no-repeat;
	color: white;
	vertical-align: center;
	text-align: left;
	font-size: 10px;
	font-weight:bold;
	border-width: thin;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

