/* Rats 'n' Bedbugs styles */

body { 
	font-family: verdana, arial, helvetica, sans-serif;  
	color: #003333;
	margin: 0;
	padding: 0;
}

#headerBanner {
	position: fixed;
	top: 75px;
	left: 0;
	width: 100%;
	height: 20px;
	background-image: url("img/bedbug.jpg");
	background-repeat: repeat-x;
}

.title {
	position: fixed;
	font-size: 28px;
	top: 0;
	right: 7px;
}

.tagline {
	position: fixed;
	font-size: 10px;
	font-weight: bold;
	top: 85px;
	right: 10px;
}

#wrap {
    margin: 0 auto;
    width: 1000px;
}

#footerBanner {
	position: fixed;
	bottom: 0;
	right: 0;
}

#fineprint {
	position: fixed;
	margin: 0;
	padding: 0;
	font-size: 10px;
	bottom: 3px;
	left: 64px;
}

#license {
	position: relative;
	margin-top: 60px auto;
	text-align: center;
}

.subtitle {
	font-size: 16px;
	margin-bottom: 10px 0 10px 0;
}

.info {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 10px;
}

.name {
	font-weight: bold;
}

#hipsterBlock {
	position: relative;
	float: left;
}

#leftBlock {
	position: relative;
	float: left;
}

#topLeftBlock {
	position: relative;
	width: 360px;
	margin: 0 0 0 30px;
	padding: 10px 0 0 30px;
	background-image: url('imgs/rat-a.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#bottomLeftBlock {
	position: relative;
	width: 360px;
	margin: 30px 0 0 30px;
	padding: 10px 0 0 30px;
	background-image: url('imgs/rat-b.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#rightBlock {
	position: relative;
	float: right;
}

#topRightBlock {
	position: relative;
	width: 360px;
	margin: 120px 0 0 600px;
	padding: 10px 0 0 30px;
	background-image: url('imgs/rat-c.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

#bottomRightBlock {
	position: relative;
	width: 360px;
	height: 110px;
	margin: 30px 0 0 600px;
	padding: 10px 0 0 30px;
	background-image: url('imgs/rat-d.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

.blurb {
	color: #FE0000;
	font-size: 12px;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 14px;
}

a:link, a:visited {
	color: #333333;  
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:active, a:hover {
	color: #111111;  
	font-size: 10px; 
	font-weight: bold;
	text-decoration: none;
}

a.subtle:link, a.subtle:visited, a.subtle:active, a.subtle:hover {
	color: #666666;  
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

img {
	border: none;
}

.list {
	padding: 0 20px 0 0;
	margin-top: 0;
	font-size: 10px;
}

.thumb {
	padding: 0 37px 0 0;
	margin-top: 0;
	text-align: left;
}

.red {
	color: #ff0000;
}
