body{
		background-color: #cc9;

}
a:link, a:active, a:visited	{color:#000; text-decoration:none;}
a:hover						{color:#650; text-decoration:none;}
a.bodylink:link, a.bodylink:active, a.bodylink:visited	{color:#fff; text-decoration:none;}
a.bodylink:hover {color:#fff; text-decoration:underline;}
#wrapper {
	width: 770px;
	position: relative;
	left: 50%;
	margin-left: -385px;
	border-style:	solid;
	border-color:	#666600;
	border-width:	1px;
	padding:		1em 1em 1em 1em;
	/*background-repeat: no-repeat;*/

}
#services li{
	padding: 5px;
}
#heading {
	/*
	background-color: yellow;
	*/
	position: relative;
	padding-bottom: 5px;
	width: 100%;
}
#heading #flag{
	/*
	background-color: yellow;
	*/
	float: right;
	text-align: right;
	width: 20%;
	padding-top: 25px;
}
#heading #headingBanner{
	/*
	background-color: yellow;
	*/
	float: left;
	text-align: left;
	width: 78%;
	font-size: 40px;
	font-weight: bold;
	color: #660;
}
#body {
	position: relative;
	padding-top: 0px;
	/*
	background-color: yellow;
	*/
	width: 100%;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#body #leftBody{
	/*
	background-color: yellow;
	*/
	float: left;
	text-align: left;
	width: 150px;
	text-align:center;
}
#body #leftBody #leftBodyPic {
	border: 1px solid #660;
	width: 100px;
	/* padding: 10px (padding for all four sides
	   padding: 10px 5px (top and bottom 10px - right and left 5px
	   padding: top right bottom left
    */
	padding: 5px;
	margin: 0px auto;
}
#body #leftBody #leftBodyNav {
	/*
	background-color: yellow;
	*/
	width: 160px;
	padding: 25px 20px;
	text-align: left;
}
#body #rightBody{
	border: 1px solid #660;
	background-color: #366;
	float: right;
	text-align: right;
	width: 570px;
	padding: 10px 10px;
}
#body #rightBodyDerand{
	border: 1px solid #660;
	background-color: #8C7853;
	float: right;
	text-align: right;
	width: 570px;
	padding: 10px 10px;
}
#body #rightBody #title {
	/*
	background-color: yellow;
	*/
	position: relative;
	padding: 25px;
	width: 100%;
}
#doublepic {
	padding: 15px;
	width: 100%;
}
#floatRightText{
	float: right;
	padding: 5px;
}
#floatLeftText{
	float: left;
	padding: 5px;
}
#floatRightTextDerand{
	float: right;
	padding: 5px;
	text-align: left;
}
#floatLeftTextDerand{
	float: left;
	padding: 5px;
	text-align: left;
}
#floatRight{
	float: right;
	border: 1px solid #FFFFFF;
	text-align: center;
	padding: 5px;
}
#floatLeft{
	/*
	background-color: yellow;
	*/
	float: left;
	border: 1px solid #FFFFFF;
	text-align: center;
	/* padding: 10px (padding for all four sides
	   padding: 10px 5px (top and bottom 10px - right and left 5px
	   padding: top right bottom left
    */
	padding: 5px;
}
#titleBanner{
	/*
	background-color: yellow;

	float: left;
	*/
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 78%;
	font-size: 30px;
}
.text{
	color:  #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
}
.text TABLE{
	color: #fff;
}
.subtitle{
	color:  #FFFFFF;
	text-align: left;
	text-decoration: underline;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
.bold{
	color:  #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	font-weight: bold;
}
.quote{
	color:  #FFFFFF;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: left;
	font-style: italic;
}
#footer {
	/*
	background-color: yellow;
	*/
	position: relative;
	padding-top: 0px;
	width: 100%;
}
#footer #creditcard{
	/*
	background-color: yellow;
	*/
	float: right;
	text-align: right;
	width: 20%;
	padding-top: 25px;
}
