@charset "utf-8";
/* CSS Document */
body{
	font:12px/18px;
	margin:0;
	background-image:url(../pic/logo.jpg);
	background-repeat:no-repeat;
	background-position:-5px 5px;
	}
#header{
	background:none;
	width:1024px;
	margin:0px auto;
	}
#footer {
    background:#FF0000;
	position:relative;
	width:100%;
	margin:0 auto;
	}
#pro_Menu {
    position:fixed;
	top:10px;
	}
.title {
    margin:20px;
    font-size:16px;
	}
a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color:#666666;
	text-decoration: none;
}
h2{
	margin:0;
	padding:20px;
	color:#FF9900;
	}
li {
   color:#996600;
   }
p{
	padding:20px;
	text-indent:2em;	
	margin:0;
	}
#subMenu {
	position:absolute;
	width:15%;
	left:2px;
	top:4px;
	}
#container {
	position: relative;
	width:100%;
	margin:0 auto;
	margin-top:100px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: solid;
	border-right-color: #5e8eab;
	border-left-color: #5e8eab;
	}

#content {
	padding-left:50px;
	margin-right: 200px;
	margin-left: 200px;
	font-size:14px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #5e8eab;
	border-left-color: #5e8eab;
	}
#side {	
	width: 20%;
	position: absolute;
	right: -20px;
	top: 0px;
	}
#innerMenu {
    position:relative;
    width:500px;
	margin-left:220px;
	}
.News {
    font-size:1.5em;
    color:#FF0000;
	}
.title {
    font-size:2em;
	}
#mainMenu{
	padding-left:30px;
	margin-right: 200px;
	margin-left: 200px;
	font-size:14px;
	margin-top:5px;
	padding-top:5px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #5e8eab;
	border-left-color: #5e8eab;
}
#language_selector {
    width:200px;
	position:absolute;
	top:5px;
	left:1000px;
	}  
#container #content th {
	background-image: none;
}
