@charset "utf-8";
/* CSS Document */
	* {
		margin: 0;
		padding: 0;
	}
	body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	}
	#container {
	width: 800px;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 1px solid #FFFFFF;
	}
	#logo {
		width: 800px;
		height: 250px;
		float: left;
		background: url(../images/skin/logo.jpg);
	}
	#menu {
		width: 800px;
		height: 25px;
		float: left;
		background: url(../images/skin/menu.jpg) #cdcbcb;
	}
	#menucont {
		width: 400px;
		height: 25px;
		margin: 0 auto;
	}
	#menucont ul {
		list-style: none;
		display: inline;
	}
	#menucont li {
		width: 100px;
		height: 18px;
		display: inline;
		text-align: center;
		margin: 0 auto;
		font-weight: bold;
	}
	#menucont a {
		width: 96px;
		height: 18px;
		padding-top: 5px;
		padding-left: 2px;
		color: #ffffff;
		text-decoration: none;
		display: inline;
		float: left;
		margin: 0;
	}
	#menucont a:hover {
		width: 96px;
		height: 18px;
		padding-top: 5px;
		padding-left: 2px;
		color: #000000;
		text-decoration: none;
		display: inline;
		float: left;
		margin: 0;
		background: url(../images/skin/menu_hover.jpg);
	}
	#content {
		width: 796px;
		float: left;
		background: #cdcbcb;
		padding: 2px;
	}
	#content ul {margin-left: 15px;}
	#footer {
		width: 796px;
		background: #666666;
		padding: 2px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.image {margin-left: 64px; margin-top: 25px;}
	.landscape {margin-left: 19px; margin-top: 25px;}