body {
	background-color: #fff1df; 
	background-image: url('http://www.skcombat.com/images/SkCombatBg.png');
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;	
	}

p {font-family: "arial";}
ul {font-family: "arial";font-size: 0.9em;}
li {font-family: "arial";font-size: 0.9em;}

a:link {
    color: #000000;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #000000;
}

/* mouse over link */
a:hover {
    color: #552200;
	text-decoration: underline;
}

/* selected link */
a:active {
    color: #770000;
	text-decoration: underline;
}


.small {
	font-family: "arial";
	font-size: 0.5em;
	}
.notsosmall {
	font-family: "arial";
	font-size: 0.75em;
	}
.header {
	font-family: "impact","times new roman";
	font-style: italic;
	font-size: 1.25em;
	text-decoration: none;
	color: #000000;
	}	
.headerW {
	font-family: "times new roman";
	font-size: 1.25em;
	color: #ffffff;
	}	
.menuBar{
	
	background-repeat: repeat-x;
	background-image: url('http://www.skcombat.com/images/fons_title.png');
    width:100%;
    height:150px;
    
    position:fixed;
    top:0;
    left:0;
    }
.menuBar2{
	background-repeat: repeat-x;
	background-image: url('http://www.skcombat.com/images/fons_title.png');
    width:100%;
    height:150px;
	position:relative;
    top:0;
    left:0;
    }
	
	
.TitleBarR{
	background-repeat: no-repeat;
	background-image: url('http://www.skcombat.com/images/TitleBarR.png');
    }
.TitleBarL{
	background-repeat: no-repeat;
	background-image: url('http://www.skcombat.com/images/TitleBarL.png');
    }

.TitleBarLong{
	background-repeat: no-repeat;
	background-image: url('http://www.skcombat.com/images/TitleBarLong.png');
    }

	
.logo{
    float:left;
	position:absolute;
	top:-5px;
	left: 20px;
    }

.logo2{
    float:left;
	position:absolute;
	top:-5px;
	left: 20px;
    }
	
	
.nav{
	position:absolute;
    float:right;
    margin-right:20px;
	margin-top:10px;
	right:10px;
	}
	
.nav ul li{
    list-style:none;
    float:left;
    }
	
.navmenu{
    float:none;
	position: relative;
	top:110px;
    }
	