* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url('../images/header-rep.jpg');
	background-repeat: repeat-x;
	background-color: #eaf19b;
	font-family: Arial;
	font-size: 10pt;
	color: #404040;
}

#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 250px;
	width: 1000px;
	background-image: url('../images/header.jpg');
	margin-left: auto;
	margin-right: auto;
}

#header .links {
	padding: 197px 0 0 819px;
}

#header .links a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	line-height:;
	float: left;
	display: block;
	margin-top: 10px;
	margin-right: 5px;
	width: 84px;
	line-height: 33px;
	text-align: center;
}

#header .links a:hover {
	font-weight: bold;
}

#main #left {
	vertical-align: top;
	width: 172px;
	padding: 20px 0 20px 0;
}

#main #left .top {
	background-image: url('../images/sidebar_top.gif');
	height: 31px;
}

#main #left .box {
	background-image: url('../images/sidebar_rep.gif');
	text-align: center;
}

#main #left .bottom {
	background-image: url('../images/sidebar_bottom.gif');
	height: 31px;
}

#main #content {
	padding: 25px;
}

#main #content h1,
#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	background-image: url('../images/h1.gif');
	background-repeat: no-repeat;
	font-size: 11pt;
	line-height: 24px;
	padding: 0 0 0 10px;
	color: #ef7517;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	margin-top: 25px;
}

#main #content p {
	margin: 10px 0 10px 0;
}

#main #content a {
	color: #d40d0c;
}

#main #right {
	vertical-align: top;
	width: 172px;
	padding: 20px 0 20px 0;
}

#main #right .top {
	background-image: url('../images/sidebar_top.gif');
	height: 31px;
}

#main #right .menu {
	background-image: url('../images/sidebar_rep.gif');
	list-style-type: none;
	padding: 5px 0;
}

#main #right .menu li {
	border-bottom: 1px dashed #ef7517;
	line-height: 20px;
	padding: 3px 0 0 8px;
}

#main #right .menu li a {
	text-decoration: none;
	color: #a1ab4b;
}

#main #right .menu li a:hover {
	font-weight: bold;
}

#main #right .bottom {
	background-image: url('../images/sidebar_bottom.gif');
	height: 31px;
}
