@charset "utf-8";
/* CSS Document */

body, html{
margin:0;
font-family:Arial, Helvetica, sans-serif;

}
body{
background:#79bbff url(../images/home/bg.jpg) top no-repeat;
}

a {
	color:yellow;
}


	
#wrapper{
width:990px;
margin:0 auto 10px auto;

}

/*
#header {
margin-top:10px;
}

#header ul{
float:right;
margin:15px 0 0 0;
padding:0;
list-style:none;
}
#header ul li{
	float:left;
	display:block;
}

#header ul li a:hover{
	color:red;
}
#header ul li a{
color:#fff;
font-size:1.45em;
padding:0 0 0 20px;
text-decoration:none;
font-weight:bold;
display:block;
}
#header ul li a span{
color:yellow;
font-weight:bold;
padding-right:2px;
padding-left:10px;
}

#header .nav ul .active a {
color:yellow;
}

*/

#header .nav{
width:520px;
float:right;
position:relative;
margin:0;
padding:.5em 0 1em 0;
overflow:hidden;
}
#wrapper #header .nav li{
list-style:none;
display:block;
float:left;
margin:0;
padding:0;
cursor:pointer;
font-weight:bold;
}
#wrapper #header .nav li a, #wrapper #header .nav li a:visited{
display:block;
float:left;
margin:0 0 0 2px;
text-decoration:none;
color:#fff;
font-size:1.45em;
padding:.5em 0.75em 0em .2em;
}
#wrapper #header .nav span{
	color:yellow;
}
#wrapper #header .nav li a:hover{
display:block;
float:left;
text-decoration:none;
color:yellow;
cursor: pointer;
}
#wrapper #header .nav .active a {
	color:yellow;
}
#wrapper #header .nav li.active a, #wrapper #header .nav li.active a:visited{
display:block;
float:left;
margin:0 0 0 2px;
text-decoration:none;

font-size:1.45em;
padding:.5em 0.75em 0em .2em;
}
#wrapper #header .nav li.active a:hover{
display:block;
float:left;
text-decoration:none;
color:#fff;
color:yellow:
}




.clear{
clear:both;
height:1px;
line-height:0;
margin:0;
padding:0;
font-size:0;
}


#footer{
border:1px solid #1e1800;
border-right:0;
border-left:0;
margin-top:15px;
padding:7px 0 5px 0;
background:#ea2627;
font-family:Comic Sans MS;
font-weight:bold;
text-align:center;
color:#fff;
}

#homeright{
float:right;
width:520px;

padding:0;
color:#fff;
font-family:Tahoma;
font-size:20px;
}





	/* jQuery lightBox plugin - Gallery style */
	#gallery {
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; padding:0 10px 0 10px }
	#gallery ul img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #f00;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }