@charset "utf-8";

/* CSS Document */
* {
margin:0;
padding:0;
/*border: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;
	color: #000000;
	padding: 1em 2em 2em;
	margin: auto;
	width: 100%;
	background: url(../images/ricepaper.jpg) repeat;
}
#wrapper	{
	width: 100%;
}
#header {
	width: 100%;
	height: 100%;
	padding-bottom: 5px;
}
#headindex {
	float: left;
}

#headlogo {
	width: 35%;
	float: left;
}
#main {
	width: 100%;
	float: left;
	padding-bottom: .5em;
	border-top: 1px dotted #000000;
	margin-top: 5px;
	padding-top: .5em;
}


sidebar	{

}

#footer	{
	width: 100%;
	position: relative;
	height: auto;
	clear: both;
	list-style: url(none);
	border-top: 1px dotted #000000;
	margin-top: 5px;
	padding-top: 5px;
}
#footer ul {
	list-style: url(none);
}
#footer li {
	list-style: none;
	display: inline;
}



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;
	background-color: #ffffff;
}
a:visited {color: #ff0000;}
a:active {color: #00FF00;}
a:hover {
	background: #DADADA;
}

/* 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-top: 0.1em;
	margin-right: .3em;
	margin-left: .3em;
	text-align: center;
	vertical-align: middle;
}
.topnav a {
	border: 1px solid #000000;
	/*background: #99FF66;*/
	margin: 0px;
	padding: 0px;
}
.footerdiv {
	float: left;
	width: 30%;
}

#col2 {
	float: right;
	width: 50%;
}
#col1 {
	float: left;
	width: 50%;
	display: table-cell;
	overflow: hidden;
}

