p{
font-family: arial, sans-serif; 
font: 12px;
}

#mainpg
{
			background: url("images/mainbackground.jpg");
			background-repeat: no-repeat;
		
			width: 700px;
			height: 500px;
			
			
}
#mainlinks{
			font-family: arial, sans-serif;
			font: bold;
			position: right;
			text-decoration: none;
			color: #000000;
}
a{
	text-decoration: none;
	color: #000000;
	
}

body{
	font-family: arial;	 
}
.header{
	background: url("images/backgroundheader.gif"); 
	background-repeat: no-repeat;
	width: 800px;
	height: 100px;
}
.topnavbutton
{
 background-color: #0066ff;
 background-repeat: no-repeat;

 width: 100px;
 height: 25px;
 background-position: top center;
 font: bold, sans-serif, 12px;
 position:  bottom center;
 text-align:  center; }
 
.topnavbutton:hover
{
 background-color: #33cc00;
 background-repeat: no-repeat;

 width: 100px;
 height: 25px;
 background-position: top center;
 font: bolder, sans-serif, 12px;
 position: bottom center;
 text-align: center; }

.leftnavbutton
{
 background: url("images/leftnavbutton.gif");
 background-repeat: no-repeat;
 width: 150px;
 height: 24px;
 background-position: top center;
 font: bolder, sans-serif, 14px;
 position: top center;
 text-align: center; 

 

}
.leftnavbutton:hover
{
 background: url("images/leftnavbuttonhover.gif");
 background-repeat: no-repeat;
 width: 150px;
 height: 24px;
 background-position: top center;
 font: bolder, sans-serif, 14px;
 position: top center;
 text-align: center; 
 color: #FFFFFF;
 

}
#byuibookstore{
 background: url("images/leftnavbutton.gif");
 background-repeat: no-repeat;
 width: 150px;
 height: 24px;
 background-position: top center;
 font: bolder, sans-serif;
 position: center;
 font-size: 10pt;
 text-align: center; 
 }
#byuibookstore:hover {
 background: url("images/leftnavbuttonhover.gif");
 background-repeat: no-repeat;
 width: 150px;
 height: 24px;
 background-position: top center;
 font: bolder, sans-serif;
 position: center;
 font-size: 10pt;
 text-align: center; 
 color: #FFFFFF;
 }