﻿body {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #3c473b;
	background-image: url(images/bg.png);
	text-align: center;
	margin-top: 0px;
}

#global {
	width: 950px;
	text-align: left;
	border: 5px solid #738073;
	margin: 0 auto;
	margin-top: 0px;
}

#header {
	background: url(images/header.jpg) no-repeat;
	width: 100%;
	height: 90px;
}

#header h1 {
	display: none;
}

label 
{
	display : block;
	float : left;
	padding-right : 10px;
	width : 100px;
}

.left { float: left; }
.right { float: right; padding-right: 25px; }

#container {
	width: 100%;
	background: url(images/bg.jpg) no-repeat;
}

#container_repeat {
	width: 100%;
	background: url(images/bg_repeat.jpg) repeat-y;
	padding-bottom: 6px;
}

#title {
	padding-top: 10px;
	padding-left: 30px;
	color: #4b4b4b;
}

#content {
	padding-top: 3px;
	padding-left: 25px;
	width: 900px;
}

#footer {
	text-align: right;
	font-style: italic;
	padding-top: 10px;
	width: 960px;
	margin: 0 auto;
	font-size: 11px;
}

a { color: #4b4b4b; text-decoration: underline; }
a:hover { color: #4b4b4b; text-decoration: none; }

input, button, textarea 
{
	background-color: #b0bdb1;
	border: 1px solid #617262;
	font-weight: bold;
	color: #2f4130;
}
