html, body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: Black;
	margin: 0;
	padding: 0;
	text-align: left;
	background-color: White;
	background-image: url(images/akidna_tile_bg.jpg);
	background-repeat: repeat;
} 

h1{
	font-size: 36px;
	font-weight: bold;
	color: Gray;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color: Red; /*margin: 0px 0px -15px 0px;
	padding: 0;
	border: 0;*/
}
	
h3{
	font-size: 14px;
	font-weight: bold;
	color: Gray;
}

a.h3{
	font-size: 14px;
	font-weight: bold;
	color: Gray;
	text-decoration: none;	

	}
a.h3:hover{
	font-size: 14px;
	font-weight: bold;
	color: Gray;
	text-decoration: underline;	
	}
	
#pagewidth{
	width: 800px;
	margin: 0 auto;
	background-color: white;
} 
	
#header{
	width: 800px;
	height: 155px; 
	background-color: White;
}
	
#upper_left_header{
	float: left;
	width: 150px;
	height: 105px;
	background-image: url(images/upper_akidna_logo.jpg);
	background-repeat: no-repeat;
}

#upper_right_header{
	float: left;
	width: 650px;
	height: 105px;
	background-color: transparent;
}

#lower_left_header{
	float: left;
	width: 150px;
	height: 60px;
	background-image: url(images/lower_akidna_logo.jpg);
	background-repeat: no-repeat;
}

#lower_right_header{
	float: left;
	width: 650px;
	height: 60px;
	background-image: url(images/navbar_bg.jpg);
	background-repeat: repeat-x;
}

.button_shape{
	float: left;
	width: 107px;
	height: 60px;
	background-color: transparent;
}

.button{
	float: left;
	width: 107px;
	height: 50px;
	color: White;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	border-left: 1px Silver solid;
}

a.button:hover {
	float: left;
	width: 107px;
	height: 50px;
	color:rgb(73,41,117);
	text-decoration: underline;
	background-color: White;
	filter: alpha(Opacity=50);
	moz-opacity: .5;
	opacity: .5;
	border-left: 1px Silver solid;
	}
	
#mainbody{
	border: 2px rgb(73,41,117) solid;
	background-color: White;
	background-image: url(images/mainbody_bg.jpg);
	background-repeat: repeat-y;
	}

#contents{
	background-color: transparent;
	float: left;
	width: 750px;
}

#contents_left{
	float: left;
	width: 138px;
	background-color: transparent;
	padding: 10px 0px 0px 10px;
	
}
	
#contents_right{
	float: left;
	width: 637px;
	padding-left: 6px;
	background-color: transparent;
	/*border-left: 2px Silver solid;*/
	
}

.side_menu{
	margin-top:10px;
}

#footer{
	/*background-color: rgb(140,38,51);*/
	background-color: #8C2633;
	float: left;
	width:786px;
	color: White;
	margin-top: 10px;
	font-size: 80%;
	}
			
/*table {
	border: thin White solid;
	padding: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	border-collapse: collapse;
	}

th 	{
	border: thin White solid;
	padding: 5px;
	vertical-align: top;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: White;
	}
	
td 	{
	border: thin White solid;
	padding: 5px;
	vertical-align: top;
	}*/
	

	
#authorpanel{
	width: 790px;
	text-align: right;
	color: Black;
	font-size: 80%;
	background-color: transparent;
	margin: 5px auto 0px auto;
}

.paraheads{
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 0px;
	 }
	 
ul{ 
	padding: 0;
	margin: 0; 
	}
	
li{ 
	padding: 0;
	margin: 0;
	}
	
ul.first_level{
	list-style-type: square;
	margin-left: 45px;
	}

li.first_level{
	margin-top: 5px;
	margin-left: -30px;
	}

ul.second_level{
	list-style-type: circle;
	margin-left: 45px;
	}

li.second_level{
	margin-top: 5px;
	margin-left: -30px; 
	}
	
ul.features{
	list-style-type: square;
	margin-left: 45px;
	}

li.features{
	margin-top: 5px;
	margin-left: -30px;
	}
	
.link{
	font-size: 100%;
	/*color: rgb(140,38,51);*/
	color: #8C2633;
	text-decoration: none;
	}
	
a.link:active	{
	text-decoration: none; 
	}
	
a.link:visited	{ 
	text-decoration: none; 
	}
	
a.link:hover {
	text-decoration: underline;
	}
	
.link_small{
	color: White;
	text-decoration: none;
	}
	
a.link_small:hover {
	text-decoration: underline;
	}
	
a.authorpanel	{
	color: Black;
	text-decoration: none; 
	}
	
a.authorpanel:hover {
	color: Gray;
	text-decoration: none;
	}
		
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

