@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
bordor:0;
}

html {
	font-size: 110%;
 	background: #000000;
}

body {
	max-width: 980px;
	font-size: 62.5%;
	line-height: 1.5;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-image: url(../images/ricepaper.gif);
	background-repeat: repeat;
	color: #000000;
	padding: 1em 2em 2em;
	margin: auto;
}
wrapper	{
	width: 100%;
}

header	{

}

main	{

}

sidebar	{

}

footer	{
	width: 100%;
	position: relative;
	height: auto;

}


img {
	border: 1px #000000 solid;
	margin: 1em;
}

h1 {
	
font-size: 3em;
line-height: 2em;
}

h2 {

font-size: 2em;
}

h3 {

font-size: 1.5em;
}

h4 {

font-size: 1.2em;
}


p {
	
font-size: 1.1em;
line-height: 1.1em;
margin-bottom: 1.1em;
}

li {
	
font-size: 1.1em;
line-height: 1.6em;
padding-left: 1.1em;
}

ul {
	list-style: disc outside;
	margin-left: 1.1em
}

/*Link styles*/

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}
a:visited {color: #ff0000;}
a:active {color: #00FF00;}
a:hover {background-color: #ffffff;}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.centre {
	text-align: center;
}
topnav {
}
.topnav li {
	list-style: url(none) none;
	display: inline;
	font-size: .9em;
	padding-left: 0px;
	margin-right: .3em;
	margin-left: .3em;
}
.topnav a {
	border: 1px solid #000000;
	/*background: #99FF66;*/
	margin: 0px;
	padding: 0px;
}
.footerdiv {
	float: left;
	width: 30%;
}
