body {	background-color: #FFFFF0;
}

#wrapper {	width: 700px;
		margin: auto;
		padding: 0px;
		font-family: calibri, sans-serif;
}

#header { background-image: url(glass.png);
background-repeat: no-repeat;
height: 300px;
width: 100%;
padding: 0px;
margin: 0px;
}

#main { width: 100%;	
	border: thin dotted;
	border-color: #cccccc;
	background-color: #ffffff;
}

h1 { 	text-align: right;
	position: relative;
	top: 255px;
	right: 15px;
	color: #ffffff;
	font-family: cambria, serif;
}

h2 { padding: 0px;
	margin: 0px;
}

a:link { color: #000000;
	text-decoration: none;
}

a:active { color: #000000;
	text-decoration: none;
}

a:hover { color: red;
	text-decoration: none;
}

a:visited { color: #666666;
	text-decoration: none;
}

ul { 	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.feedback {text-align: center;
}

.news {	list-style-type: none;
}

.news li { padding: 5px;
}

.new_fic { list-style-type: disc;
margin-left: 16px;
}

.new_fic li { padding: 5px;
}

p { text-indent: 0px;
padding: 0px;
}

.sub { font-size: 50%;
	list-style-type: circle;
	line-height: 15px;
	padding-left: 15px;
}


#nav { float: right;
	width: auto;
	margin-top: 15px;
	margin-right: 5px;
	padding-right: 10px;
	font-weight: bold;
	line-height: 40px;
	font-size: 1.4em;
	padding: 0px;
	margin-left: 0px;
	margin-bottom: 0px;

}


#content { 
	width: 80%;
	padding: 5px;
	text-align: justify;
	margin-left: 10px;
}

#footer { font-size: x-small;
color: #cccccc;
text-align: center;
}



