*{ margin: 0px; padding: 0px;}
div, p, h1,h2,h3,h4,h5,h6, input, textarea{
	color: white; font-family:Arial, Helvetica, sans-serif;
}
body{ font-size: 70%; background-color: #333;}
img, a img{
	border: none;
}
a{
	color: white;
}

#wrap{
	height: 100%;
}
#header{
	height: 80px;
	background-color: #6A4040;
	border-bottom: 1px solid black;
	background-image: url(img/header_bg.jpg);
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}
#navigation{
	height: 100%;
	width: 174px;
	background-color: #3C3C3C;
	border-right: 1px solid black;
	background-image: url(img/navigation_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;		
	float: left;
	
	
	border-top: 5px solid #4C4C4C;
}
#navigation ul{
	list-style: none;
	margin: 100px 0 40px 0px;
	padding: 5px;
	padding-left: 40px;
	border-top: 1px solid #4c4c4c;
	border-bottom: 1px solid #4c4c4c;	
}
#navigation li{
	
}
#navigation a{
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
}
#navigation strong{
	font-size: 1.6em;
	display: block;
	border-right: 20px solid #4c4c4c;
	border-bottom: 2px solid #4c4c4c;
}
#navigation a:hover{
	color: white;
}
#eflash{
margin-top: 40px;
width: 400px;
height: 300px;
margin-left: 60px;
}


#flash{
	position: absolute;
	top: 10px;
	right: 40px;
}
#flash img{
	behavior:	url("pngbehavior.htc");
	width: 500px; height: 150px; 
	z-index: 0;
}
#flash div{
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	width: 500px;
	height: 150px;
	z-index: 1;
	color: red;
}
#logo{
	position: absolute;
	top: 0px;
	left: 10px;
	behavior:	url("pngbehavior.htc");
	width: 146px; height: 163px; 	
}
#content{
	background-color: #7C4B4B;
	margin-left: 176px;
	padding: 60px 40px 40px 40px;
	background-image: url(img/content_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;		
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 5px solid #A76D6D;

}
#content h1{
	font-size: 3em;	
	border-bottom: 3px solid #6A4040;
	width: 600px;
	color: #D5BABA;
}
#content h1:first-letter{
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;	
	color: #C7A2A2;	
}
#content p{
	padding: 10px;
	font-size: 1.4em;
	width: 550px;
	margin-bottom: 20px;	
	
}
#content p:first-letter{
	font-weight: bold;
	font-size: 1.5em;
}
#content img{
	margin-left: 120px;
}
#content p, #content ul{
	padding-left: 20px;
}
#content ul{
	list-style: none;
	margin-left: 20px;
	width: 550px;
}
#content li{
	padding: 10px;
	background-color: #6A4040;
	border: 1px solid #A76D6D;
	margin-bottom: 2px;
	
}
#content iframe{
	overflow: hidden;
	margin-bottom: 20px;	
}
#content table{
	width: 550px;
}
#content td{
	padding: 10px;
	
	border: 1px solid #6A4040;
	font-size: 0.8em;
	color: white;

	
}
#content span.import{
	font-weight: bold;
	font-size: 2em;
	padding-left: 20px;
}
#content input{
	border: 1px solid #4E2E2E;
	background-color: #A06262;
	color: white;
}
#content input.text{
	width: 300px;
	height: 40px;
	font-weight: bold;

}
#content input.btn{
	padding: 10px;
	font-weight: bold;
}
#content select{
	background-color: #A06262;
	color: white;	
	height: 40px;
	font-weight: bold;
}
#content option{
	display: block;
	border-bottom: 1px solid #4E2E2E;
	padding: 5px;
}
