/*-----------------------------------------------------------------------------
Jikiden Reiki Screen Stylesheet

date:      17/04/07
author:    [your email]
email:     [you at domain dot com]
website:   [your domain]
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.img_right {
	margin-left: 10px;
}

.img_left {
	margin-right: 10px;
}


/* Typography
-----------------------------------------------------------------------------*/

h1 {
	font-size: 2.0em;
}

h2 {
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 1.8em;
	font-style: italic;
	color: #7F0F7B;
}

h3 {
	color: #7F0F7B;
}

p {
	margin-bottom: 15px;
}

a:link, a:visited {
	text-decoration: none;
	color: #7F0F7B;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin-left: 30px;
}


/* Body
-----------------------------------------------------------------------------*/

body {
	font: 88%/1.5  Verdana, Tahoma, sans-serif;
	background-color: #D0E6B4;
	color: #000;
	text-align: center;
}


/* Container
-----------------------------------------------------------------------------*/

div#container {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	background: url('/UserFiles2/img/wrapper.jpg') repeat-y #EAF6DA;
}

/* Wrappers
-----------------------------------------------------------------------------*/

div#wrapper {
	width: 1024;
	min-height: 669px;
	background: url('/UserFiles2/img/navi-bg.jpg') no-repeat;
}


/* Header
-----------------------------------------------------------------------------*/

div#header {
	width: 1024px;
	height: 118px;
	background: url('/UserFiles2/img/header.jpg') no-repeat;
}

div#subheader {
	width: 1024px;
	height: 40px;
	background: url('/UserFiles2/img/subheader.jpg') no-repeat;
}


/* Navigation
-----------------------------------------------------------------------------*/

div#navigation {
	float: left;
	width: 186px;
	min-height: 669px;
}

div#navigation td.selected {
	background: url('/UserFiles2/img/dragonfly.gif') no-repeat 0px 3px;
}

div#navigation a {
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

div#navigation a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #7F0F7B;
}

div#navigation a.selected {
	color: #7F0F7B;
}



/* Content
-----------------------------------------------------------------------------*/

div#content {
	position: relative;
	float: right;
	width: 665px;
	min-height: 569px;
	margin: 50px 20px 20px 133px;
	line-height: 30px;
	background-color: #EAF6DA;
}

html>body div#content {
	width: 680px;
	margin: 50px 20px 20px 118px;
}

div#scrollup {
	position: relative;
	overflow: hidden;
	float: right;
	width: 240px;
	height: 220px;
	margin: -5px 0 10px 10px;
	font-size: 0.9em;
	background-color: #D0E6B4;
}

div#scrollup h3 {
	position: absolute;
	z-index: 1;
	width: 100%;
	padding: 5px 0 0 12px;
	font-size: 1.4em;
	background-color: #D0E6B4;
}

div#scrollup .headline {
	position: absolute;
	top: 250px;
	left: 12px;
	width: 223px;
	height: 215px;
	font-weight: bold;
}

div#scrollup .news-top {
	position: absolute;
	top: 0;
	z-index: 2;
}

div#scrollup .news-bottom {
	position: absolute;
	bottom: 0;
	z-index: 2;
}


.header-news {
	margin-bottom: 20px;
	font-family: Arial;
	font-size: 1.4em;
	font-style: italic;
	color: #7F0F7B;
}

/* Forms
-----------------------------------------------------------------------------*/


/* Tables
-----------------------------------------------------------------------------*/

table {
	border-spacing: 0;
	border-collapse: collapse;
}

