body {
	margin: 0px;
	background: Silver;
}
#header {

}
#container {

}
#logo {
	background-image: url(../images/logo.png);
	height: 128px;
	background-repeat: no-repeat;
	margin-left: 5%;
}
#inner {
	/*background-color: #2B5070;*/
	background-color: Black;
	border: 4px dashed silver;
	margin-top: 5%;
	margin-left: 15%;
	margin-right: 15%;
	padding-left: 5px;
	padding-right: 5px;
}
#footer {
	margin-left: 15%;
	margin-right: 15%;
}
a:link {
	font-weight: bold;
	text-decoration: none;
	color: Silver;
}
a:visited {
	font-weight: normal;
	text-decoration: none;
	color: Silver;
}
a:hover {
	text-decoration: underline;
}
a:active {

}
a.external:link {
	font-weight: bold;
	text-decoration: none;
	color: #5F9EA0;
}
a.external:visited {
	font-weight: normal;
	text-decoration: none;
	color: #5F9EA0;
}
a.external:hover {
	text-decoration: underline;
}
a.external:active {

}
input.button {
	border: 2px dashed #2B5070;
	background-color: Silver;
	color: #2B5070;
}
input, textarea {
	font-family: Georgia,verdana,sans-serif;
	font-size: 100%;
	border: 2px dashed #2B5070;
	background-color: Silver;
}
textarea {
	display: block;	
}
label {
	display: block;
}
#recent {
	border: 2px dashed Silver;
	margin: 10px 10px 10px 10px;
	padding: 1% 1% 1% 1%;
}
img.recent {
	border: 5px solid white;
	border-bottom: 10px solid white;
}
span.emphasis {
	margin: 20px;
	line-height: 20px;
	color: silver;
}
.alert {

}