@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCCCCC;
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}
#container {
	height: 600px;
	width: 800px;
	padding: 0px;
	background-image: url(../image/background/background.jpg);
	
	
}
#container #navigation {
	width: 800px;
	height: 40px;
}
#container #main {
	margin: 0px;
	padding: 0px;
	height: 530px;
	width: 800px;
}
#container #link {
	list-style-type: none;
	height: 30px;
	width: 800px;
	
}

#container #link ul {
	list-style-type: none;
	text-align: right;
	margin-top: 5px;
}
#container #link li {
	display: inline;
	padding-right: 20px;
}


a.linktext:link {
	font-family: "Letter Gothic Std", "Arial Black";
	font-size: 14px;
	font-weight: bold;
	color: #4E839E;
	text-decoration: none;
}
a.linktext:visited {
	font-family: "Letter Gothic Std", "Arial Black";
	font-size: 14px;
	font-weight: bold;
	color: #4E839E;
	text-decoration: none;
}
a.linktext:hover {
	font-family: "Letter Gothic Std", "Arial Black";
	font-size: 14px;
	font-weight: bold;
	color: #0F303F;
	text-decoration: none;
}
a.linktext:active {
	font-family: "Letter Gothic Std", "Arial Black";
	font-size: 14px;
	font-weight: bold;
	color: #4E839E;
	text-decoration: none;
}

