body {
	background: #e8e8dc url(../img/bg_day.gif) 0 150px repeat-x;
	color: #5700c2;
	text-shadow: 2px 2px 4px #bcbcaf;
}

a {
	outline: none;
	border: none;
}

#top_left {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 339px;
	height: 130px;
}

#top_right {
	position: absolute;
	top: 20px;
	left: 379px;
	width: 339px;
	height: 130px;
}

#content {
	position: absolute;
	top: 160px;
	left: 379px;
	width: 339px;
	padding: 0 0 80px 0;
}

.input {
	border: 1px solid #d3d1b7;
}

#menu,
#top_left,
#content,
table.list {
	font-family: "Courier New", courier;
	font-size: 0.75em;
	line-height: 1.4em;
}

#content img {
	margin: 4px 0 8px 0;
	padding: 0;
	border: none;
	outline: none;
	display: block;
	
	box-shadow: 2px 2px 6px #bcbcaf;
	-webkit-box-shadow: 2px 2px 6px #bcbcaf;
	-moz-box-shadow: 2px 2px 6px #bcbcaf;
}

#content .slide {
	display: none;
}

#content .item {
	margin-bottom: 30px;
}

#content a:link,
#content a:visited,
table.list a:link,
table.list a:visited {
	color: #5700c2;
	text-decoration: underline;
}

#content a:hover,
#content a:active,
table.list a:hover,
table.list a:active {
	color: #5700c2;
	text-decoration: none;
}

#content ul {
	list-style-type: circle;
	padding-left: 1.5em;
}

#content ul li {
	padding: 0;
	margin: 0;
}

#menu {
	position: absolute;
	top: 160px;
	left: 20px;
}

table.list {
	position: absolute;
	top: 132px;
	left: 20px;
}

table.list td,
table.list th {
	padding: 0 0 10px 0;
	height: 18px;
	vertical-align: top;
}

table.list th {
	text-align: left;
	font-weight: normal;
	width: 359px;
}

table.list .blackwhite {
	color: #000000;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li, 
h1,
h2,
h3 {
	font-family: "Courier New", courier;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	/* text-transform: uppercase; */
}

#menu li {
	padding: 0 0 0.2em 0;
	font-size: 1em;
}

#menu a:link,
#menu a:visited {
	color: #5700c2;
	text-decoration: underline;
}

#menu a:hover,
#menu a:active {
	margin-left: 2px;
	color: #5700c2;
	text-decoration: underline;
}

h1,
h2,
h3 {
	font-size: 1em;
	
	text-transform: uppercase;
	/*margin-bottom: 10px;*/
}

.wide,
h1,
h2 {
	letter-spacing: 0.4em;
}

.line {
	width: 339px;
	height: 1px;
	border-bottom: 1px solid #d3d1b7;
	padding: 0;
	margin: 0;
	font-size: 0px;
}

.popup {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 830px;
	height: 680px;
	text-align: center;
	background-color: white;
	color: #5700c2;
	font-family: "Courier New", courier;
	font-size: 0.7em;
	line-height: 1.4em;
}

.popup a:link,
.popup a:visited {
	color: #5700c2;
	text-decoration: underline;
}

.popup a:hover,
.popup a:active {
	letter-spacing: 0.4em;
	color: #5700c2;
	text-decoration: underline;
}

.left {
	text-align: right;
	position: absolute;
	top: 340px;
	left: 5px;
	width: 40px;
}

.right {
	text-align: left;
	position: absolute;
	top: 340px;
	left: 785px;
	width: 40px;
}

.sun,
.moon {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 24px;
	width: 24px;
}

a.sun:link,
a.sun:visited {
	background: url(../img/sun.gif) 0 0 no-repeat;
	text-decoration: none;
}

a.sun:hover {
	background: url(../img/sun.gif) 0 -24px no-repeat;
	text-decoration: none;
}

a.moon:link,
a.moon:visited {
	background: url(../img/moon.gif) 0 0 no-repeat;
	text-decoration: none;
}

a.moon:hover {
	background: url(../img/moon.gif) 0 -24px no-repeat;
	text-decoration: none;
}

.searchword {
	font-weight: bold;
}

address {
	font-style: normal;
}

