@charset "utf-8";
.destop {
}
article, aside, figure, footer, header, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #ffF;
}

body {
	color: #FFF;
	margin: 0px;
	width:auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#container {
	background: #FFF;
	width: 320px;
	height:  auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	
	}

#logo {
	background: #FFF; 
	width: 320px;
	height: 50px;
	padding-left: 8px;
	
	}
	
	
#title {
	background: #FFF; 
	width: 320px;
	padding-left: 8px;
	margin-top: 8px;
	font-size: 15pt;
	color: #0CF;
	
	}
	
		
#cover {
	background: #FFF; 
	width: 320px;
	margin-top: 8px;
	font-size: 15pt;
	color: #0CF;
	
	}
	
			
#lang {
	background: #FFF; 
	float : right;
	width: 50px;
	margin-top: 8px;
	font-size: 11pt;
	font-style: inherit;
	color: #999;
	}
	#lang a:link {
	color: #999;
	text-decoration: none;
	}
	#lang a:visited {
	text-decoration: none;
	color: #999;
	}
	#lang a:hover {
	text-decoration: underline;
	color: #999;
	}
	#lang a:active {
	text-decoration: none;
	color: #999;
	}
	
#meun {
	float:right;
	width: 320px;
	font-size: 15pt;
	color: #0CF;
	text-align:center;

	}


ul {
	padding:0px;
	list-style: none;
	margin-bottom: 5px;
	font-weight: bold;
	font-size:20px;
}
ul li {
	float: left;
	
}

ul a {
	display: block;
	width:300px;
	background:  #09F; 
	margin: 1px 10px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #618A37;
	padding:5px 0px 5px 0px;
	
}

#footer {
	
	background: #FFF; 
	float : left;
	width: 320px;
	margin-top: 8px;
	font-size: 11pt;
	color: #999;
	}
	#footer a:link {
	color: #999;
	text-decoration: none;
	}
	#footer a:visited {
	text-decoration: none;
	color: #999;
	}
	#footer a:hover {
	text-decoration: underline;
	color: #999;
	}
	#footer a:active {
	text-decoration: none;
	color: #999;
	}
	
#location {
	
	font-size: 12px;
	font-weight: bold;
	width: 320px;
	margin-left: 8px;
	float : left;
	color: #09F;
	}	
	#location a:link {
	color: #09f;
	text-decoration: none;
	}
	#location a:visited {
	text-decoration: none;
	color:#09f;
	}
	#location a:hover {
	text-decoration: underline;
	color: #09f;
	}
	#location a:active {
	text-decoration: none;
	color: #09F;
	}
	
#location2 {
	
	font-size: 12px;
	font-weight: bold;
	width: 320px;
	margin-top: 8px;
	padding:0px 0px 0px 0px;
	float : left;
	color: #09F;
	text-align: right;
	}	
	#location2 a:link {
	color: #09f;
	text-decoration: none;
	}
	#location2 a:visited {
	text-decoration: none;
	color:#09f;
	}
	#location2 a:hover {
	text-decoration: underline;
	color: #09f;
	}
	#location2 a:active {
	text-decoration: none;
	color: #09F;
	}
	

#content {
	float : left;
	width: 312px;
	height:auto;
	margin-top: 8px;
	margin-left: 8px;
	color: #333;
	}
	#content a:link {
	color: #09f;
	text-decoration: none;
	}
	#content a:visited {
	text-decoration: none;
	color:#09f;
	}
	#content a:hover {
	text-decoration: underline;
	color: #09f;
	}
	#content a:active {
	text-decoration: none;
	color: #09F;
	}