body {
	background: #ffffff;
	border: 2px solid #3887c8;
	color: #000000;
	font-family: sans-serif;
	margin: 3ex auto;
	width: 90%;
}

a, a:visited {
	background: #ffffff;
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0;
	font-size: 100%;
}

h2 {
	margin: 0;
	font-size: 100%;
}

h2 a {
	font-weight: normal;
}

p {
	margin-top: 0.5ex;
	text-align: justify;
}

pre {
	font-family: monospace;
	margin-left: 15px;
}

#header {
	border-bottom: 2px solid #3887c8;
	height: 80px;
	padding-top: 10px;
	text-align: center;
}

#footer {
	border-top: 2px solid #3887c8;
	text-align: center;
}

#layout {
	background: #d8d8d8;
	color: #000000;
}

#layout #nav {
	float: left;
	width: 21%;
}

#layout #content {
	background: #ffffff;
	border-left: 2px solid #3887c8;
	color: #000000;
	padding: 1ex;
	margin-left: 21%;
	min-height: 400px;
}

#layout #nav a, #layout #nav a:visited {
	background-color: #3887c8;
	border: 1px solid #000000;
	color: #ffffff;
	display: block;
	font-weight: bold;
	margin: 2ex auto;
	padding: 1ex;
	text-align: center;
	text-decoration: none;
	width: 75%;
}

#layout #nav a:hover {
	background-color: #1fb4f8;
}

#auth {
	background: #f8f8f8;
	border: 1px solid #3887c8;
	padding: 5px;
	width: 250px;
}

.row {
	clear: both;
	padding-top: 5px;
}

.row .name {
	float: left;
	text-align: right;
	width: 60px;
}

.row .box {
	float: right;
	text-align: left;
	width: 180px;
} 

.row .field {
	background: #ffffff;
	color: #000000;
	border: 1px solid #000000;
}

.row .but {
	background: #e8e8e8;
	color: #000000;
	border: 1px solid #000000;
}
