body
{
	width: 100%;
	padding: 0px;
	margin: 0px;
	font-family: verdana;
	font-size: 9pt;
}

.txtedit
{
	float: right;
}

h1
{
	color: #c60b0c;
	font-size: 16pt;
	font-weight: normal;
	font-family: verdana;
}

h2
{
	color: #c60b0c;
}

#background
{
	background-image: url('/images/Repeat_x.jpg');
	background-repeat: repeat-x;
	height: 100%;
}

#sitecontainer
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#contentsplit
{
	border: none;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

#contentsplit #left
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

#contentsplit #right
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	width: 743px;
	height: 573px;
	background-image: url('/images/Back_Side_felt_admin.jpg');
}

#contentsplit #right > .innercontent
{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	margin-top: 10px;
	height: 490px;
	overflow-y: auto;
}

input[type="submit"]
{
	background-color: red;
	color: white;
	border: none;
	width: 90px;
	height: 20px;
}
