

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(images/img01.gif) repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #88888A;
}

h1, h2,.hdrei {
	color: #313131;
}

h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}

h2, .hdrei {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}


p, ul {
	margin-bottom: 1.5em;
	line-height: 167%;
	font-size: 107%;
}

ul {
	padding-left: 5em;
	list-style:square;
}

li {
	padding-left: 1em;
}

a {
	text-decoration: none;
	color: #313131;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Menu */

#menu {
	width: 740px;
	height: 60px;
	margin: 0 auto;
	padding:0 0 0 20px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
	background: none;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	padding: 20px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
}

#menu a:hover {
	background: #000000;
	text-decoration: none;
	color: #FFFFFF;
}

#menu b {
	text-decoration: underline;
}

/* Logo */

#banner {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #000000 url(images/img02.jpg)
}


/* Page */

.img {
	float:left;
	padding:5px 10px 0 0;
}

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	padding: 20px 30px 20px 50px;
}


/* Footer */

#footer {
	text-align:center;
}