/*DEFAULT*/

* {
	margin: 0; 
	padding: 0;}

body{
	background-repeat: no-repeat;
	background-image: url('http://www.papiljonai.com/images/bg1.png');
	background-color: rgb(0, 0, 0);}
	
h2 {
	color: rgb(255, 245, 224);
	font-style: normal; 
	font-family: tahoma,sans-serif;
	font-size: 22px;
	padding-top: 24px;}
	
h3 {
	color: rgb(255, 245, 224);
	font-style: normal; 
	font-family: tahoma,sans-serif;
	font-size: 16px;
	padding-bottom: 20px;}
p {
	color: rgb(255, 245, 224);
	font-style: normal;
	font-family: sans-serif;
	font-size: 14px;
	padding: 6px 0px 10px;
	text-align: left;}

span{
	color: rgb(207, 195, 174);
	font-style: normal;
	font-family: sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 6px;}
	
img {
	border: 2px solid rgb(255, 245, 224);}

a {
	color: rgb(255, 255, 255);
	text-decoration: none;}

a:hover {
	color: rgb(255, 255, 255);
	text-decoration: none;}
	
table{
	color: rgb(255, 245, 224);
	font-style: normal;
	font-family: sans-serif;
	font-size: 14px;	
	margin-bottom: 10px;}
	
table img{
	border:1px solid rgb(255, 245, 224);
	height:96px;
	width:96px;}

td{
	width: 175px;
	padding-top: 10px;
	padding-bottom:10px;}
	
/* MISC*/

#main{
	background-color: rgb(60, 70, 60);}

#wrapper{
	width: 770px;
	margin: 0 auto;}

#container{
	color: rgb(255, 255, 255);
	border-style: solid;
	border-width: 1px;
	border-color: rgb(80, 80, 80);
	border-bottom: rgb(100, 40, 20);
	width: 770px;}

#header{
	background: url('http://www.papiljonai.com/images/header.jpg');
	height: 235px;
	width: 770px;}
	
#bottom{
	background: url('http://www.papiljonai.com/images/bottom.gif');
	background-repeat: no-repeat; 
	height: 10px;
	width: 772px;}
	
/*NAVIGATION*/

#navigation{
	background-image: url('http://www.papiljonai.com/images/navigation.gif');
	background-repeat: repeat-x; 
	height: 35px;
	border-bottom: 4px solid rgb(0, 0, 0);}
	
#navigation a {
	color: rgb(210, 210, 210);
	font-weight: bold; 
	font-family: tahoma,sans-serif;
	font-size: 14px;
	padding: 0 9px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;}
	
#navigation a:hover {
	background: url('http://www.papiljonai.com/images/navigation1.gif') repeat-x;
	border-bottom: 1px solid rgb(80, 80, 80);
	color: #FF7700;}

#navigation a.activel {background: url('http://www.papiljonai.com/images/navigation1.gif') repeat-x; 
	color: #FF7700; 
	border-right: 1px solid rgb(80, 80, 80);
	border-bottom: 1px solid rgb(80, 80, 80);
	float: left;}
	
#navigation a.activer {background: url('http://www.papiljonai.com/images/navigation1.gif') repeat-x; 
	color: #FF7700; 
	border-left: 1px solid rgb(80, 80, 80);
	border-bottom: 1px solid rgb(80, 80, 80);
	float: right;}

#navigation a.navr{
	border-left: 1px solid rgb(80, 80, 80);
	float: right;}

#navigation a.navl{
	border-right: 1px solid rgb(80, 80, 80);
	float: left;}
	
/*FOOTER*/

#footer{
	border-top: solid 1px rgb(0, 0, 0);
	background-color: rgb(100, 40, 20);
	color: rgb(255, 245, 224);
	padding: 5px;}
	
#footer .leftf {
	text-align: left;
	float: left;}
	
#footer .rightf {
	text-align: right;}
	
#footer img {
	height: 31px;
	width: 88px;
	border: none;}
	
#footer a {
	color: rgb(255, 255, 255);
	text-decoration: none;}
	
#footer .rightf a:hover {
	color: rgb(255, 245, 255);
	text-decoration: none;}

#footer .leftf a:hover {
	color: rgb(255,255,255);
	text-decoration: underline;}
	
/* CLASSEs */

.bigspan{
	padding-top: 50px;
	padding-bottom: 350px;
	text-align: center;
	line-height: 20px;
	color: rgb(255, 245, 224);
	font-style: normal;
	font-family: sans-serif;
	font-size: 16px;}

.bigspan a:hover{text-decoration:underline;}

.left {
	background-color: rgb(100, 100, 100);
	width: 548px;
	float: left;
	border-right: 1px solid rgb(0, 0, 0);}
	
.left2 {
	float: left;}

.right {
	color: rgb(148,31,31);
	width: 220px;
	float: right;}
	
.right2 {
	float: right;}

.content{padding: 18px 20px;}

.clearer{clear: both;}

.block {
	border-bottom: 1px dotted rgb(207, 195, 174);
	padding-bottom: 24px;}

.blockr ul{
	border-top: 1px dashed rgb(207, 195, 174);
	list-style-type: none;
	margin: 4px 0;
	padding: 0;}
	
.blockr li{
	border-bottom: 1px dashed rgb(207, 195, 174);
	line-height: 22px;}
	
.blockr li a{
	color: rgb(255,255,255);
	display: block;
	padding: 4px;
	font-style: normal;
	font-family: sans-serif;
	font-size: 16px;
	text-decoration: none;}

.blockr li a:hover {
	text-decoration: underline;}