
* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000 url(images1/img01.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}




blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	color: #A6CAF0;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}


/* Header */

#header {
	width: 800px;
	height: 90px;
	margin: 0 auto;
	background: url(images1/title3.gif) repeat;
}

/* Header > Logo */

#logo {
	float: left;
	padding: 4px 0 0 0;
}

#logo h1 {
	text-transform: uppercase;
	font-size: 2em;
}

#logo h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Top Menu */

#topmenu {
	float: left;
}

#topmenu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: left;
	margin: 0 0 0 12px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}

#topmenu1 {
	background: url(images1/img03.gif) no-repeat left center;
}

#topmenu2 {
	background: url(images1/img04.gif) no-repeat left center;
}

#topmenu3 {
	background: url(images1/img05.gif) no-repeat left center;
}

/* Menu */

#menu {
	width: 750px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 26px;
	padding: 14px 18px 0 20px;
	background: url(images1/img0.gif) no-repeat;
	text-transform: ;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}



