body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background-color:#4678AD;
	text-align: center;
}

#wrapper{
	width: 770px;
	background-image: url(img/bgKarate.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 0;
	clear: both;
	text-align: center;
	height: 470px;
	overflow: visible;
	visibility: visible;
}

#content{
	position: relative;
	margin:0;
	padding:0;
	display: block;
	height:470px;
	width:760px;
	top:0px;
	text-align:left;
}

#content .logo{
	position:relative;
	padding: 30px 0 0 50px;
	text-align: left;
	height: 75px;
	clear: both;
	display: block;
}

#content .title{
	position:relative;
	border-bottom: 1px solid #B01C1C;
	top:0;
	left:20px;
	width:430px;
	padding:0;
	margin:0;
	text-align: right;
}

#content .text {
	position:relative;
	top: 0px;
	left: 0px;
	width: 400px;
	padding:20px 0 20px 50px;
	height: auto;
	text-align: left;
}

h1 {
font-size: 18pt;
}

a {color: #4678AD;}

a:hover{color: #B01C1C;}

.bold {
font-weight:bold;
}
