body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #241c58;
	text-align: center;
	}
#nav {
	font-family: "Verdana", Courier, monospace;
	font-size: 13px;
	color: #a8d3ff;
	text-align: left;
}

.text{
	font-family: "verdana", Courier, monospace;
	font-size: 13px;
	color: #fff;
}
#front {
	background : url(art/mainbg.jpg) no-repeat;
	padding: 0px;
	margin:0px auto;
	background-color: #4D4D4D;
	text-align:left;
	width: 634px;
	height: 636px;
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
}
#content{
	padding: 0px;
	background-color: #000;
	border: 1px dashed #232323;
	text-align:left;
	line-height: 150%;
	width: 950px;
	font-size: 13px;
	margin: 20px auto;
}
#images{
	padding: 0px;
	background-color: #000;
	border: 1px dashed #232323;
	line-height: 150%;
	width: 800px;
	height: auto;
	font-size: 12px;
	margin: 20px auto;
}

input {
	font-family : "verdana", Courier, monospace;
	background-color : #191970;
	border : 0px dashed #FF8040;
	color: #fff;
}
a.front-menu  {
	text-decoration: none;
	color:  #191970;
	font-size: 14px;
	font-weight: bold;
	font-family: Courier New;
	}
a {
	text-decoration: none;
	color:  #5badff;
	}
a:visited {
	color:  #5badff;
	}
a:active {
	color:  #5badff;
	}
a:hover {
	color: #5badff;
	text-decoration: underline;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #dcdcdc;
}

td {
	vertical-align : text-top;
	padding-left: 1em;
}
	
img {
	border: 0;
	padding: 5px;
	}
