
/* DIVERS */

body {
	margin-top: 10px;
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial;
	font-size: 13px;
	text-align:center;
	background: #FAFAFA;
}

img {
	border: none;
}


a:link, a:visited {
	text-decoration: none;
	color: #561670;
}

a:hover, a:active {
	color: #9E27CF;
}

.grey {
	color: #999999;
}

	
/* CONTAINER DIVS */

#container {
	position: relative;
	border: 1px solid black;
	width: 1000px;
	min-height: 700px;
	background: #FFFFFF;
	margin: auto;
}

#hbow {
	position: absolute;
	z-index: 2;
	right: 30px;
	top: 20px;
	width: 424px;
	height: 107px;
	background: url(../images/backgrounds/v2-hbow.png) no-repeat;	
}
	
#top {
	position: relative;
	z-index: 1;
	height: 80px;
	background: url(../images/backgrounds/v2-top.png) no-repeat;
	text-align: left;
}

#top h1{
	position: absolute;
	top: 15px;
	left: 23px;
	margin: 0px;
}

#top h2 {
	position: absolute;
	top: 57px;
	left: 26px;
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #8D3FAD;
}

#wrapper {
	position: relative;
	width: 1000px;
}

#wrapleft {
	position: relative;
	float: left;
	width: 130px;
}

#wrapright {
	position: relative;
	z-index: 3;
	float: left;
	width: 870px;
	text-align: left;
}

#content {
	margin: 20px auto auto 15px;
}


/* HOROSCOPE BOXES ETC */

.purplebox {
	width: 140px;
	height: 100px;
	border: 1px dotted #999999;
	background: #FBF1FF;
	text-align: center;
	padding: 10px;
}

.purplebox img {
	display: block;
	margin: auto;
}

.purplebox a {
	display: block;
	font-weight: bold;
	font-size: 12px;
}

.purplebox p {
	border: 1px dotted #999999;
	margin: auto;
	background: #FFFFFF;
	font-size: 10px;
	color: #8F07C7;
	margin: 0px;
}

.series {
	float: left;
	margin-right: 5px;
}

.seriesspacer {
	float: left;
	width: 152px;
	height: 10px;
	background: #FBF1FF;
	text-align: center;
	padding: 5px;
	margin: 6px 5px 6px 0px;
}

#moreoffers {
	width: 500px;
	margin-bottom: 20px;
}

#zodiacdate {
	width: 300px;
	float: right;
	margin-right: 93px;
	margin-left: 20px;
	text-align: center;
	font-style: italic;
}

#zodiacdate span {
	font-size: 40px;
	color: #A257C2;
	font-style: normal;
	font-weight: bold;
}

#zodiac-info {
	margin-bottom: 25px;
}

#zodiac-info h3 {
	font-size: 13px;
	color: #6C1F89;
	margin: 0px;
}

#zodiac-info p {
	margin-top: 0px;
}

#google728x15 {
	margin: 0px 0px 30px -5px;
	padding: 0px;
}

#bigzodiacs img {
	vertical-align: middle;
}

#bigzodiacs a {
	display: block;
	width: 400px;
	font-size: 45px;
	margin-bottom: 10px;
}



/* MENU */

#menu {
	min-height: 450px;
	margin: 20px 0px 0px 5px;
	background: url(../images/backgrounds/v2-vbow.png) 0px 40px no-repeat;
}

#menu img {
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -4px;
}

#menu a:link, #menu a:visited {
	display: block;
	width: 115px;
	height: 22px;
	margin-bottom: 4px;
	padding: 4px 0px 0px 5px;
	background: url(../images/buttons/menu.png) no-repeat;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #5D278F;
}

#menu a:hover, #menu a:active {
	color: #3D1B5D;
	background: url(../images/buttons/menu-hover.png) no-repeat;
}

#menu p {
	width: 120px;
}


/* CONTACT */

#contactform {
	width: 500px;
	margin-bottom: 40px;
}

fieldset
	{
	border-color: #FFFFFF;
	-moz-border-radius: 8px; border-radius: px;
	margin-bottom: 10px;
	}

legend
	{
	color: #6C1F89;
	}

.borte
	{
	display: none;
	visibility: hidden;
	}
	
#contactform textarea
	{
	width: 400px;
	height: 100px;
	}

input
	{
	border: 1px solid #999;
	color: #666666;
	}
	
.submit {
	cursor: pointer;
}




/* BOTTOM STUFF */

#bottom {
	height: 50px;
	padding-top: 30px;
	background: url(../images/backgrounds/v2-bottom.png) no-repeat;
}

#bottom img {
	vertical-align: middle;
}

#bottom a:link, #bottom a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#bottom a:hover, #bottom a:active {
	color: #E9D1F3;
}

#footer {
	text-align: center;
	font-size: 10px;
}
