body {
	margin: 0px;
	padding: 0px;

	background-color: #fff;
	color: #000;
	
	background-image: url(img/shadow.png);
	background-position: top;
	background-repeat: repeat-x;

	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}

h2 {
	color: #c11;
	font-style: italic;
	font-size: 18pt;
	font-weight: bold;
	margin: 20pt 8pt 10pt 6pt;
}

h3 {
	color: #000;
	margin: 10pt 8pt 6pt 6pt;
}

p, #left div, #middle div, #right div, address { 
	margin: 2pt 8pt 4pt 6pt;
	text-align: left;
}

input.text, textarea {
	width: 190px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(img/inputbg.png);
	border: 1px solid #999;
}

textarea {
	height: 70pt;
}

ul {
	margin: 2pt 6pt 4pt 6pt;
	padding: 0px 0px 0px 11pt;
	list-style: square;
}

address {
	font-style: normal;
}

a, em {
	color: #c11;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

/****************************************************************************/

#page {
	width: 100%;
	padding: 0px;
	margin: 0px;

	background-image: url(img/page2bg.png);
	background-repeat: repeat-y;
	background-position: center;
}

#page2 {
	width: 828px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

/****************************************************************************/

h1 {
	background-image: url(img/header.png);
	height: 93px;
	width: 828px;
	margin: 40px auto 0px auto;
}

h1 span {
	display: none;
}

#header {
	background-image: url(img/header2.png);
	height: 109px;
	margin: 0px 0px 1px 0px;
}

#header div {
	display: none;
}

/****************************************************************************/

#columns {
	background-image: url(img/shadow.png);
	background-repeat: repeat-x;
	background-position: top;

	margin: 0px;
	padding: 20px 0px 10px 0px;
}

#columnsbg {
	background-image: url(img/column-lines.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#clear {
	display: block;
	clear: both;
	overflow: hidden;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

/****************************************************************************/

#left {
	width: 318px;
	float: left;
}

/****************************************************************************/

#middle {
	width: 282px;
	float: left;
}

/****************************************************************************/

#right {
	width: 219px;
	float: right;
}

/****************************************************************************/

#footer {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 1px 0px 0px 0px;
	padding: 20px 20px;
	font-size: 8pt;
	color: #888;
	font-style: italic;
}

#footer a {
	text-decoration: none;
	font-style: italic;
}

#footer #keyword {
	float: left;
}

#footer #copy {
	text-align: right;
}

/****************************************************************************/
