@import 'misc.css';

/* BASE */
* { margin: 0; padding: 0; outline: 0; }

body, html {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	color: #010000;
}

h1 {
	display: none;
}

p {
	padding: 0 40px 10px 40px;
	text-align: left;
	line-height: 18px;
}

img {
	border: 0;
}

/* MAIN BOXES */
#wrap {
	width: 1003px;
	height: auto;
	padding-top: 20px;
	margin: 0 auto;
}

#header {
	width: 1003px;
	height: 20px;
	float: left;
	background: #fff url(/share/images/site/index/header-line.gif) top left no-repeat;	
}

#top {
	width: 1003px;
	height: 122px;
	float: left;
	background: #fff url(/share/images/site/index/content-top.jpg) top left no-repeat;	
}

#content {
	width: 1003px;
	float: left;
	background: #fff url(/share/images/site/index/content-background.jpg) top left no-repeat;
	}

#content #left, #content #right {
	width: 271px;
	padding-left: 56px;
	float: left;
	text-align: center;
	}

	#content #left a, #content #right a {
		height: 130px;
		display: block;
	}

#content #center {
	width: 320px;
	padding-left: 10px;
	padding-top: 50px;
	float: left;
	text-align: center;
	}

	#content #center a {
		height: 110px;
		display: block;
	}

#content #right {
	padding-left: 10px;
	float: left;
	}

#bottom {
	width: 1003px;
	height: 155px;
	float: left;
	background: #fff url(/share/images/site/index/content-bottom.jpg) top left no-repeat;
}

#footer {
	width: 1003px;
	height: 70px;
	float: left;
	background: #fff url(/share/images/site/index/footer-background.gif) top left repeat-x;
	color: #747361;
}

	#footer p {
		padding: 20px 0 0 20px;
		line-height: 20px;
	}

	#footer a {
		color: #747361;
		text-decoration: none;
	}

	#footer a:hover {
		text-decoration: underline;
	}

#footer img {
	
}
