@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333;
}
#container {
	float: left;
	height: 1280px;
	width: 960px;
}
#header {
	float: left;
	height: 100px;
	width: 100%;
}
#name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	line-height: normal;
	font-weight: normal;
	text-align: left;
	text-indent: 144px;
	vertical-align: middle;
	float: left;
	height: 96px;
	width: 540px;
	color: #333;
}
#links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	text-align: left;
	text-indent: 72px;
	float: left;
	height: 96px;
	width: 240px;
	line-height: 48px;
	color: #666;
	font-weight: bold;
}
#page_title {
	font-size: x-large;
	float: left;
	height: 48px;
	width: 100%;
	text-align: center;
	font-style: italic;
	color: #333;
}
#list-of-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	float: left;
	height: 960px;
	width: 100%;
	color: #333;
}
#comment {
	font-size: medium;
	text-align: center;
	float: left;
	height: 36px;
	width: 100%;
	font-weight: normal;
}
.cont-2up {
	font-size: small;
	text-align: center;
	float: left;
	height: 170px;
	width: 460px;
	margin: 10px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #966;
	text-decoration: none;
}
a:hover {
	color: #636;
	text-decoration: underline;
}
.cont-3up {
	font-size: small;
	text-align: center;
	margin: 10px;
	float: left;
	height: 170px;
	width: 300px;
}
.auto-2up {
	text-align: center;
	float: left;
	height: auto;
	width: 460px;
	font-size: small;
	vertical-align: middle;
	margin: 5px;
}
.auto-3up {
	font-size: small;
	text-align: center;
	vertical-align: middle;
	float: left;
	height: auto;
	width: 305px;
	margin: 5px;
}
.cont-4up {
	font-size: small;
	text-align: center;
	margin: 10px;
	float: left;
	height: 170px;
	width: 220px;
}
.line-for-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	vertical-align: middle;
	float: left;
	height: 48px;
	width: 100%;
}
.row-std {
	text-align: center;
	vertical-align: middle;
	float: left;
	height: 190px;
	width: 100%;
}
.row-auto {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
