@charset utf8;

* {
	margin: 0;
	padding: 0;
}

body {
	/* color: #888888;*/
	color: #000000;
	font-size: 14px;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/top_background.jpg) top left repeat-x;
}

a {
	/* color: #888888;*/
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 980px;
}

/* header section */
#header {
	position: relative;
	height: 195px;
	z-index: 1;
}

/* mid contents */
#content {
	position: relative;
	z-index: 0;
}

/* mid contents , right side container */
#main {
	float: right;
	width: 665px;
}

/* mid contents , left side container */
#lefter {
	float: left;
	width: 285px;
	margin-left: 5px;
}

/* footer section */
#footer {
	clear: both;
	color: #666666;
	font-size: 12px;
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-left: 330px;
	padding-bottom: 10px;
	border-top: 1px #666666 solid;
	margin-top: 20px;
}