		/* PAGE */

body {
	margin: 0;
	padding: 0;
	background: white;
}

#page {
	background: url(images/back_index.png) repeat-x left top;
}

#cover {
	width: 810px;
	text-align: left;
	font: 15px Arial, Helvetica, sans-serif;
	color:  #333;
	margin: 0 auto;
}

img {
	border: 0;
}

a {
	color: #FE4506;
}

a:visited {
	color: #FE4506;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
	overflow: hidden;
}


		/* MENU */

#menu {
	padding: 38px 0 0 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #3A4A5A;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	border-right: 2px solid #3A4A5A;
	padding: 0 10px;
	height: 26px;
	text-decoration: none;
	color: #CAD0C0;
}

#menu a#last {
	border-right: 0;
}

#menu a:visited {
	color: #CAD0C0;
}

#menu a:hover {
	background: #3A4A5A;
}

#menu li.active a {
	color: #586878;
}

#menu li.active a:visited {
	color: #586878;
}


		/* HEADER */

#header {
	margin: 0 auto;
	height: 106px;
	background: url(images/logo_index.png) no-repeat;
	border-top: 20px solid #192227;
}


		/* SIGN */

#sign {
	float: left;
	height: 322px;
}

#left {
	float:left;
}

#right {
	float:left;
}


		/* CONTENT */

#main {
	float: left;
	width: 470px;
	padding-bottom: 40px;
	line-height: 150%;
}

#sidebar {
	float: right;
	width: 300px;
	line-height: 150%;
}

#sidebar img {
	border: 4px solid #DEE4E9;
	margin-bottom: 20px;
}

.title1 {
	font-size: 32px;
	letter-spacing: -2px;
	color: #fff;
	padding: 20px 0 0 15px;
}

.title2 {
	font-size: 32px;
	letter-spacing: -2px;
	color: #fff;
	padding: 20px 15px 20px 0;
	text-align: right;
}


		/* FOOTER */

#footer {
	clear: both;
	padding: 50px 0 50px 0;
	background: #283740;
	border-top: 10px solid #192227;
	text-align: center;
}

#footer p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #94B3B6;
}

#footer a {
	color: #94B3B6;
}

#footer a:visited {
	color: #94B3B6;
}