@import 'reset.css';
@import 'layout.css';
@import 'header.css';
@import 'content.css';
@import 'footer.css'; 

BODY {
	background:#F2EDE7 url(../i/bgs/body.jpg);
	font: 14px/1.3 'Times New Roman',Times,serif;
	color: #000;
	}
.body-wrapper {
	background:url(../i/bgs/body-wrapper.png) 50% 0 repeat-y;
	}
.body-wrapper_2 {
	background:url(../i/bgs/body-wrapper_2.png) no-repeat 50% 60px;
}
.body-wrapper_3 {
	/* background:url(../i/bgs/body-wrapper_3.png) no-repeat 50% bottom; */
}

/* Links
---------------------------------------- */
A {
	color:#231F20;
	text-decoration:underline;
	}
A:hover {text-decoration:none;}

/* Form Elements
---------------------------------------- */
INPUT,
TEXTAREA,
SELECT {
	font:12px/1 Arial,sans-serif;
	color:#231F20;
	vertical-align:middle;
	}
TEXTAREA {line-height:1.3;}

/* Main Separator
---------------------------------------- */
.main-sep {
	width:780px;
	height:15px;
	margin:0 auto 38px;
	font-size:0;
	background:url(../i/bgs/main-sep.png) no-repeat;
	}
	.main-sep HR {display:none;}

/* Icons
---------------------------------------- */
.ico {
	position:absolute;
	background:url(../i/ico/icons.png) no-repeat;
	border:none;
	font-size:0;
	}
.rss {
	width:16px;
	height:16px;
	margin:2px 0 0 10px;
	-moz-box-shadow:3px 5px 5px #ADA69C;
	-webkit-box-shadow:3px 5px 5px #ADA69C;
	box-shadow:3px 5px 5px #ADA69C;
	}