* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #707070;
}

p {
	line-height: 16px;
	padding-bottom: 15px;
	text-align: justify;
}

i {
	color: #898989;
}

a {
	color: #707070;
	text-decoration: none;
}

.clear { clear: both; }

.to-right { text-align: right; }

#container {
	width: 800px;
	margin: auto;
}

	#top {
		width: 100%;
		position: relative;
		height: 100px;
	}
	
		#logo {
			position: absolute;
			top: 25px;
			width: 100%;
			text-align: center;
		}
		
		#agency {
			position: absolute;
			top: 45px;
			right: 20px;
		}
		
	#bilboard {
		margin: 10px 0 30px 0;
	}
	
	#content {
		width: 680px;
		margin: auto;
	}
	
		#content .item {
			margin: 20px 0;
		}
	
		#content .left {
			width: 350px;
			float: left;
		}
		
		#content .right {
			width: 300px;
			float: right;
		}
		
		#content .right .item {
			float: right;
		}
	
		#footer {
			padding: 12px 0;
			border-top: 1px solid #B1B1B1;
			border-bottom: 1px solid #B1B1B1;
			line-height: 20px;
			text-align: center;
			margin: 0 0 15px 0;
		}
		
ul {
	list-style: none;
	padding: 0 10px 10px 10px;
}

ul li {
	padding-left: 10px;
	background: url('images/arrow.gif') no-repeat 0 50%;
	margin-bottom: 3px;
}
