body {
	background-color: #ccc;
	background-image: url('images/bg.png');
	background-repeat: repeat; 
	background-attachment: fixed;
	
	}
	
::-webkit-scrollbar {width: 8px; height: 3px; background: #fff7da;}
::-webkit-scrollbar-thumb {background-color:#7a626f; border: 0px;}

::selection {color: #413e4a; background: #f4c2af;}
::-moz-selection {color: #413e4a; background: #f4c2af;}
::-webkit-selection {color: #413e4a; background: #f4c2af;}
	


	
#main {
	top:100px;
	position:relative;
	font-size:20px;
	background-color:#;
	width: 800px;
	font-family: 'Inconsolata', monospace;
	color:#413e4a;
	letter-spacing: 1px;
	line-height: 150%;
	text-shadow:  -1px -1px 1px #fff;
	text-align: justify;
	padding:0px 0px 10px 0px;
}



#topimg {
width:100%;
height:97px;
background: url('images/topimg.png') repeat-x;
top:0px;
left:0px;
position:fixed;
z-index:1;

}

#bottomimg {
width:100%;
height:60px;
background: url('images/bottomimg.png') repeat-x;
bottom:0px;
left:0px;
position:fixed;
z-index:1;

}

#nav {
bottom:-27px;
position:relative;
z-index:2;
display: inline-block;
line-height:15px;
}

#nav a {
color: #f7e4be;
font-family: 'Sura', serif;
font-size:15px;
margin:5px;
text-shadow: -2px -2px 1px #73626e,
			2px -2px 1px #73626e,
			-2px 2px 1px #73626e,
			2px 2px 1px #73626e,
			
			-2px -2px 1px #73626e,
			2px -2px 1px #73626e,
			-2px 2px 1px #73626e,
			2px 2px 1px #73626e;						
letter-spacing: 5px;
}

#nav a:hover {
color: #f0b49e;

}

#nav2 {
bottom:-27px;
position:relative;
z-index:2;
display: inline-block;
line-height:20px;
}

#nav2 a {
color: #f7e4be;
background-color: #7a626f;
font-family: 'Sura', serif;
font-size:15px;
margin:5px;				
letter-spacing: 5px;
padding: 5px;
text-shadow: 0px 0px 0px #7a626f;
}

#nav2 a:hover {
color: #f0b49e;

}


h1{
	font-family: 'Dancing Script', cursive;
	font-size:40px;
	color:#b38184;
	letter-spacing: 0px;
	font-weight:400;
	margin-bottom: 10px;
	text-shadow:  -1px -1px 1px #f0b49e;
	text-align:center;
	
}

h1:hover{

color:#f0b49e;
text-shadow:  -1px -1px 1px #b38184;
 transition: 0.8s;
}

h2{
	font-family: 'Inconsolata', monospace;
	font-size:16px;
	color:#73626e;
	letter-spacing: 0px;
	font-weight:400;
	margin: -30px 0px 0px 0px;
	text-shadow:  -1px -1px 1px #f0b49e;
	text-align:center;
	border-bottom: 1px dotted #f0b49e;
}

a
{
color:#b38184;
	letter-spacing: 0px;
	font-weight:400;
	margin-bottom: 20px;
	text-shadow:  -1px -1px 1px #f0b49e;
	text-decoration:none;
	cursor:help;

}

a:hover
{
color:#f0b49e;
text-shadow:  -1px -1px 1px #b38184;
 transition: 0.8s;
}

i
{
color:#b38184;
}

.img {
background-image: url('images/ibg.png');
	background-repeat: no-repeat;
	background-position: center;
	padding: 15px;
	box-shadow: 1px 1px 5px #f37e9a;
	margin:20px;
}

.img:hover {
background-image: url('images/ibg2.png');
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.4s;
}

.wings {
	padding: 0px 20px 0px 20px;

}

table, td, th
{
	padding: 10px;
    text-align: center;
	font-size: 17px; 
	margin-bottom: 50px;
}

.jump {
	position: relative;
   top: -150px;
   visibility:hidden;

}


