﻿html, body
{
    text-align: center;
    background-color: #ffffff;
    font-size: 62.5%;
    color: #8F8775;
    font-family: Arial, 'Times New Roman' , Times, serif;
} 
#pagewidth
{
    background-color: #ffffff;
    font-size: 2.5em;
} 

#header
{
    background-color: #D4CBB7;
    background-image: url( 'images/header.gif' );
    background-repeat: no-repeat;
} 
#leftcol
{
    background-image: url( 'images/left_background.gif' );
    background-repeat: repeat-y;
}



#maincol{
 background-color: #ffffff;  

 }
#maincol h1
{
    color: #656156;
    font-size: 1.75em;
    clear: both;
}
#maincol h2
{
    color: #656156;
    font-size: 1.25em;
}
#maincol p
{
    color: #8F8775;
    font-size: 1.25em;
    line-height: 1.1em;
} 
#maincol ul
{

    font-size: 1.25em;
} 
#maincol .image
{
    padding: 5px;
}
#footer
{
    background-color: #D4CBB7;
    clear: both;
    color: #656156;
    font-size: 1em;
    text-align: center;
    background-image: url( 'images/footer.gif' );
    background-repeat: no-repeat;
    padding-top: 5px;
} 


#navcontainer
{
    margin-left: 10px;
}

#navcontainer ul
{
font-size: 1.25em;
}

#navcontainer a
{

}

#navcontainer a:link, #navlist a:visited
{
    color: #656156;
    text-decoration: none;
}

#navcontainer a:hover
{
    color: #656156;
    text-decoration: underline;
}
/** Declaration for the a.singleRollover selector **/

#topnav a.homeRollover {
	display: block;
	width: 112px;
	height: 36px;
	background: url('images/nav_home.gif') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
    float:left;
}

/** Declaration for the additional states of the a.singleRollover selector **/

#topnav a:visited.homeRollover {
	background-position: 0 0px;
}

#topnav a:hover.homeRollover {
	background-position: 0 -38px;
}

#topnav a:active.homeRollover {
	background-position: 0 -38px;
}

#topnav a.aboutRollover {
	display: block;
	width: 112px;
	height: 36px;
	background: url('images/nav_about.gif') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
float:left;
}

/** Declaration for the additional states of the a.singleRollover selector **/

#topnav a:visited.aboutRollover {
	background-position: 0 0px;
}

#topnav a:hover.aboutRollover {
	background-position: 0 -38px;
}
#topnav a.contactRollover {
	display: block;
	width: 112px;
	height: 36px;
	background: url('images/nav_contact.gif') no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
    float:left;
}

/** Declaration for the additional states of the a.singleRollover selector **/

#topnav a:visited.contactRollover {
	background-position: 0 0px;
}

#topnav a:hover.contactRollover {
	background-position: 0 -38px;
}

#topnav a:active.contactRollover {
	background-position: 0 -38px;
}
#leftmenu
{

    margin-top: 6px;
}
#leftmenu h1
{
    padding: 0px;
    margin: 0px 0px 0px 15px;
    width: 242px;
    height: 85px;
    text-indent: -100.0em;
    overflow: hidden;
}

#leftmenu .menu_visit { 
    background: url('images/menu_visit.gif'); 
} 
#leftmenu .menu_visit a{ 
    display:block; 
    line-height:85px; /*match to h1 height*/ 
} 

#leftmenu .menu_ponies { 
    background: url('images/menu_ponies.gif'); 
} 
#leftmenu .menu_ponies a{ 
    display:block; 
    line-height:85px; /*match to h1 height*/ 
}
#leftmenu .menu_donate { 
    background: url('images/menu_donate.gif'); 
} 
#leftmenu .menu_donate a{ 
    display:block; 
    line-height:85px; /*match to h1 height*/ 
}  
.center
{
text-align: center;
}
