html {
	overflow: auto;
}
body {
	background: #fff url(http://astrologywizard.com/images/cosmic_snail.png) no-repeat center 195px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}
a:active {
	background: none;
}
#top_bar {
	background: #fff;
	display: block;
	margin: 0;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding: 0px 12px 0px 12px;
	height: 35px;
	min-width: 760px;
	font: 16px arial, helvetica, sans-serif;
	text-align: left;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
	white-space: nowrap;
}
#top_bar ul {
	list-style: none;
	margin: -26px 5px 0px 200px;
	float: right;
	display: block;
}
#top_bar ul li {
	display: inline;
	padding: 0px 8px;
}
#top_bar a {
	color: #999;
	text-decoration: none;
	padding: 0px 4px;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
}
#top_bar a:hover {
	font-style: bold;
	color: #666;
	text-decoration: underline;
}
#aw_link a {
	background: #fff url(http://astrologywizard.com/images/aw_longamazon.png) no-repeat center center;
	display: block;
	width: 139px;
	height: 35px;
	text-indent: -9999px;
	transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
}
#aw_link a:hover {
	background: #fff url(http://astrologywizard.com/images/aw_longamazon_ovr.png) no-repeat center center;
}
.page {
	font: 13px arial, helvetica, sans-serif;
	color: #666;
	line-height: 140%;
	width: 760px;
	text-align: justify;
	margin: auto;
	padding-top: 25px;
}
.page a {
	font-weight: bold;
	color: #556d85;
	text-decoration: none;
	transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-webkit-transition: text-decoration 0.2s linear;
	-o-transition: color 0.2s linear;
}
.page a:hover {
	color: #333;
	border-bottom: 1px dotted #333;
}
.corner {
	background: no-repeat url(http://astrologywizard.com/images/aqu_cnr.png);
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 200px;
	height: 264px;
	z-index: -1;
}
img {
	border: 0;
}
li {
	list-style: circle inside;
	padding: 0px 0px 2px 20px;
}
.top_links {
	font: 19px arial, helvetica, sans-serif;
	color: #556d85;
}
.text-level_01 {
	font: 23px arial, helvetica, sans-serif;
	background: #ccc;
	color: #fff;
	margin-top: 30px;
	padding: 7px 0px;
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.text-level_02 {
	font: 22px arial, helvetica, sans-serif;
	padding: 6px 0px 2px 10px;
}
.text-level_03 {
	font: 19px arial, helvetica, sans-serif;
	padding: 6px 0px 2px 20px;
}
.text-level_04 {
	color: #666;
	padding: 0px 0px 0px 20px;
}
#left_column {
	margin: 10px 0px 14px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0px;
	float: left;
	width: 254px;
	color: #666;
}
#ctr_column {
	margin: 10px 0px 14px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0px;
	float: left;
	width: 253px;
	color: #666;
}
#right_column {
	margin: 10px 0px 14px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px 0px;
	float: left;
	width: 253px;
	color: #666;
}
#footer {
	clear: both;
}
.international {
	font: 9px arial, helvetica, sans-serif;
	text-align: center;
	padding-bottom: 10px;
}