/* CSS Document */
/*  general  */
* {
	padding:0;
	margin:0;
	}

body {
	font-family: Helvetica, Arial, sans-serif;
	background: #CCCCCC url(images/rotated/rotate.php) no-repeat left top;
}

/*  ------------------ main stuff -------------------- */
#container
{
	position: absolute;
	top: 50%;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block;

}
#content    
	{
	margin-left: -400px;
	position: absolute;
	top: -240px;
	left: 50%;
	width: 780px;
	height: 480px;
	visibility: visible;
	background:#D8D8D8;
	border: 10px solid #FFFFFF;
	}
#navbox {
	border: 1px solid #D8D8D8;
	height: 70px;
}
#screen {
	background-color: #fafafa;
	padding-top: 10px;
	border: 1px solid #D8D8D8;
}

#left {
	float: left;
	width: 398px;
	height: 366px;
	overflow: scroll;
	
}
#right {
	margin-left: 398px;
	background-color: #FAFAFA;
	padding: 0 0 10px 10px;
}
#textright {
	margin-left: 400px;
	width: 360px;
}

#spacer {
	clear: both;
	font-size: 2px;
}
#copy {
	text-align: right;
	font-size: 9px;
	padding: 4px 10px 0 0;
	border: 1px solid #D8D8D8;
}
p.read {
	font-size: 12px;
	line-height: 1.5em;
	padding: 0 20px 6px 10px;
	color: #333333;
	text-align: justify;
}

h2, h3 {
	color: #333333;
	margin: 0 20px 5px 10px;
	padding: 0 0 5px 0;
}
h2 {
	font-size: 18px;
	}

h3 {font-size: 14px;
	padding: 8px 0 0 0;
}

#nav {
	padding: 46px 0 0;
	margin-left: 410px;
}
#nav ul{
	list-style: none;
}
#nav ul li {
	display: inline;
	padding-right: 2px;
	font-size: 15px;
	color: #666666;
	}
#nav ul li span {
	border-bottom: 1px solid #CCCCCC;
	}
#nav a {
	text-decoration: none;
	color: #333333;
	padding: 0;
	font-size: 15px;
}
#nav a:hover {
	color: #000000;
	border-bottom: 1px solid #CCCCCC;
}

a.reglink, #textright ul a {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
a.reglink:hover, #textright ul a:hover {
	color: #6CD5DE;
}
#textright ul li {
	list-style: none;
	font-size: 12px;
	margin: 6px 0 0 10px;
}

.imp {
	font-weight: bolder;
	color: #333333;
}
a.backlink {
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	background:  url(images/back.gif) no-repeat;
	margin: 5px 0 0 10px;
	padding-left: 20px;
	display: block;
	text-align: left;
}
a.backlink:hover {
	color: #6CD5DE;
	background:  url(images/back_o.gif) no-repeat;
}
a.golink {
	background-image:  url(images/go.gif);
	display: block;
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #499496;
	font-size: 12px;
	margin: 5px 10px 0 10px;
	text-decoration: none;
	}
a.golink:hover {
	background-image:  url(images/go_o.gif);
	color: #6CD5DE;
	text-decoration: none;
}
h3 a {
	font-weight: lighter;
	color: #489197;
	text-decoration: none;
	font-size: smaller;
}
h3 a:hover {
	color: #666666;
}

