/* CSS Document */

/*PAGE LAYOUT*/
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#main{width:800px;}
#logo{float:left; background-image:url(../images/logo/savate_logo2.png); width:274px; height:236px;}
#topheader{float:right; width:526px; height:166px; background-color:#000000; padding-top:30px; position:relative}
#menu{float:right; width:526px; height:50px;}
#textnav{float:right; width:526px; height:20px;}
#content{float:right; width:600px; height:500px;}
#leftpanel{float:left; width:200px; height:500px;}
#footer{float:left; width:800px; border:solid 1px #777777; background-color:#FFFF00; padding:10px;}

/*NEWZ PANEL*/

.newspanel{
	border:solid 1px #777777; background-color:#FFFF00; padding:10px; margin-left:0px; margin-right:10px; margin-top:10px; margin-bottom:10px;
}

.button{
  float:left; width:60px; height:50px;
}

/*TEXT STYLES*/
.nounderline A {
text-decoration:none}

.bodytext {
	font: 0.9em Tahoma, sans-serif;
	color: #666666;
}

.titlesavate {
	font: 1em Tahoma, sans-serif;
	font-size:42px;
	font-weight:bold;
	color:#FFFF00;
}

.smalltitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#666666;
}

.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
}

.smallblacktext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#000000;
}

.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}

.mediumyellowtext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#FFFF00;
}

.mediumgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#999999;
}
.mediumgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
}
.mediumgraytext a:hover{
	text-decoration:underline;
}