body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
}

a:link, a:visited {
	color: #5183E8;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

a img{
border:none;
}

*{
    padding:0;
    margin:0;
}

#container{
background:url(images/bg.png) center top repeat;
}

#header{
background:url(images/header.png) center top no-repeat;
height:58px;
width:790px;
}

#nav{
background:url(images/body.png) center top repeat-y;
height:33px;
width:790px;
}

#banner{
background:url(images/banner.png) center top no-repeat;
height:197px;
width:790px;
}

#body{
background:url(images/body.png) center top repeat;
width:790px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
}

#content{
background:url(images/content.png) center top no-repeat;
width:790px;
height:22px;
}

#footer{
background:url(images/footer.png) center top no-repeat;
height:76px;
width:790px;
}

#center{
text-align:center;
}

#gallery{
margin:auto;
}

.welcome{
font-size: 40px;
text-align:center;
}

.bigfont{
font-size: 18px;
}

.smallfont{
font-size: 10px;
}

.normalfont{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 13px;
}
