/* CSS Document */

* {
	margin:0px;
	padding-top: 0px;
	
}
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: oblique;
	font-size: 15px;
	background-color:#fdeecc;
	font-weight: bold;
}
#conteiner {
	width: 800px;
}
#leftcol {
	background-image: url(../_img/signborder.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 100%;
	width: 160px;
	text-align: center;
}
#leftcol a {
	color: #341C1B;
	text-decoration: none;

}
#leftcol a:active {
	color: #341C1B;
	text-decoration: none;

}
#leftcol a:hover {
	color: #CCCCB3;
	background-color: #5B4D24;

}
#leftcol a:visited {
	text-decoration: underline;

}
#content {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 15px;
	width: 620px;
	text-indent: 2px;
}
#footer {
	background-image: url(../);
	background-repeat: no-repeat;
	background-position: right top;
	height: 60px;
	width: 100%;
}
#menu {
	padding-top: 5px;
	padding-right: 90px;
	padding-bottom: 0px;
	padding-left: 240px;
	font-size: 18px;
}
#menu a {
	color: #341C1B;
	text-decoration: none;
}
#menu a:active {
	color: #341C1B;
	text-decoration: none;
}
#menu a:hover {
	color: #CCCCB3;
	background-color: #5B4D24;
}
#menu a:visited {
	text-decoration: underline;
}
#sendmail {
	font-size: 14px;
	font-weight: bold;
	color: #282423;
	width: 420px;
}
.field {
	font-size: 12px;
	background-color: #CCCC99;
	text-align: center;
}
.fieldtext {
	font-size: 12px;
	background-color: #CCCC99;
}
.field:focus {
	color: #990000;
	background-color: #FFFFFF;
	border: 1px outset #990000;
	font-size: 16px;
}
.fieldtext:focus {
	color: #990000;
	background-color: #FFFFFF;
	border: 1px outset #990000;
	font-size: 16px;
}
.button {
	font-size: 12px;
	background-color: #CCCC99;
	text-align: center;
	font-style: italic;
	font-weight: bold;
}
.button:focus {
	color: #990000;
	background-color: #FFFFFF;
	border: 1px outset #990000;
	font-size: 16px;
}
