/* Body */

body {
	margin: 0;
	padding: 0;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000000
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}


a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 855px;
	height: 180px;
	margin: 0 auto;
}


/* Menu */

#menu {
	width: 855px;
	height: 70px;
	margin: 0 auto;
	background:url(../images/menuline.jpg) repeat-x;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(../images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

.menu .first a {
	background: none;
}