body {
	margin: 0;
	padding: 0;
	background: #ffffff;	
	color: #000000;
	font: 16px "Times New Roman", Times, serif;
	min-width: 950px;
}

img {
	border: 0px;
}


a:link {
	background: transparent;
	color: #111133;
	text-decoration: underline;
}

a:visited, a:focus, a:active {
	background: transparent;
	color: #331111;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


#wrapper {
	margin: 0 auto;
	width: 955px;
	background: url("../images/bg.jpg") repeat-y top right;
}

#side {
	width: 955px;
	background: url("../images/side.jpg") no-repeat 0px 40px;
}

#banner {
	width: 955px;
	background: url("../images/banner.jpg") no-repeat top right;
	padding-top: 40px;
	font-size: 13px;
}

#banner table {
	width: 880px; 
	margin:0 auto; 
	border-top: 3px solid #31312e; 
	border-bottom: 3px solid #31312e;
}


#banner a {
	padding: 0 15px;
	font-size: 18px;
}

#content {
	margin: 0 auto;
	padding: 10px 30px;
	width: 955px;
}

#news {
	padding-left: 5px;
	width: 170px;
	border-right: 1px solid #000000;
}

#pd {
	padding-left: 10px;
	width: 714px;
}

#footer {
	margin: 0 auto;
	width: 945px;
	background: url("../images/footer.jpg") no-repeat top left;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 8px 0 4px 0; 
	text-align: center;
}

#admin-content {
	width: 884px;
}

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

label span {
	background: transparent;
	color: #003300;
	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: 310px;
}

#subject {
	width: 640px;
}

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

