/* CSS Document */
/* ==== Reset Browser Defaults ===== */
*{ margin: 0px auto; padding: 0px; }
img {border: 0;}

/* ===== Tag Styles ====== */
body{ font-family:Georgia, "Times New Roman", Times, serif; background-color:#F7F7F7; }
h1{ font-size: 1.6em; margin-bottom: 15px; font-family:Georgia, "Times New Roman", Times, serif;}
h2{ font-size: 1em; margin-bottom: 15px; text-align:center;}
h3{ font-size: 1em; margin-bottom: 15px; text-align:center;}
h4{ font-size: 1em; margin-bottom: 15px; }
p{ font-size: 0.7em; line-height: 1.7em; margin-bottom: 10px; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif;}
li{ font-size: 0.7em; line-height: 1.7em; margin-bottom: 10px; list-style:none;}
a{ color: #003366; }
a:hover{ color: #2b9cff; }
p.centre {text-align:center; margin-top:6px; color:#FFFFFF; font-size:14px;}
p.links {font-size:1em; font-family:Georgia, "Times New Roman", Times, serif; text-align:center;}
img.picturecentre {margin-bottom:5px; margin-left:27px;}
img.centre {margin-bottom:5px; margin-left:21px;}
p.special{text-align:center;}
p.indent{margin-left:5px;}
p.price{margin-left:5px; font-size:0.8em;}
p.indentcenter{text-align:center;}
p.thanks{font-size:0.8em;}
p.exchange{font-size:0.9em; }

/*style*/

#container{
	width: 900px;
}

#header{
	width: 900px;
	height: 128px;
	font-size: 1px; color: #F7F7F7;
	background-image:url(../images/header.gif);
	background-repeat:no-repeat;
		
}

#header a{

		display: block;
		width: 900px;
		height: 128px;
		font-size: 1px;
		color:#f7f7f7;

}

img.links{
	margin-right:10px;
}

#links{
	
	background-color:#ffccff;
}

div.hold{
	width:900px;
	display:block;
}



#adstrip{
	margin-left:90px;
	margin-right:90px;
	margin-bottom:10px;
}

#contactinfoleft{
	
	width:180px;

	float:left;
	margin-bottom:10px;
}

#contactinforight{

width:720px;
	float:right;
	margin-bottom:10px;
	
}

#inforight{
	
	width:900px;
	float:right;
	margin-bottom:10px;
}

#contactleft{
	width:315px;
	float:left;
	margin-top:10px;
}

#contactright{
	width:720px;
	float:right;
	margin-top:10px;
}

div.leftcolumn{
	float: left;
	margin: 0px auto;
	position: relative;
	display: inline;
	height:220px;
	width: 300px;
	margin-bottom:25px;
}

div.centrecolumn{
	width: 300px;
	background-position:top;
	background-repeat:no-repeat;	
	margin-bottom:25px;
	height:220px;
	
	}

div.rightcolumn{
	float: right;
	margin: 0px auto;
	position: relative;
	display: inline;
	height:220px;
	margin-bottom:25px;
	width: 300px;
}
#footer {
	background-color:#CCCCCC;
	width:900px;
	margin-top:20px;
	}
