#container {
	margin: 0 auto;
	width: 1000px;
	}
body {
	width: 1000px;
	layout: absolute;
	background-color: black;
	color: white;
	layout: fixed;
	font-family: arial, helvetica, sans-serif;
	}
/*-------logos------*/
.logo {
	width: 480px;
	position: absolute;
	top: 170px;
	left: 470px;
	}

.logo .size img {
	border: 1px solid black;
	}
.size:hover img {
	width: 100px;
	height: 100px;
	border: 1px solid white;
	}
.logo a {
	padding: 0;
	text-decoration: none;
	}
.shitoryu{
	position: absolute;
	left: 230px;
	top: 170px;
	}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}
	

/*-------- navigation-------- */
.navigation {
	position: absolute;
	top: 170px;
	float: left;
	width: 210px;
	background-color: #6C1511;
}
.navigation h2 {
	color: #ECB613;
	font: bold 1.1em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.navigation h3{
	text-align: center;
	color: #ECB613;
	font: bold 1.7em Tahoma,sans-serif;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.navigation ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid black;
}
.navigation li {border-bottom: 1px solid black;}
.navigation li a {
	font-size: .7em;
	color: #ECB613;
	display: block;
	padding: 4px 0 4px 5%;
	text-decoration: none;
	width: 95%;
}
.navigation li a:hover {
	background: #621410;
	color: #BB8F09;	
}

.navigation .news li {
	border-bottom: 2px solid #621410;
	}

/*------content-------*/


.imagemenu {
	position: absolute;
	top: 250px;
	left: 560px;
	}
.imagemenu img {
	border: 1px solid black;
	}

.imagemenu a {
	padding: 0;
	text-decoration: none;
	}

.content {
	position: absolute;
	width: 770px;
	top: 350px;
	left: 230px;
	color: #ffffff;
	margin-right: 0px;
	font-size: 14px;
	font-family: verdana,sans-serif;
	}

.content h1 {
	text-align: center;
	color: #FD0100;
	font-family: Monotype Corsiva;
	font-size: 2.9em;
	font-weight: bold;
	}

.content h2 {
	color: #ECB613;
	font: bold 1.5em Tahoma,sans-serif;
	text-align: center;
}

.content .marq1 {
	background-color: #FF9933;
	color: black;
	font-weight: bold;
	}
.content .marq1 a {
	text-decoration: none;
	color: black;
	}
.content .marq2 {
	background-color: #FFFFFF;
	color: black;
	font-weight: bold;
	}
.content .marq3 {
	background-color: #00FF00;
	color: black;
	font-weight: bold;
	}

.content h3 {
	text-align: center;
	color: #FD0100;
	font-family: Verdana;
	font-size: 1.5em;
	font-weight: bold;
	}

#FrogJS {
	position: absolute;
	top: 450px;
	left: 0;
	}

.indentmenu{
	position: absolute;
	font: bold 13px Arial;
	width: 82%;
	left: 75px;
	}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: 1px solid #6C1511; /*dark maroon border*/
	border-width: 1px 0;
	background: black url(images/indentbg.gif) center center repeat-x;
	}

.indentmenu ul li{
	display: inline;
	}

.indentmenu ul li a{
		border-left: 1px solid #6C1511;
		float: left;
		color: #ECB613; /*text color*/
		padding: 5px 11px;
		text-decoration: none;
		border-right: 1px solid #6C1511; /*dark maroon divider between menu items*/
		}
/*
.indentmenu ul li a:visited{
		color: #BB8F09;
		}*/

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: black url(images/indentbg2.gif) center center repeat-x;
	}


/*------footer-----*/

.footer {
	background-image: url(images/footer.gif);
	position: absolute;
	width: 1000px;
	top: 2245px;
	text-align: center;
	font-size: 11px;
	color: #ECB613;
	}



/*-----company----*/

.company {
	width: 245px;
	top: 2295px;
	left: 760px;
	position: absolute;
	}

.company a{
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	}