@charset "utf-8";
/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	background-image: url(../images1/background.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
}


a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #00FF00;
	text-decoration: none;
}
ul {
	list-style-type: none;
}
li {
	list-style-position: outside;
	list-style-type: disc;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00ccff;

}
div#head {
	color: #FFFFFF;
	float: left;

}
div#center {
	float: left;
	width: 955px;
	height: 500px;
	padding-top: 100px;
}

div#nav {
	float: left;
	width: 200px;
	height: 500px;
	padding-top: 20px;
	padding-left: 40px;
}
div#body {
	float: left;
	width: 705px;
	height: 400px;
}
div#footer {
	float: left;
	text-align: center;
	width: 955px;
	color: #FFFFFF;
}
.webimage {
	float: left;
	margin: 50px;
}
