@charset "utf-8";

/* CSS Document */

html{

	height:100%;

}

body{

	background-color:black;

	margin:0 auto;

	text-align:center;

	height:100%;

}

#container{

	width:1092px;

	height:100%;

	margin:0 auto;

}

#bgl{

	width:95px;

	height:3100px;

	float:left;

	display:table-cell;

	background-image:url(images/bgl.png);

	background-repeat:repeat-y;

	position:relative;

}

#bgr{

	width:95px;

	height:3100px;

	float:left;

	display:block;

	background-image:url(images/bgr.png);

	background-repeat:repeat-y;

	position:relative;

}

#main{

	width:902px;

	height:auto;

	float:left;

	display:block;

	position:relative;

}

#header{

	width:902px;

	height:224px;

	display:block;

	background-image:url(images/header2.png);

	background-repeat:no-repeat;

	clear:both;

}

#menu{

	width:100%;

	height:44px;

	margin:0;

	clear:both;

}

#login{

	width:440px;

	height:44px;

	display:block;

	float:left;

}

#menubar{

	width:410px;

	height:44px;

	position:relative;

	margin-left:35px;

	display:block;

	float:left;

}

#menub{

	margin:0;

	float:left;

}

#content{

	width:902px;

	height:320px;

	margin:0;

	clear:both;

	background-image:url(images/bgtitle.png);

	background-position:top;

	background-repeat:repeat-x;

}

#username{

	width:150px;

	float:left;

	border:0;

	margin-top:7px;

	margin-left:5px;

	background-image:url(images/input.png);

	height:25px;

}

input#user{

	width:130px;

	float:left;

	border:0;

	margin:5px 7px 0 10px;

	color:#BB0000;

	background:transparent;

}

#password{

	width:150px;

	float:left;

	border:0;

	margin-top:7px;

	margin-left:5px;

	background-image:url(images/input.png);

	height:25px;

}

input#passwrd{

	width:130px;

	float:left;

	border:0;

	margin:5px 7px 0 10px;

	color:#990000;

	background:transparent;

}

input#submit{

	width:80px;

	height:40px;

	float:left;

	border:0;

	margin-top:1px;

	margin-left:5px;

}

#welcome{

	line-height:44px;

	color:#600;

	font-family:Geneva, Arial, Helvetica, sans-serif;

}

#news{

	width:700px;

	height:320px;

	float:left;

	text-align:left;

	color:#DDD;

	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#jutsu{

	width:180px;

	float:left;

	margin-top:15px;

}

#news_title{

	font-size:18px;

	margin-left:50px;

	margin-top:20px;

	margin-bottom:20px;

}

#news_new{

	font-size:12px;

	color:#CCC;

	margin:5px 0 10px 20px;	

}

#contenido{

	clear:both;

	margin:0 auto;

	width:700px;

	height:auto;

	color:#CCC;

	font-family:Verdana, Arial, Helvetica, sans-serif;

}

#contenido_titulo{

	font-size:24px;

}

#contenido_fecha{

	font-size:11px;

}

#contenido_texto{

	font-size:14px;

}

#spacer{

	width:100%;

	display:block;

	height:1px;

	border-top:1px solid #333;

	margin-top:45px;

	margin-bottom:5px;

}

#footer{

	font-size:11px;

	color:#333;

	margin-top:50px;

	padding:30px;

}