/* CSS Document */
*{
margin:0;
padding:0;
}


body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
background-color:#FFFFFF;
}

h1
{
text-align:center;
}

h2{font-size:14px;
font-weight:100;
}

h3{font-size:14px;
font-weight:100;
text-align:center;
}

h4
{
	font-size:14px;
	font-weight:100;
	text-indent: 60px;
}

h5
{
	font-weight:800;
	text-decoration:underline;
	color:#0066FF;

}


#container{
width:960px;
height:auto;
margin:0 auto;
margin-top: 20px;
}

#header{
width:960px;
height:240px;
background-image:url(images/layout/header.jpg);
background-repeat:no-repeat;
}

#content{
width:900px;
height:auto;
background-image:url(images/layout/content.jpg);
background-repeat:repeat-y;
padding:0 30px;
min-height:400px;
}

#footer{
background-image:url(images/layout/footer2.jpg);
background-repeat:no-repeat;
height:70px;
width:960px;
}

#menuCol{
width:600px;
height:auto;
position: relative;
left: 180px;
top: 210px;
text-align: center;
}


span {
	width: 550px;
	height: 16px;
	margin: 20px;
	padding: 0px;
	position: relative;
	top: 0px;
	cursor: pointer;
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

a:hover span {visibility:visible}
a:hover span {color:#666666}


.clear{
clear:both;
font-size:2px;
}

#photo
{
	top: 110px;
	float:right;
	position:relative;	
}

#ninja :link, #ninja :visited {
	color: #666666;
	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: #666666;
}

#ninja {
width:960px;
height:100px;
margin:20px auto;
text-align:center;
color:#666666;
font-size:10px;
}
	