@charset "utf-8";
/* CSS Document */
@font-face { font-family: Delicious; src: url('Regular.otf');}
body {

	margin:0;
	padding:0;
	font-family:Delicious;
	background: #313652 linear-gradient(45deg,#272f5d, #47453a);
}
#showd{

	font-family:Delicious;
	background: #313652  linear-gradient(45deg,#272f5d, #47453a);
}
#body{

	font-family:Delicious;
top:30px;
    position:relative;
    margin: 0 auto;
    width:950px;
}
#header{
    position:relative;
    width:950px;
    height:208px;
    background: url(../img/header.jpg);
}
 #menu{
    position:relative;
	top:-1px;
	width:950px;
	 height:40px;
    float:left;
	left:20%;
	text-align:center;
}

 #menu .style{
	color:white;
	font-family:Times New Roman;
    font-size:19px;
}
 #menu .style a{
    padding: 0 0 0 0px;
	color:black;
    text-decoration:none;
}
#menu .style #left{
    position:relative;
    width:15px;
    height:39px;
	float:left;
    background: url(../img/left-menu.png);
	background-repeat:no-repeat;
}
#menu .style #center{
    position:relative;
    height:39px;
	float:left;
    background: url(../img/center-menu.png);
	background-repeat:repeat;
}
#menu .style #center a{
    position:relative;
	top:5px;
	color:white;
    text-decoration:none;
}
#menu .style #center a:hover{
	color:white;
    text-decoration:underline;
}
#menu .style #right{
    position:relative;
    width:17px;
    height:39px;
	float:left;
    background: url(../img/right-menu.png);
	background-repeat:no-repeat;
}

 #menu .style a:hover{
	color:black;
    text-decoration:underline;
}
#line {
    position:relative;
    background: url(../img/line.png);
	background-repeat:repeat;
    width:920px;
	float:left;
	left:15px;
}
#line  .styl{
    padding:10px 10px 10px 10px;
	color:white;
	text-align:center;
}
#line  .styl fo{
   font-size:20px;
}

#footer{
    position:relative;
    height:89px;
    width:950px;
	float:left;
    background: url(../img/foother.jpg);
}
#footer .foot{
	padding: 30px 50px 30px 50px;
	color:white;
}
#footer .foot siz{
	font-size:17px;
}
#footer .foot siz a{
	text-decoration:none;
	color:white;
}
#footer .foot siz a:hover{
	text-decoration:underline;
}
#spacer{
    height:22px;
}
#spacers{
position:relative;
   width:10px;
    height:1px;
	float:left;
}
#spacer-w{
    width:10px;
}

td a{
	color:white;
	text-decoration:none;
}
td a:hover{
	text-decoration:underline;
}