body {
	margin: 0;
	padding: 0;
	background: #333333 url(../images/bg.png) top left repeat-x;
	font: 1em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
}

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

a:hover {
	background: none;
	text-decoration: underline;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

table {
	border: 0;
}


/* Wrapper */

.wrapper {
	width: 950px;
	margin: 0 auto;
}

/* Banner */

.banner {
	width: 950px;
	height: 256px;
}

/* Dividers */

.left {
	width: 260px;
	float: left;
}

.left ul {
	padding: 0;
	list-style: none;
}

.right {
	width: 680px;
	float: right;
}

.middle {
	margin: 0 auto;
	width: 920px;
	background: #000000;
	padding: 10px;
}

/* navigation */

.navigation {
	background: url(../images/navigation_tile.png) repeat-y top left;
	width: 252px;
	margin-bottom: 20px;
}

.navigation_top {
	background: url(../images/navigation_top.png) no-repeat top left;
	padding: 10px 20px;
	text-align: right;
}

.navigation_foot {
	background: url(../images/navigation_foot.png) no-repeat bottom left;
	min-height: 100px;
	margin: -20px -20px;
	padding: 20px;
	width: 212px;
	text-align: left;
}


.navigation label {
	display: block;
	font-size: x-small;
	font-weight: bold;
}

.navigation .textfield {
	width: 200px;
	margin: 0 0 5px 0;
	padding: 3px 5px;
	border: 1px solid #C8C8C8;
	background: #FAFAFA url(../images/txt.gif) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

.navigation .button {
	width: 80px;
	height: 20px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #464646;
	background: #FAFAFA url(../images/btn.gif) repeat-x;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}


/* Content */

.content {
	width: 680px;
	margin-bottom: 20px;
	background: url(../images/content_tile.png) repeat-y top left;
}

.content a {
	text-decoration: underline;
}

.content_top {
	background: url(../images/content_top.png) no-repeat top left;
	padding: 10px 50px;
}

.content_foot {
	background: url(../images/content_foot.png) no-repeat bottom left;
	min-height: 100px;
	margin: -20px -50px;
	padding: 20px;
	width: 640px;
	text-align: justify;
}

/* Footer */

.footer {
	clear: both;
	margin: 0 auto;
	padding: 10px;
	width: 950px;
	font-size: .75em;
	text-align: center;
}

.footer a {
	background: none;
	font-weight: bold;
}

/* Forms */
label {
	background: transparent;
	color: #999999;
	display: block;
	font-size: .9em;
}

label span {
	background: transparent;
	color: #3399ee;
	font-size: .8em;
	text-transform: uppercase;
}

input, textarea, select {
	background: white url('../images/form_inputtext.gif') repeat-x 0 0;
	border: 1px solid #CCCCCC;
	color: #666666;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	padding: 2px;
}

#contactform table td {
	padding: 0 10px 4px 0;
}

#name, #email {
	width: 210px;
}

#subject {
	width: 440px;
}

#message {
	width: 440px;
	height: 140px;
}
