@charset "utf-8";
/*Reset (optional)*/
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
	padding: 0;
	margin: 0;
	border: 0;
}
img {border: 0}

/*image outline Fix for Firefox*/
a {
    outline:0px;
}
a img {
    border: none;
}
/*End Reset - start styling*/


body {
	font-family: Verdana, Geneva, sans-serif;
	color:#000;
	/*color: #1c0f2e;*/
	text-align: center;
	background-color: #eaeff1;
	background-image:url(images/bb2.jpg);
	background-repeat:repeat;
}

#wrapper {
	max-width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#list {
	text-align: left;
	list-style-type: circle;
	list-style-position: outside;
	margin-left: auto;
	margin-right: auto;
}

#rates {
	text-align: center;
}


#find {
}

#footer {
}

#wrapper a:link {
	color: #2e3192;
}
#wrapper a:visited {
	color: #2e3192;
}
#wrapper a:hover {
	color: #0c8a9d;
}
#wrapper a:active {
	color: #0c8a9d;
}
