
* {
	margin: 0;
	padding: 0;
}

body {
	background: url(gfx/bkrnd_commercial.jpg) repeat-x;
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
}


h1, h2, h3, {
	margin: 0;
	color: #000099;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.8em;
}

h3 {
	margin-bottom: 1em;
	font-size: 14px;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #33CC00;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
}

p {
}

blockquote {
}

ul {
	margin-left: 2em;
	list-style: square;
}

ul li {
}

ol {
	margin-left: 2em;
	list-style: lower-roman;
}

ol li {
}

a {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold; 
	text-decoration: none;
	color: #FFFF00;
}

a:hover {
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold; 
	text-decoration: none;
	color: #33CC00;
}

img {
	border: none;
}



/* Header */

#header {
	width: 800px;
	height: 140px;
	margin: 0 auto;
	background: url(gfx/hdr_commercial.jpg) no-repeat;
}


/* Header > Top Menu */

#topmenu {
	float: right;
}

#topmenu ul {
	margin: 10;
	padding: 20px 20px 20px 0;
	list-style: none;
	line-height: normal;
}

#topmenu li {
	display: inline
}

#topmenu a {
	display: block;
	float: center;
	margin: 0 0 0 10px;
	padding: 0 0 0 8px;
/*	text-transform: uppercase; */
	text-decoration: none;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold; 
	color: #FFFFFF;
}

#topmenu a:hover {
	text-decoration: underline
}


/* Menu */

#menu {
	width: 800px;
	height: 10px;
	margin-top: 40px;
	float: right;
}

#menu ul {
	margin-top: 200;
/*	list-style: none; */
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: right;
	height: 10px;
	padding: 5px 10px 0 10px;
	background: url(images/img06.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #33CC00;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	padding-left: 0;
	background: none;
}


/* Content */

#content {
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0 0px;
}

/* Content > Main */

#main {
	float: center;
	width: 800px;
}


#welcome {
	margin: 0 0 3em 0;
	padding: 0px 0px 3px 3px;
}



