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


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #343434;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin-top: 0px;
	margin-bottom: 0px;
}
.orange{
	color: #ff9515;
	font-weight: bold;
}
.main{
    width:565px;
	margin-left:83px;
	float:left;
}
.photos{
	width:705px;
	margin-left:83px;
	float:left;
}
.mainphoto{
	width:414px;
	float:right;
	margin-right:34px;
}
.footer{
    width:1019px;
    height:73px;
	margin-left:43px;
	margin-right:42px;
    background-image:url(images/blue_footer.jpg);
	font-size:12px;
	color:#FFF;
	line-height: 16px;
}
a.white:link{
	color:#FFF;
}
a.white:visited{
	color:#FFF;
}
a.white:hover{
	text-decoration: underline;
	color:#FFF;
}
a.white:active{
	color:#FFF;
}
.body {
	line-height:20px;
}
a:link {
	color: #109ebe;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #109ebe;
}
a:hover {
	text-decoration: underline;
	color: #109ebe;
}
a:active {
	text-decoration: none;
	color: #109ebe;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #6bd131;
}
