* {
	margin: 0px;
	padding: 0px;
	border: 0 none;
}

html, body {
	height: 100%;
	width: 100%;
}

table {
		border-collapse: collapse;
}

a:link, a:visited, a:hover {
		color: black;
}


body {
	font-family: "verdana";
	/*background: #8a5629 url(images/back.jpg) no-repeat center center;*/
}

input, textarea {
	font-family: "verdana";
	font-size: 20px;
	background-color: transparent;
}

input {
	border: none;
}

#main {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background: #8a5629 url(images/back.jpg) no-repeat center center;
}

#container {
	margin: 0 auto;
	height: 99%;
	
}

#left_col {
	width: 216px;
}

#menu_1 {
}

#menu_2 {
	margin-top: 40px;
}

#menu_3 {
	text-align: left;
	margin-top: 10px;
	margin-left: 13px;
}

.menu {
	list-style: none;
}

.menu a {
	display: block;
	margin-left: 10px;
	align: left;
	text-align: left;
	width: 211px;
	height: 30px;
	text-decoration: none;
}