/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

html {
	background:#aaa28f url("images/bg.png");
}

body {
	font:1em "Times New Roman";
	color:#5c4c38;
	background:url("images/top-bg.jpg") repeat-x center top;
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

h1 {
	margin-bottom:10px;
	font:normal 1.3em "Times New Roman";
}

/* Structure */

.wrapper {
	background:url("images/wrapper.jpg") repeat-y center top;
	width:1001px;
	margin:0 auto;
}

	.wrapper:after {
		clear:both;
		display:block;
		content:"";
	}

.container {
	width:100%;
	float:left;
	margin-right:-267px;
}

/* Header */

.header {
	position:relative;
	background:url("images/header.jpg") no-repeat center top;
	height:314px;
}

	.logo {
		position:absolute;
		top:50px;
		left:292px;
	}

/* Content */

.content {
	margin-right:267px;
}

/* Central column */

.main {
	margin:0 0 30px 272px;
	width:462px;
	background:url("images/main.png") repeat-y center;
}

	.main .ins {background:url("images/main.png") no-repeat right bottom;}
		.main .ins .ins {
			background:url("images/main.png") no-repeat left top;
			padding:37px 27px;
		}

/* Left column */

.leftside {
	width:240px;
	float:left;
	margin:-314px 0 0;
	position:relative;
	padding:0 0 230px;
}

	/* Menu */

	.menu {
		width:163px;
		height:334px;
		background:url("images/menu-bg.jpg") no-repeat left top;
		margin:0 0 45px 29px;
		padding:87px 0 0 21px;
	}
	
		.menu li {margin:0 0 23px;}
		
			.menu img {vertical-align:top;}
			.menu a {outline:none;}
		
	/* Service */
	
	.service {margin:0 0 0 69px;}
	
		.service li {margin:0 0 35px;}
	
/* Right column */

.rightside {
	width:214px;
	float:right;
	margin:-314px 0 0;
	padding:85px 15px 170px 11px;
	position:relative;
}

	/* Wanted */

	.wanted {
		background:url("images/wanted.jpg") no-repeat left top;
		margin:0 0 33px 26px;
		width:83px;
		height:357px;
		padding:55px 60px 0 37px;
		text-align:center;
	}
		
		.wanted li {
			margin:4px 0 0;
			padding:0 0 4px;
			vertical-align:top;
		}
			.wanted ul img {border:3px solid #4c3d22;}
		
		.wanted img {vertical-align:top;}
		.wanted p {
			line-height:0;
			font-size:0;
		}
	
	.ad {
		text-align:center;
		margin:0 0 20px;
	}
	
/* Footer */

.footer {
	clear:both;
	height:32px;
	background:url("images/footer.jpg") repeat-x center bottom;
	text-align:center;
	color:#eadcbc;
	font:0.82em/32px "Times New Roman";
}

	.footer .ins {
		width:1001px;
		margin:0 auto;
		position:relative;
	}
	
	.l-bg {
		position:absolute;
		width:228px;
		height:210px;
		display:block;
		background:url("images/l-bg.jpg") no-repeat;
		top:-210px;
		left:11px;
	}	
	
	.r-bg {
		position:absolute;
		width:226px;
		height:163px;
		display:block;
		background:url("images/r-bg.jpg") no-repeat;
		top:-163px;
		left:761px;
	}
