* { 
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	font-family: arial;
	font-size: 62.5%;
	background: #185e73 url(../images/bg-billingblock.jpg) repeat-x 0 670px;
}

object {
	display: block;
}

#content {
	width: 100%;
	background-color: #186F82;
}

#flashcontent {
	width: 100%;
	height: 702px;
	background: #fff;
}

	#flashcontent h1 {
		font-size: 2em;
		text-align: center;
		padding: 0 0 20px;
	}
	
	#flashcontent p { 
		text-align: center;
		font-size: 1.2em;
	}
	
		#flashcontent p a { color: #ff0000; }
		
#bottomcontent {
	width: 960px;
	height: 200px;
	background: url(../images/billingblock.gif) no-repeat;
	margin: 0 auto;
	color: #eec166;
	text-align: left;
}

a { color: #eec166; }

#share {
	list-style-type: none;
	width: 551px;
	height: 17px;
	padding: 10px 0 11px 275px;
}

	#share li {
		float: left;
	}
		
		#share li a {
			height: 0px;
			padding: 17px 0 0;
			display: block;
			overflow: hidden;
			cursor: pointer;
		}
		
		#share li a.facebookfan {
			width: 190px;
			margin-right: 80px;
		}
			
		#share li a.facebook {
			width: 13px;
			margin-right: 10px;
		}
			
		#share li a.twitter {
			width: 11px;
			margin-right: 9px;
		}
			
		#share li a.delicious {
			width: 13px;
			margin-right: 11px;
		}
			
		#share li a.digg {
			width: 14px;
			margin-right: 7px;
		}
			
		#share li a.stumbleupon {
			width: 14px;
		}
			
		#share li a.myspacefan {
			width: 213px;
		}

#billingblock {
	width: 210px;
	height: 106px;
	padding: 125px 0 0 111px;
	color: #cfa656;
	text-align: right;
}

	#billingblock a { color: #D6A85D; }

#footer {
	color: #7da4b0;
	}

	#footer a{
	color: #7da4b0;
	}

	#footer a:visited{
	color: #7da4b0;
	}

	#footer a:hover{
	color: #7da4b0;
	}
	
	#footer #footerlegal {
	border-top:1px solid #7da4b0;
	padding-top:1em;
	}
	
	#footer #footerinfo li, #footer #footerlegal ul li {
	border-left:1px solid #7da4b0;
	display:inline;
	padding:0 0.5em;
	}