@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-position: center;
	height: 600px;
	background-color: #333333;
}
.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	line-height: 21px;
	letter-spacing: normal;
}
.text2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	line-height: 18px;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
#aboutus {
	width: 600px;
	padding-right: 20px;
	padding-left: 5px;
	float: right;
	position: fixed;
	top: 140px;
}
#nav {
	width: 500px;
	float: right;
	height: 40px;
}
#nav li {
	list-style-type: none;
	float: left;
	height: 20px;
}
.text1 #nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	font-weight: bold;
}
.text1 #nav a:hover {
	text-decoration: none;
	background-image: url(images/nav.png);
}

#back-link {
	width: 420px;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
}
.no-repeat {
	background-repeat: no-repeat;
}
