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

body {
	background-image: url('img/background.jpg');
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
}

#container {
	width: 1000px;
	height: 900px;
	margin: 0 auto;
}

#header {
	width: 1000px;
	height: 270px;
}

#nav {
	width: 780px;
	height: 18px;
	margin-left: 110px;
}

#content{
	width: 780px;
	height: 480px;
	margin-left: 110px;
	padding-top: 20px;
}

.navigation {
	font-family: "Times New Roman", Arial;
	font-size: 18px;
}

.navigation td {
	text-align: center;
}

.content {
	font-family: Verdana;
	color: #000000;
	font-size: 13px;
}

a.content:link  { 
color: #ffe6a9; 
text-decoration: none; 
font-weight: bold;
}
a.content:visited  { 
color: #ffe6a9; 
text-decoration: none; 
font-weight: bold;
}
a.content:hover  { 
color: #ffcfa9; 
text-decoration: underline; 
font-weight: bold;
}
a.content:active  { 
color: #ffcfa9; 
text-decoration: underline; 
font-weight: bold;
}

a.navigation:link { 
color: #FFFFFF; 
text-decoration: none; 
}
a.navigation:visited { 
color: #FFFFFF; 
text-decoration: none;
}
a.navigation:hover { 
color: #5b0000; 
text-decoration: underline; 
}
a.navigation:active { 
color: #5b0000; 
text-decoration: underline; 
}


.grid {
	width: 120px; 
	height: 120px;
}

.text01 {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 13px;
}

