body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
body {
    background-image: url('/templates/Simple/images/bg_karate.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #666666;
	margin: 0px;
	
}
a:link, a:visited, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CC6600;
	text-decoration: none;
}
form {
	margin: 0;
}

 
/* CONTENT TABLE */
/* ------------- */

table.content {
	width: 900px;
	border-collapse: collapse;
	margin: 20px;
	background-color: #000000;
	border: 2px solid #CC6600;  
	
}

table.content td {
	padding: 0px;
	text-align: left;
}

table.content td.header {
	vertical-align: middle;
	height: 100px;
	background-image: url('/templates/Simple/images/header.gif');
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: 2px solid #CC6600;  
}

table.content td.menu {
	padding-left: 10px;
	width: 150px;
	vertical-align: top;
	border-right: 2px #CC6600;
}

table.content td.content {
	padding-left: 20px;
    padding-right: 50px;
	width: 750px;
	height: 400px;
	vertical-align: top;
}

table.content td.footer {
	text-align: right;
	color: #CC6600;
	height: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
}

/* MENU DESIGN */
/* ----------- */

p.menu {
	margin-top: 0px;
	margin-bottom: 10px;
}

div.menutitle {
	color: #CC6600;
	font-weight: bold;
}

table.content td.menu ul, table.content td.menu li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding-bottom: 2px;
	padding-left: 2px;
}

table.content td.menu .menu_current {
	font-weight: normal;
}


/* IMAGE FLOAT */
/* ----------- */
img.floatLeft {
    float: left;
    margin: 5px;
}

img.floatRight {
    float: right;
    margin: 5px;
}

/* HORIZONTAL LINE */
/* --------------- */
hr {
	height: 1px;
	border: 0px;
	border-style: none;
	background-color: #FFFFFF;
}