a img {
	border: 0;
	outline : none;
}
body {
	background: url(/images/header_bg.jpg) #dddddd center top no-repeat;
	color: black;
	font-family: Arial, Verdana, sans-serif; 
	margin: 0 auto;
	text-align: justify;
	width: 1060px;
}
blockquote {
	background: url(/images/blockquote.png) #dddddd left top no-repeat;
	border-radius: 10px;
	font-size: 1.2em;
	margin: 1em;
	padding: 1.25em;
	text-indent: 3em;
	width: 20%;
}
table {
	text-align: center;
	width: 100%;
}
thead {
	background-color: #dddddd;
}
.changelog {
	text-align: left;
}
.lhs, .rhs {
	margin: .5em 2em;
	box-shadow: 0 2px 8px gray;
}
.lhs {
	clear: left;
	float: left;
}
.links, .services {
	border-radius: 10px;
	box-shadow: 0 0 8px gray inset;
	margin: .75em;
	padding: 1em;
}
.links {
	background: silver;
	color: gray;
	font-size: 90%;
	text-align: center;
}
.links a, .services a {
	text-decoration: none;
}
.links a {
	color: black;
	text-shadow: white 1px 1px 1px;
}
.links a:hover, .service a:hover {
	color: black;
	text-decoration: underline;
}
.links ul {
	margin:0;
	padding:0;
}
.links li {
	display: inline;
	list-style-type: none;
	margin: 0 1em;
}
.next {
	float: right;
}
.next, .prev {
	color: silver;
	cursor:pointer;
	font-size: 3em;
	font-weight: bold;
	margin-top: 3em;
	text-shadow: gray 2px 2px 2px;
}
.prev {
	float: left;
}
.readmore {
	background: silver;
	border-radius: 5px;
	box-shadow: 0 0 8px gray inset;
	display: block;
	line-height: 1.5em;
	margin-top: .5em;
	text-shadow: white 1px 1px 1px;
	text-align: center;
	width: 6em;
}
.rhs {
	clear: right;
	float: right;
}
.service {
	float: left;
	font-size: .9em;
	padding: 2em 4.5em 2em 5em;
	position: relative;
	width: 190px;
}
.service a {
	color: black;
	text-shadow: white 1px 1px 1px;
}
.service h3 {
	margin: 0 0 1em 0;
	text-align: center;
}
.service img {
	display: block;
	margin: .5em auto;
}
.services {
	background: white;
	color: black;
}
#carousel {
	height:336px;
	list-style: none;
	margin: 0 auto;
	overflow:hidden;
	padding: 0;
	width:994px;
}
#carousel li {
	text-align:center;
}
#carousel li a {
	color: white !important;
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
	text-shadow: black 2px 2px 2px;
}
#carousel li span {
	display:block;
	margin: -2em 0 0 2em;
	text-align: left;
}
#footer {
	font-size: .8em;
	font-style: italic;
	text-align: center;
}
#popup {
	background: url('/images/Money-pack-U-(3).jpg') white center top no-repeat;
	border: 1px solid black;
	border-radius: 10px;
	box-shadow: 0 0 2em black;
	display: none;
	font-size: 2em;
	left: 24%;
	padding: 1em .5em;
	position: absolute;
	text-align: center;
	top: 25%;
	width: 50%;
	z-index:101;
}
#popup .close {
	background-color: #CC0000;
	border-radius: 10px;
	box-shadow: 0 0 .5em gray;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	padding: 8px;
}
#blackout {
	background-color: black;
	cursor: pointer;
	display: none;
	filter: alpha (opacity = 70);
	height: 100%;
	left: 0;
	opacity: .7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
