@charset "utf-8";
body,td,th {
	color: #003;
}
body {
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/backimage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
a:link {
	color: #C00;
	text-decoration: none;
	font-weight: bold;
	font-size: small;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #333;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	text-align: left;
}
p {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
}
hr {
	display: none;
}
.yellow {
	color: #FF6;
}

.white {
	color: #EEE;
}

.red {
	color: #F30;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header {
	margin-bottom: 10px;
	width: 700px;
	float: left;
	height: auto;
	font-weight: normal;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: medium;
	color: #FFF;
	text-align: right;
	font-style: italic;
}
#news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	height: 20px;
	width: 300px;
	float: right;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-align: right;
	color: #FF0;
	margin-bottom: 20px;
	font-style: italic;
}
#news a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #C00;
	font-style: italic;
}
#news a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #F00;
	font-style: italic;
}





#navbar {
	width: 700px;
	font-size: 10px;
	height: auto;
	float: none;
	margin-bottom: 20px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F30;
	font-style: italic;
}
#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar ul li {
	float: right;
	width: 120px;
	text-align: right;
	margin-top: 0px;
}
#navbar a {
	display: block;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 2px;
	font-size: medium;
	font-style: italic;
}
#navbar a:hover {
	color: #FF9;
	font-size: medium;
	font-style: italic;
}



#contents {
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	width: 250px;
	float: left;
	height: auto;
}
#contents  h4 {
	width: 140px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 12px;
}



#magazine {
	float: left;
	width: 245px;
	height: 400px;
	font-size: small;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 100px;
	color: #FF9;
	font-style: italic;
}
#magazine a {
	color: #FF9;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}
#magazine a:hover {
	font-size: medium;
	color: #FF9;
	text-decoration: none;
	font-weight: bolder;
	font-style: italic;
}


#side {
	width: 450px;
	float: right;
	height: auto;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FF9;
}
#topword {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
	text-align: left;
	float: right;
	height: auto;
	width: 400px;
	margin-bottom: 20px;
	font-style: italic;
}
#kens {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFF;
	float: right;
	height: 35px;
	width: 350px;
	text-align: right;
	margin-bottom: 10px;
	font-style: italic;
}

#footer {
	width: 700px;
	font-weight: normal;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
}


body, h1, h2, p {
	padding: 0px;
}
