/* Basics */
body {
	background-color: #EEEEEF;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #0A0F34;
	font-family: tahoma;
}
table {
	font-size: 11px;
}
img {
	border: 0;
}
#ad {
	position: absolute;
	top: 360px;
	left: 25px;
	width: 728px;
	height: 90px;
}
#content {
	position: absolute;
	top: 470px;
	left: 8px;
	width: 600px;
	background-color: #EEEEEF;
	border: 1px solid #EEEEEF;
	padding: 4px;
}
#menu {
	position: absolute;
	top: 450px;
	left: 622px;
	width: 220px;
	text-align: justify;
	color: #0085e6;
}
.sidemain {
	background: #FFFFFF url(http://mysticwish.com/sidebg.png) repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
}
.sidefoot {
	background: #FFFFFF url(http://mysticwish.com/sidefooter.png) no-repeat;
	line-height: 24px;
}
.content_main {
	background: #EEEEEF url(http://mysticwish.com/contentbg.png) repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
}
.content_footer {
	background: #EEEEEF url(http://mysticwish.com/content_footer.png) no-repeat;
	line-height: 44px;
}

/* Headers */
.sidehead {
	font-size: 16px;
	font
	color: #222734;
	background: #C1D7DD url(http://mysticwish.com/sidehead.png) no-repeat;
	border: 0;
	padding-left: 75px;
	padding-top: 19px;
	line-height: 50px;

}
h2 {
	font-size: 15px;
	text-align: center;
	margin-top: 3px;
	margin-bottom: 2px;
	color: #6EACB2;
}
.post {
	text-align: center;
	color: #E7F8F9;
	font-size: 12px;
	margin-top: 0;
	margin-bottom: 4px;
}
h3 {
	color: #00285d;
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 2px;
}
.head  {
	background: #EEEEEF url(http://mysticwish.com/blog_header.png) no-repeat;
	padding-left: 99px;
	padding-top: 5px;
	line-height: 46px;
	color: #BCD8DA;
	font-size: 18px;
	font-family: arial;
	font-weight: normal;
}
.fanfic {
	background: #EEEEEF url(http://mysticwish.com/fanfiction.png) no-repeat;
	padding-left: 210px;
	padding-top: 5px;
	line-height: 46px;
	color: #BCD8DA;
	font-size: 18px;
	font-family: arial;
	font-weight: normal;
}
.original {
	background: #EEEEEF url(http://mysticwish.com/original.png) no-repeat;
	padding-left: 180px;
	padding-top: 5px;
	line-height: 46px;
	color: #BCD8DA;
	font-size: 18px;
	font-family: arial;
	font-weight: normal;
}
.writing {
	background: #EEEEEF url(http://mysticwish.com/writing.png) no-repeat;
	padding-left: 155px;
	padding-top: 5px;
	line-height: 46px;
	color: #BCD8DA;
	font-size: 18px;
	font-family: arial;
	font-weight: normal;
}

/* Links */
a:link, a:visited, a:active {
	color: #003e97;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border: 1px solid #003e97;
}
a:hover img {
	border: 1px solid #006dcc;
}

/* Forms */
input, textarea, select {
	color: #0F4577;
	border: 1px solid #0F4577;
	background-color: #BCD8DA;
	letter-spacing: 1px;
	font-size: 11px;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}