* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
body {
	background-image:url(layout/bg.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	}
#container {
	width: 859px;
	margin-left: auto;
	margin-right: auto;
	background: #FFF;
	}
	#container #header {
		background-image:url(layout/head.gif);
		background-repeat:no-repeat;
		height: 112px;
		}
	#container #header #navigation {
		padding: 10px;
		float:right;
		margin-right:30px;
		margin-top:35px;
		}
		#container #header #navigation ul {
			list-style-type: none;
			}
			#container #header #navigation ul li {
				display: inline;
				}
				#container #header #navigation ul li a {
					display: inline;
					padding: 10px;
					font-weight: bold;
					color: #000;
					text-decoration: none;
					background-image:none;
					}
					#container #header #navigation ul li a:hover {
						color:#666;
						background-image:none;
						}
					#container #header #navigation ul li a.active {
						background-image:url(layout/bg-active.gif);
						background-repeat:repeat-x;
						}
	#container #over-img{
		height: 260px;
		}
	#container #over-tom{
		height: 33px;
		background-image:url(layout/bg-inne.gif);
		}
	#container #content {
		background-image:url(layout/bg-inne1.gif);
		background-repeat:repeat-y;
		}
		#container #content #left {
			width: 500px;
			margin-left:80px;
			float: left;
			}
		#container #content #right {
			width: 150px;
			float: right;
			margin-right:30px;
			}
		#container #content #full {
			width: 480px;
			clear: both;
			height:1px;
			margin-left:30px;
			}
	#container #footer {
		clear: both;
		height:153px;
		background-image:url(layout/foot.gif);
		background-repeat:no-repeat;
		}
h1{
	font-size:16px;
	margin-bottom:20px;
	}
p{
	margin-bottom:15px;
	}
p.links{
	margin-bottom:20px;
	}
a{
	color:#666;
	text-decoration:none;
	}
	a:hover{
		text-decoration:underline;
		}
a.links{
	color:#666;
	text-decoration:none;
	margin-bottom:20px;
	}
	a.links:hover{
		text-decoration:underline;
		}
