/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 140%;
}

/* Text styles */

.small{
font-size: 85%;
}

.sub{
font-weight:bold;
color: #333333;
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: underline;
	color: #CCCCCC;
}

h1 {font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 130%;
	line-height: 110%;
	color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size: 120%;
	line-height: 100%;
	color: #000080;
}


/* Form */

.boxes {
	background-color: #EFEFEF;
	width: 400px;
	border: #999999 solid 1px;
}
.boxesmall {
	background-color: #EFEFEF;
	width: 150px;
	border: #999999 solid 1px;
}
.tick {
	background-color: #EFEFEF;
}



/* Div tags */

.clear {
	clear: both;
	line-height: 0px;
}

#header {
	width: 580px;
	height: 70px;
	padding: 55px 0px 0px 170px;
	background-image: url(../images/btog_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


#content {
	margin-top: 20px;
	margin-left: 50px;
	margin-right: 0px;
	width: 650px;
}

#pic {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}

#wrapper {
	position:relative; /* needed for footer positioning*/
	width: 750px;
	margin:0 auto; /* center, not in IE5 */
	height:auto !important; /* real browsers */
	/*height:100%; IE6: treaded as min-height
	min-height:100%; real browsers */
	background-color: #FFFFFF;
}


