* {
	margin: 0;
	padding: 0;
	
	font-family: Arial, Tahoma, Times New Roman;
}

body {
	background-image: url('../Images/Background.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #000000;
}

form, tt {
	font-family: monospaced;
}

a:link, a:visited {
	color: #3333cc;
	text-decoration: none;
}

a:hover, a:active {
	color: #000099;
	text-decoration: underline;
}

#Footer a:link, #Footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#Footer a:hover, #Footer a:active {
	color: #ffffff;
	text-decoration: underline;
}

#regName, #regEmail, #btnRegister, #regPassword {
	width: 150px;
}

#Container {
	display: block;
	
	padding-top: 122px;
	padding-left: 198px;
	
	min-height: 549px;
	width: 998px;
	
	border: none;
	background-image: url('../Images/ContainerBackground.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#Header {
	display: block;
	float: left;
	
	width: 800px;
	height: 174px;
	
	border: none;
	background-image: url('../Images/Header.jpg');
}

#loggedAs {
	display: block;
	float: left;
	
	width: 800px;
	height: 32px;
	
	background-color: #3333cc;
	border-top: 8px solid #000099;
	border-bottom: 8px solid #000099;
	
	text-align: center;
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
}

#NavMenu {
	display: block;
	float: left;
	
	padding-left: 63px;
	
	height: 49px;
	width: 737px;
	
	border: none;
	background-image: url('../Images/NavMenu.jpg');
	background-repeat: repeat-x;
	background-position: middle center;
	
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}

#NavMenu ul li {
	display: block;
	float: left;
	
	margin-right: 50px;
	padding-top: 11px;
	
	height: 38px;
	width: 131px;
	
	background: none;
	list-style: none;
}

#NavMenu ul li:hover {
	display: block;
	float: left;
	
	margin-right: 50px;
	padding-top: 15px;
	
	height: 34px;
	width: 131px;
	
	background-image: url('../Images/NavMenuHover.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	list-style: none;
	cursor: pointer;
}

#Notice{
	display: block;
	float: left;
	
	padding: 10px;
	
	height: auto;
	width: 774px;
	
	background-color: #fef1ec;
	border: 3px solid #cd0a0a;
	text-align: left;
	color: #cd0a0a;
}

#Content {
	display: block;
	float: left;
	
	padding: 40px;
	
	height: auto;
	width: 720px;
	
	background-color: #ffffff;
	text-align: left;
	color: #000000;
}

#Test {
	display: block;
	float: left;
	
	width: 720px;
	height: auto;
	
	background: none;
	border: none;
}

.Strong {
	display: block;
	float: left;
	
	margin-bottom: 10px;
	
	height: 94px;
	width: 194px;
	
	background-color: #c1ffc1;
	border: 3px solid #00b000;
	
	color: #00b000;
}

.Strong:hover {
	display: block;
	float: left;
	
	margin-bottom: 10px;
	
	height: 94px;
	width: 194px;
	
	background-color: #00b000;
	border: 3px solid #c1ffc1;
	color: #c1ffc1;
	
	cursor: pointer;
}

.Weak {
	display: block;
	float: left;
	
	margin-bottom: 10px;
	
	height: 94px;
	width: 194px;
	
	background-color: #3333cc;
	border: 3px solid #000099;
	color: #ffffff;
	
	cursor: pointer;
}

.Weak:hover {
	display: block;
	float: left;
	
	margin-bottom: 10px;
	
	height: 94px;
	width: 194px;
	
	background-color: #ffffff;
	border: 3px solid #000099;
	color: #000099;
	
	cursor: pointer;
}

.Explenation {
	display: block;
	float: right;
	
	padding: 5px;
	margin-bottom: 10px;
	
	height: 78px;
	width: 504px;
	
	background: none;
	border: 3px solid #000099;
	color: #000000;
}

#Footer {
	display: block;
	float: left;
	
	padding-bottom: 122px;
	padding-top: 8px;
	
	height: 18px;
	width: 800px;
	
	background: url('../Images/Footer.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	border: none;
	color: #ffffff;
}