.form {
	width: 275px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #996600;
}
h1 {
	background-image: url(assets/title.gif);
	background-repeat: no-repeat;
	height: 80px;
	margin-top: 0px;
	margin-left: 10px;
	width: 500px;
}
h1 a, h1 a:visited, h1 a:hover, h1 a:active {
	background-image: url(assets/blank.gif);
	color: #4E1D0F;
	text-decoration: none;

}
.wrapper {
	background-image: url(assets/foreground.jpg);
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background-image: url(assets/header.jpg);
	height: 100px;
	width: 700px;
}
.linksmenu {
	height: 30px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	text-align: center;
}
.linksmenu a, .linksmenu a:visited {
	background-image: url(assets/menu.gif);
	height: 25px;
	width: 130px;
	display: block;
	float: left;
	color: #4E1D0F;
	text-decoration: none;
	font-size: 18px;
}
.linksmenu a:hover {
	background-position:0 -30px;
	color: #995435;
}
.linksmenu a:active {
	background-position:0 -60px;
	color: #C38463;
}
a, a:visited {
	background-image: url(assets/link.gif);
	height: 25px;
	width: 160px;
	display: block;
	color: #4E1D0F;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
}
a:hover {
	background-position:0 -30px;
	color: #995435;
}
a:active {
	background-position:0 -60px;
	color: #C9AD94;
}
.cwrapper {
	width: 650px;
}
.content {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.cheader {
	height: 30px;
	background-image: url(assets/cheader.gif);
	text-indent: 25px;
}
.item {
	text-align: justify;
	height: 300px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(assets/content.jpg);
	padding-right: 25px;
	padding-left: 25px;
	margin-top: 0px;
}
.cfooter {
	background-image: url(assets/cfooter.gif);
	height: 30px;
}
.footer {
	background-image: url(assets/footer.jpg);
	height: 50px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}


.content img {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}
.form input {
	float: right;
	margin-top: -17px;
	height: 14px;
}
.form .button {
	height: 25px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center;
}

.nav {
	width: 600px;
	height: 5px;
}
.nav .left {
	margin-top: -20px;
}

.nav .right {
	margin-top: -20px;
}
.delete1 {
	float: left;
	margin-left: 60px;
	margin-top: -20px;
}
.delete2 {
	float: left;
	margin-left: 220px;
	margin-top: -20px;
}
.list2 {
	float: right;
	margin-top: -294px;
	margin-right: 220px;
}
.list3 {
	float: right;
	margin-top: -294px;
}
.list4 {
	float: right;
	margin-top: -294px;
	margin-left: 220px;
}
table {
	text-indent: 20px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
}
th, td{
	padding: 2px;
	background-color: #FFDB88;
	-moz-border-radius: 6px 6px 6px 6px;
	border: 1px inset #F3BD29;
}
.red{
	background-color: #FF3300;
	color: #FFFF99;
}
.admin {
	width: 350px;
}
.confirm {
	margin-top: 200px;
	float: right;
	margin-right: -200px;
}
.about {
	width: 400px;
}
