body {
	background-color: #00000D;
	background-image: url(VLine.gif);
	background-position: 125px 0px;
	background-repeat: repeat-y;
	background-attachment: fixed;
	font-family: Arial, sans-serif;
}

#LeftSide {
	width: 120px;
	position: fixed;
	top: 0px;
	left: 67px;
}

#Top {
	background-color: #00000D;
	height: 55px;
	width: 800px;
	position: fixed;
	top: 0px;
	left: 187px;
	margin-bottom: 10px;
	color: white;
}

#Main {
	margin-top: 55px;
	margin-left: 180px;
	padding: 10px;
	min-height: 300px;
	max-width: 750px;
	border: 5px groove blue;
	background-color: #dbd8d1;
}

.central {
	text-align: center;
}

.menu {
	height: 20px;
	width: 100px;
	margin: 0px;
	border-style: outset;
	border-width: 3px;
	border-color: #918e88;
	background-color: black;
	padding-top: 3px;
	font-size: 13px;
	text-align: center;
	color: #7CE181;
}

.menu a:link, .menu a:hover, .menu a:visited, .menu a:focus, .menu a:active {
	text-decoration: none;
	color: #7CE181;
}

.pic {
	height: 100px;
	width: 100px;
	padding: 0px;
	margin: 0px;
	border-style: outset;
	border-width: 3px;
	border-color: #918e88;
	background-color: black;
}

form {
	min-width: 510px;
	max-width: 640px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #c1beb7;
	border: 5px groove #11144d;
}

.setwidth100 {
	width: 100px;
	float: left;
}

.setwidth150 {
	width: 150px;
	float: left;
}

fieldset { border-color: blue; }
