body {
	background:#ffffff url(../gfx/mainBack.jpg) top center no-repeat;
	font-family: 'Verbe', Arial, sans serif;
	font-weight:400;
	font-size:14px;
	color:#6f6f6f;
}
@media (min-width:1200px) {
#container {
	width:1175px;
	margin:-10px auto 0 auto;
}
}
@media (max-width:1199px) {
#container {
	width:960px;
	margin:-10px auto 0 auto;
}
}
#domainsLogo {
	text-align:left;
	margin:0 0 0 -60px;
}
.clear {
	clear:both;
}
a:link, a:visited, a:hover {
	text-decoration:none;
}
h1 {
	font-family:'Verbe', Tahoma, Arial, Sans Serif;
	font-weight:300;
	font-size:30px;
	color:#347DBB;
	text-align:center;
	padding:25px;
}
h3.slogan {
	font-family:'Verbe', Tahoma, Arial, Sans Serif;
	font-weight:300;
	font-size:20px;
	color:#333333;
	margin-top:0;
}
hr {
	margin: 10px 0 20px 0;
	border: 0;
	border-top: 1px solid #a6d5f0;
	border-bottom: 1px solid #ffffff;
}
.adBlocks {
	float:left;	
	width:22%;
	padding:5px 10px;
}
#ads .btn-primary {

}
#ads .btn-success {

}
@media (max-width:1199px) {
#ads .btn-info {

}
#ads .btn-success {

}
	
}
.spacers {
	width:1%;
	background:transparent url(../gfx/dashes.png) top center repeat-y;
	float:left;
	height:285px;
}
.adBlocks.last {
	width:22%;
	margin-right:0;
}
.adBlocks h3 {
	font-family:'Verbe', Arial, Sans Serif;
	font-size:18px;
	font-weight:600;
	padding:0;
	margin:0;
}
strong {
	font-weight:400;
	text-align:center;
}
.images {
  /* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */

  width: auto\9;
  /* IE7-8 need help adjusting responsive images */

  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
ul {
	width:85%;
	padding-left:25px;
}
.ulLinks:link, .ulLinks:visited {
	text-decoration:none;
	color:#333333;
}
.ulLinks:hover {
	text-decoration:none;
	color:#4e4e4e;
}
.footer {
	text-align:right;
	margin:25px 0 0 0;
	border-top:1px solid #f5f5f5;
	padding:15px 5px;
}
.george {
	height:240px;	
}