body {
	background-color: #e9e9e9;
	background-image: url();
	font-size:65%;
	color: #1e1e1e;
	font-family: tahoma, verdana, sans-serif;
	}

a:link, a:active {
	color: #565656;
	text-decoration:none;
	font-weight:normal;
	}
	
a:visited {
	color: #9b9b9b;
	text-decoration:none;
	font-weight:normal;
	}


a:hover {
	color: #1e1e1e;
	text-decoration:underline;
	font-weight:normal;
	}

	
img {
	border:0px;
	}


	
.image {
	width:252px;
	height:1003px;
	position:absolute;
	top:5px;
	left:5px;
	}
	
.title {
	width:397px;
	height:82px;
	position:absolute;
	top:20px;
	left:330px;
	}

.menu {
	position:absolute;
	top:110px;
	left:360px;
	width:340px;
	height:85px;
	}

.as {
	position:absolute;
	top:140px;
	left:300px;
	width:470px;
	}

.content {
	width:400px;
	position:absolute;
	top:215px;
	left:330px;
	padding:2px;
	}
	
	
h1 {
	font-size:100%;
	color: #1e1e1e;
	font-weight:bold;
	text-align:left;
	margin:0px 3px 2px 0px;
	}
	
h2 {
	font-size:100%;
	color: #1e1e1e;
	font-weight:bold;
	text-align:left;
	margin:0px 3px 2px 0px;
	}


.center {
	text-align:center;
	}


strong {
  color: #9b7e7e;
	}

input, textarea, select, option, radio {
	background-color: #e9e9e9;
	border: 1px solid #1e1e1e;
	font-size:10px;
	color: #1e1e1e;
	font-family: verdana, tahoma, sans-serif;
	}
