body {
	background-color: #5f4453;
	background-image: url();
	font-size:65%;
	color: #381c53;
	font-family: tahoma, verdana, sans-serif;
	}

a:link, a:active {
	color: #98255d;
	text-decoration:none;
	font-weight:normal;
	}
	
a:visited {
	color: #2c1b33;
	text-decoration:none;
	font-weight:normal;
	}


a:hover {
	color: #381c53;
	text-decoration:underline;
	font-weight:normal;
	}

	
img {
	border:0px;
	}


	
.image {
	width:478px;
	height:702px;
	position:absolute;
	top:2px;
	left:130px;
	}

.menu {
	text-align: center;
	position:absolute;
	top:200px;
	left:180px;
	width:100px;
	}

.as {
	position:absolute;
	top:10px;
	left:10px;
	width:120px;
	}


.content {
	width:365px;
	height:265px;
	position:absolute;
	top:266px;
	left:150px;
	padding:2px;
	overflow:auto;
	}
	
	
h1 {
	font-size:100%;
	color: #381c53;
	border-bottom: 1px dashed #5f4453;
	font-weight:bold;
	text-align:left;
	margin:0px 3px 2px 0px;
	}
	
h2 {
	font-size:100%;
	color: #381c53;
	border-bottom: 1px dashed #5f4453;
	font-weight:bold;
	text-align:left;
	margin:0px 3px 2px 0px;
	}


.center {
	text-align:center;
	}


strong {
  color: #5f4453;
	}

input, textarea, select, option, radio {
	border: 1px solid #5f4453;
	font-size:10px;
	color: #381c53;
	font-family: verdana, tahoma, sans-serif;
	}
