#template {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #f0ece6;
}
#content td {
	vertical-align: top;
	background-color: #eee7df;
}

#c_1 img {
	margin-top: 1em;
	margin-bottom: 1em;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-weight: bold;
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em;
	font-size: 123%;
}
p {
	margin-bottom: 1em;
	margin-right: 1em;
	margin-left: 1em;
	line-height: 1.5em;
}
a {
	font-weight: bold;
	color: #810000;
	text-decoration:none;
}
a:hover {
	color: #B30000;
	text-decoration:none;
}

#c_2 img {
	margin-bottom: 1em;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#c2_2 {
	margin-left: 1em;
	margin-right: 1em;
}

li {
	margin-left: 2em;
	list-style-type: disc;
	list-style-image: url(images/li_sc.jpg);
	margin-bottom: .5em;
	color: #505050;
	text-decoration: underline;
}
#c3 {
	background-color: #cbc8c3;
	height: 5em;
	line-height: 5em;
}
#c3 td {
	padding-left: 1em;
	padding-right: 1em;
}
#c_2 {
	margin-top: 1em;
}

#content   input {
	border: 1px solid #6B6156;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin-top: .5em;
	margin-bottom: .5em;
}
#content  #submit {
	background-color: #948679;
	color: #FFFFFF;
	width: 50px;
	height: 20px;
	border: 1px solid #6B6156;
	margin-right: auto;
	margin-left: auto;
}
#content  textarea {
	border: 1px solid #6B6156;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin-top: .5em;
	margin-bottom: .5em;
}
.hidden{
	display:none;
}