body{
background-image: url(images/tile.jpg);
background-repeat: repeat-x;
background-color:#4373A4;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#545454;
}
.mainframe{
	position:relative;
	top:0;
	width:700px;
	height:1060px;
	margin:0 auto;

}
.side1{
position:relative;

background-image: url(images/side1.jpg);
background-repeat: no-repeat;
width:8px;
height:446px;
}
.side2{
position:relative;

background-image: url(images/side2.jpg);
background-repeat: no-repeat;
width:35px;
height:446px;
}
.middle{
position:relative;

width:721px;
}
.header{
position:relative;

background-image: url(images/header.jpg);
background-repeat: no-repeat;
width:721px;
height:109px;
}
.btn1 a { 
	display:block;
	width:110px;
	height:33px;
	text-decoration:none;
	background:url("images/link_home.jpg") no-repeat;
	padding:0px 0px 0px 0px;
}
.btn1 a:hover { 
	background-position: 0px -33px;
}
.btn2 a { 
	display:block;
	width:104px;
	height:33px;
	text-decoration:none;
	background:url("images/link_faqs.jpg") no-repeat;
	padding:0px 0px 0px 0px;
}
.btn2 a:hover { 
	background-position: 0px -33px;
}
.btn3 a { 
	display:block;
	width:125px;
	height:33px;
	text-decoration:none;
	background:url("images/link_advertise.jpg") no-repeat;
	padding:0px 0px 0px 0px;
}
.btn3 a:hover { 
	background-position: 0px -33px;
}
.btn4 a { 
	display:block;
	width:244px;
	height:33px;
	text-decoration:none;
	background:url("images/link_privacypolicy.jpg") no-repeat;
	padding:0px 0px 0px 0px;
}
.btn4 a:hover { 
	background-position: 0px -33px;
}
.btn5 a { 
	display:block;
	width:134px;
	height:33px;
	text-decoration:none;
	background:url("images/link_contact.jpg") no-repeat;
	padding:0px 0px 0px 0px;
}
.btn5 a:hover { 
	background-position: 0px -33px;
}
a.link1{
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
text-decoration:none;
}
a.link1:hover{
color:#555555;
text-decoration:underline;
}
