@charset "utf-8";
/* CSS Document */

*{
margin:0;
}

body{
background-color:#ffffff;
background-image:url(images/layout/bgr.jpg);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
}

h1{
font-size:16px;
font-weight:bold;
padding:10px 0;
color: #0000ff;
}

h2{
font-size:14px;
font-weight:bold;
padding:10px 0;
color: #0000ff;
}

h3{
font-size:12px;
font-weight:bold;
padding:10px 0;
}

p{
padding:5px 0;
text-align:justify;
}

li{
list-style-position:inside;
font-size:14px;
font-weight:bold;
text-indent:40px;
padding:20px;
}

#container{
width:960px;
height:auto;
margin:0 auto;
}

#title{
width:960px;
height:230px;
position:relative;
background-image:url(images/layout/header.jpg);
background-repeat:no-repeat;
}

#content{
width:800px;
height:auto;
min-height:300px;
background-image:url(images/layout/content.jpg);
background-repeat:repeat-y;
padding:0 85px;
}

#content  li{
list-style-position:inside;
font-size:14px;
font-weight:bold;
text-indent:0px;
padding:5px;
}

#leftimg{
float:left;
border: 1px #0000ff solid;
margin: 10px;
}

#rightimg{
float: right;
margin-left: 5px;
border: 1px #0000FF solid;
}

.blue{
font-weight: bold;
color: #0000ff;
}

#nav{
width:900px;
height:53px;
position:absolute;
top:170px;
right:10px;
}

#nav li{
display:inline;
padding:0 0 0 20px;
font-size:12px;
}

.menuBtn {
	width: auto;
	height: 53px;
	position: relative;
	float: left;
	white-space: nowrap;
	display: block;
	padding: 0;
	background-image: url(images/layout/downBtn.jpg);
	background-repeat: no-repeat;
}

.menuBtn a {
	display: block;
	width: auto;
	height: 53px;
	float: left;
	text-decoration: none;
}

.menuBtn span {
	width: auto;
	height: 53px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 40px;
	top: 18px;
	cursor: pointer;
	color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.menuBtn img {width: auto; height: 53px; border: 0px; }
.menuBtn a:hover {visibility:visible}
.menuBtn a:hover img{visibility:hidden}
.menuBtn a:hover span {color: #ffffff;}

#footer{
width:960px;
height:140px;
background-image:url(images/layout/footer.jpg);
background-repeat:no-repeat;
}

.clear{
clear:both;
font-size:2px;
}

:link, :visited {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
:link:hover, :visited:hover {
	color: #000000;
	list-style-image: url(images/bullet2.jpg);
	font-weight:bold;
}
:link:active, :visited:active {
	color: #666666;
	font-weight:bold;
}
#ninja :link, #ninja :visited {
	color: #999999;
	text-decoration: none;
}
#ninja :link:hover, #ninja :visited:hover {
	color: #000000;
	list-style-image: url(images/bullet2.jpg);
}
#ninja :link:active, #ninja :visited:active {
	color: #999999;
}

#ninja {
width:960px;
height:100px;
margin:20px auto;
text-align:center;
color:#CCCCCC;
font-size:10px;
}