html,body{
margin:0;
padding:0;
height:100%;
width:100%;
border:none;
background:#4C4C4C;
color:#505050;
font-family: Arial, Helvetica, Sans;
font-size:14px;
line-height:1.5;
}
* html,body #hack{height:100%;}

a:link , a:visited {
text-decoration: underline;
color:#AA0000;
}

a:hover {
color:#000000;
}
.martialarts img {
	border:2px solid #FFFFFF;
}

.martialarts  a:hover img{
	border:2px solid #000000;
}
.thumb img {
	border:1px solid #000000;
}

.thumb  a:hover img{
	border:1px solid #FFFFFF;
}
h1 {
font-size:24px;
}
h2 {
font-size:18px;
}
h3 {
font-size:16px;
}
h4 {
font-size:14px;
}
h5 {
font-size:12px;
}

p {
text-align:justify;
}

.content {
color:#505050;
font-family: Arial, Helvetica, Sans;
font-size:14px;
line-height:1.5;
margin-top:215px;
}
.nav , .nav ul{
font-size:12px;
line-height:1;
color: #808080;
position:relative;

padding: 0;
margin: 0;
list-style: none;
}

.nav li {
	float: left;
}

.nav li ul {
	position: absolute;
	width: 150px;
	left: -999em;
}

.nav li:hover ul {
padding-top:10px;
	left: auto;
}

.nav a:link,.nav a:visited {
text-decoration:none;
font-size:12px;
color: #000000;
letter-spacing:1px;
}
.nav a:hover {
text-decoration:none;
background: #500000;
font-size:12px;
line-height:1;
color: #FFFFFF;
padding: 5px, 30px;
}

.wrapper {
width:956px;
margin-left:auto;
margin-right:auto;
}

