﻿.headstyle {
	background-image: url('../images/parrot.jpg');
	background-repeat: no-repeat;
	width: 700px;
	height: 110px;
	position: relative;
	left: 0px;
	top: 0px;
	height: 148px;
}
body {
 
	background-color: #666666;
}
.contactinfo {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	background-image: url('../images/s6g.jpg');
	background-repeat:repeat-x;
	width: 700px;
	height: 30px;
    vertical-align:bottom;
    position:relative;
  }
.maststyle {
	width:700px;
	height:60px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #3399FF;
}
.titlestyle {
	width:700px;
	height:30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight:bold;
	color:#3399FF;
}
.leftcol {
	position:relative;
	width:100px;
	float:left;
	margin-left:10px;
	
}
.rightcol {
	position:relative;
	width:100px;
	float:right;
	margin-right:20px;
}
.contentstyle {
	position:relative;
	width:500px;
	height:200px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
	float:right;
	margin:20px;
}
.footerstyle {
text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	background-image: url('../images/s6g.jpg');
	background-repeat:repeat-x;
	width: 700px;
	height: 20px;
    vertical-align:bottom;
    position:relative;
	
}