@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	 height:100%; 
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
	height:100%;
	background-image:url(corners/contentbg.jpg);

}

#footer {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1000px;
}
.style1 {color: #FFFFFF;
}

#container2 {width:1000px;
height:120px;
background-image:url(corners/topsection.jpg);
	clear: both;
	color:#FFFFFF;
}

#links {width:1000px;
height:30px;
background-image:url(corners/topsection.jpg);
	clear: both;
	text-align:center;
	color:#FFFFFF;
}

#links1 {width:1000px;
height:30px;
background-image:url(corners/topsection.jpg);
	clear: both;
	text-align:center;
	color:#FFFFFF;
}

#container {
width:1000px;
height:29px;
background-image:url(corners/top.jpg);
	clear: both;

}
#startoftop {
width:1000px;
height:30px;
background-image:url(corners/startoftop.jpg);
	clear: both;
}

#startofbottom {
width:1000px;
height:30px;
background-image:url(corners/startofbottom.jpg);
	clear: both;
}

#content {
width:1000px;
background-image:url(corners/contentbg.jpg);
height:auto;}

#bottom {width:1000px;
height:29px;
background-image:url(corners/bottom.jpg);
	clear: both;

}

h1 {margin:0px;}
h2 {margin-top:0px;
margin-bottom:3px;}

#side-a {
	float: left;
	width: 145px;
	padding-left:20px;
	color:#FFFFFF;
}

#side-b {
	float: right;
	width: 276px;
	margin-right:14px;
	margin-left:6px;
	color:#FFFFFF;
}

#info { 
	float: left;
	width: 499px;
	padding-right:20px;
	padding-left:20px;
}

#info a{
color: #666666;
text-decoration: underline;
background:#FFFFFF;
}

#info a:active {
color: #666666;
text-decoration: underline;
background:#FFFFFF;
}


#info a:hover { color: black; text-decoration: underline; background:
#FFFFFF } 



a{
color: #CCCCCC;
text-decoration: underline;
background:#000000;
}

a:active {
color: #CCCCCC;
text-decoration: underline;
background:#FFFFFF;
}


a:hover { color: black; text-decoration: underline; background:
#FFFFFF } 


.style2 {color: #FF0000;}

#footer a{
color: #666666;
text-decoration: none;
background:#FFFFFF;
}

#footer a:active {
color: #666666;
text-decoration: none;
background:#FFFFFF;
}


#footer a:hover { color: black; text-decoration: none; background:
#FFFFFF } 

ul
{
list-style-type: none;
padding: 0;
margin: 0;
padding-top:10px;
}

li
{
background-image: url(smallmoneyclip.jpg);
background-repeat: no-repeat;
padding-left: 17px;

}


#images
{
margin:0px auto;
width:400px;
}

#moneyclip
{
float:left;
width:199px;
}

#cardguard
{
float:right;
width:201px;
}

.clearfix
{
clear:both;
}


#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 2px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
}
img.btn_close {
	float: right;
	margin: -10px -15px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}


