body {
	background: #000 url(/images/flowers.jpg) no-repeat left top;
	margin: 0px;
	text-align: center;
	vertical-align: top;
}
img {
	border: none;
}
h1 {
	text-align: left;
	font: 18px arial;
	color: #acc5f6;
	font-weight: bold;
	padding: 0px 15px 0px;
}
h4 {
	background: #002c5f url(/images/bg-h4.jpg) repeat left top;
	font: 12px arial;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h5 {
	color: #FFF;	
	font: 13px arial;
	font-weight: bold;
	margin: 0px;
}
h6 {
	font: 11px arial;
	color: #a8d59d;
	font-weight: bold;
	border-bottom: #a8d59d 1px dashed;
}
a:link {
	color: #9ddfe3;
	text-decoration: none;
}
a:visited {
	color: #9ddfe3;
	text-decoration: none;
}
a:hover {
	color: #9ddfe3;
	text-decoration: underline;
}
/*
	classes
*/
.menu {	
	padding: 13px 15px 16px 45px;
	font: 13px arial;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
}
.menu a {
	color: #FFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFF;
	text-decoration: none;
}
.menu a:hover {
	color:#0b2955;
	text-decoration: none;
}
.main {
	margin: 0px;
	background: #5785a3 url(/images/bg-main.jpg) repeat-x left bottom;
	color: #fff;
}
.column {
	background: url(/images/bg-column.gif) repeat-y right top;
	font: 11px arial;
	padding: 25px 15px 20px;
	text-align: justify;
	vertical-align: top;
}
.content {
	padding: 25px 40px 80px 25px;
	font: 12px arial;
	text-align: justify;
	vertical-align: top;
}
.footer {
	background: #0d1a28 url(/images/bg-footer-line.gif) repeat-x left top;
	text-align: center;
	padding: 20px;
	font: 11px arial;
	color: #FFF;
	font-weight: bold;
}
p.navig {
	text-align: center;
	font: 11px arial;
	color: #FFF;
	font-weight: bold;
}
p.picture {
	margin-left: 25px;
	padding: 10px;	
	text-align: center;
	background-color: #FFF;
	color: #000;
	font-style: italic;
	border: #000 1px solid;
}
.formula {
	text-align: center;
	font: 13px arial;
	color: #fcc9de;	
	font-weight: bold;
}
.dict {
	font: 11px arial;
	color: #b3dda8;
	font-weight: bold;
	border-bottom: #b3dda8 1px dashed;
}
.astrolist {
	color: #9ddfe3;
	font-weight: bold;
}
/*
	Id's
*/
#randtabl {
	background-color: #000;
	margin: 15px 25px;
	text-align: center;
}
#randtabl th {
	background-color: #315268;
	font: 12px arial;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}
#randtabl td {
	background-color: #5785a3;
	text-align: center;
	padding: 5px;
	color: #FFF;
	font: 11px arial;
}