@charset "utf-8";
/* CSS Document */

body {
	color:#ffffff;
	text-align: center;
	font: 101% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background: url(images/bgicon1680x1050.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-color: #ffffff;
}
	   
#wrapper {
	text-align: left;
	width: 850px;
	margin: 0 auto;
	background: #ffffff;
	border: #00819d 0px solid;
}
#header{
	height: 139px;
	background: #ffffff;
	text-align: center;
	margin-bottom: 10px;
	border: #be2026 2px solid;
}

#left {
float:left; 
width: 145px;
padding: 10px;
border: #00819d 2px solid;
}

#right {
	float:right;
	width: 650px;
	margin-bottom: 10px;
border:  #d47824 2px solid;
	color: #ffffff;
padding: 10px;
}

#footer{
	clear:both;
	height:80px;
	margin-top: 10px;
	text-align: center;
	border: 2px solid #49a842;
	background-color: #ffffff;
}
#footer p {
margin-top: 10px;
font-size: 90%;
color:#000000;
}

p {
font-size: 90%; 
color: #ffffff;
}
	
#left p{
font-size: 95%; 
color: #000000;
line-height: 1.2em;
}

#right p {
font-size: 100%; 
color: #000000;
line-height:1.2em;
}
h1 {
color: #000000;
font-size: 110%; 
border-bottom: 2px solid #AD3838;
}
h2 {font-size: 105%; color: #CC6666;
margin: 12px;
}
h3{
font-size: 95%; 
margin: 12px 5px; 
color: #B83D3D;
}


.code {
	font-size: 60%;
	border: 1px dashed #CCCCCC;
	padding: 4px;
width: 250px;
}

a:link {color:#AD3838;}
a:visited {color:#D68585;}
a:active {color:#AD3838;}
a:hover {color:#BB3E3E; text-decoration:none}	