﻿* {
	margin: 0;
	padding: 0;
}

body {
	background: #cccccc; 
    background-image: url(pics/bg.gif);
	background-attachment: fixed;  
	font: normal 11px Arial, Verdana;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: normal;
	font-style: normal;
}

a:link {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

/*Content*/
.maintable {
    width: 790px;
	height: 100%; 
	margin-top: 0px;
	margin-bottom: 0px;
	halign: top;
	valign: center;
	align: center;
}
.storytable {
    width: 610px;
	height: 100%;
	background: #FFFFFF; 
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	halign: top;
}
.story {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.story ul{
	list-style: square outside url(pics/pont.gif);
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(pics/pont.gif);
	margin-left: 10px;
}
.story li {
	list-style: square outside url(pics/pont.gif);
	list-style-position: outside;
	list-style-type: square;
	list-style-image: url(pics/pont.gif);
	margin-left: 10px;
	margin-bottom: 10px;
} 

.story  h1{
	font-family: Verdana;
	font-size: 13px;
	font-style: bold;
	font-weight: bold;
	color: #000000;
	margin-bottom: 10px;
}

	
/*Menu*/

#menu {
	width: 150px;
	background: #000000;
	font-style: bold;
	font-weight: bold;
}

#menu a {
	font: bold 11px/16px Verdana, Arial;
	display: block;
	border-width: 1px;
	border-style: dashed;
	border-color: #FFFFFF #FFFFFF #000000 #FFFFFF;
	margin: 0;
	padding: 2px 3px;
	color: #000000;
	background: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-style: bold;
	font-weight: bold;
}

#menu a:hover {
	color: #FFFFFF;
	background: #000000;
	font-style: bold;
	font-weight: bold;
}

/* Enter form */

#enter {
    text-align: center;
	font-family: Verdana, Arial;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	color: #000000;
}

#enter form {
    width: 150px;
	display: block;
	border: 0px solid #000000;
	align: center;
	margin-top: 5px;
}

#enter input {
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #000000;
	align: center;
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

#enter input[type="submit"]
{
color: #FFFFFF;
background: #000000;
}

/* Footer */

.footer {
	height: 20px;
	padding: 0 0;
	color: #FFFFFF; 
	background: #000000;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.footer a{
	color: #FFFFFF; 
}
