@charset "utf-8";
/* CSS Document */
body {
	background-image:url(images/tile.jpg);
	background-repeat:repeat-x;
	margin:0px;
	background-color:#B9CFF6;
}
.container {
	margin:0 auto;
	width:1000px;
	
}
.header {
	width:1000px;
	height:449px;
}	
.header1 {
	height:449px;
	width:727px;
	float:left;
	background-image:url(images/header_1.jpg);
}
.btn_faq {
	cursor:pointer;
	height:52px;
	width:114px;
	float:left;
	background-image:url(images/btn_faq.jpg);
}
.btn_faq:hover {
	background-image:url(images/btn_faq_hover.jpg);
}

.btn_webmasters {
	cursor:pointer;
	height:32px;
	width:114px;
	float:left;
	background-image:url(images/btn_webmasters.jpg);
}
.btn_webmasters:hover {
	background-image:url(images/btn_webmasters_hover.jpg);
}
.btn_contact {
	cursor:pointer;	
	height:33px;
	width:114px;
	float:left;
	background-image:url(images/btn_contact.jpg);
}
.btn_contact:hover {
	background-image:url(images/btn_contact_hover.jpg);
}
.header2 {
	height:239px;
	width:273px;
	float:left;
	background-image:url(images/header_2.jpg);
}
.header3 {
	height:52px;
	width:159px;
	float:left;
	background-image:url(images/header_3.jpg);
}
.header4 {
	height:33px;
	width:159px;
	float:left;
	background-image:url(images/header_4.jpg);
}
.header5 {
	height:32px;
	width:159px;
	float:left;
	background-image:url(images/header_5.jpg);
}
.header6 {
	height:93px;
	width:273px;
	float:left;
	background-image:url(images/header_6.jpg);
}
/*block settings*/
.content {
	margin-top:5px;
	padding-left:70px;
}
.block {
	margin:0px 5px 5px 5px;
	width:221px;
	height:381px;
	float:left;
	background-image:url(images/block.jpg);
	background-repeat:no-repeat;
}
.block .title { 
	height:18px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-top:3px;
	padding-left:10px;
	color:#3C67B5;
	
}
.block .frontpic {
	margin-top:3px;
	margin-left:10px;
}
.block .btn_details {
	cursor:pointer;
	background-image:url(images/btn_details.jpg);
	width:210px;
	height:26px;
	margin-left:5px;
	margin-top:5px;
}
.block .btn_details:hover {
	background-image:url(images/btn_details_hover.jpg);
}
.block .btn_view {
	cursor:pointer;
	background-image:url(images/btn_arrow.jpg);
	background-repeat:no-repeat;
	width:210px;
	height:25px;
	margin-left:5px;
}
.block .btn_view:hover {
	background-image:url(images/btn_arrow_hover.jpg);
}

