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

body {
	margin: 0;
	padding: 0;
	width: 100%;	
	height: 100%;
	color: #999;
	line-height: 2;
	
}




header {
	margin: 0 auto;
}



p {
	margin-top: 0;
	
}



img {
	vertical-align: bottom;
}



ul {
	margin: 0;
	padding: 0;
}



/*--------------------------------------------------------------
___Header Menu
--------------------------------------------------------------*/

.logo {
	float: right;
	margin-top: 50px;
	margin-right: 50px;
}



.global-nav {
	float: right;
	margin-top: 50px;
	margin-right: 20px;
}



.global-nav li{
	float: right;
	margin: 0 8px;
	list-style: none
}


.about a {
    width: 30px;
    height: 47px;
    background: url("../topimages/about.png") no-repeat;
    display: block;

}
 
 
.about a:hover {
    background-image: url("../topimages/about2.png");
}




.letter a {
    width: 30px;
    height: 47px;
    background: url("../topimages/letter.png") no-repeat;
    display: block;
    
}


.letter a:hover {
    background-image: url("../topimages/letter2.png");
}




.book a {
    width: 30px;
    height: 47px;
    background: url("../topimages/book.png") no-repeat;
    display: block;
    
}


.book a:hover {
    background-image: url("../topimages/book2.png");
}




.word a {
    width: 30px;
    height: 47px;
    background: url("../topimages/word.png") no-repeat;
    display: block;
    
}


.word a:hover {
    background-image: url("../topimages/word2.png");
}



 
.draw a {
    width: 30px;
    height: 47px;
    background: url("../topimages/draw.png") no-repeat;
    display: block;
   
}
 
 
.draw a:hover {
    background-image: url("../topimages/draw2.png");
}


/*--------------------------------------------------------------
___Main Menu
--------------------------------------------------------------*/

#top {
	background-image: url(../topimages/top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: contain;
	
}



/*--------------------------------------------------------------
___Footer Menu
--------------------------------------------------------------*/

footer {
	margin-bottom: 2%;
	margin-left: 3%;
    position: fixed;
    bottom: 0;
    width: 100%;
}


footer small {
	font-size: 12px;
	font-family: 'IM Fell Double Pica', serif;
    letter-spacing: 0.3em;
}
