html,body{
	margin: 0;
	padding:0;
	height:100%
	}

body	{
	color: #ffffff;
	background-color:#343434;
	font-weight: bold;
	font-family: verdana,sans-serif;
	font-size: 86%;
	text-align: center
	}

div#container{	
	position:relative;
	width: 800px; 
	
	margin: 10px auto;
	text-align: left; 
	border:2px dotted #232323;
	background-color: #ffffff;
	}

body>div#container{
	
	
	color:#ffffff
	
	}

div#footer{
	
	
	width: 800px; 

	background-color: #CE6300;
	color: #ffffff;
	text-align:center
	}

hr  	{  
	padding: 0;  
        border: 0;
        width: 100%;
	color: #efefef;
	background-color: #efefef;
	height: 1px
     	}

p    	{   
        font-family : Verdana, Arial, Helvetica, sans-serif;
        text-decoration: none;
	font-style : normal;
	font-size : 11px;
	margin:50px;
	
	color: #101010
     	}

.img2 {border:2px dotted #efefef}
.imgweb {border:2px dashed #343434}
img {
 		border:0;
 		padding:0;
 		
 		margin-left:6px;
 		margin-right:6px;
	
	}

div#header{
	background-color:#CE6300;
	width: 800px; 
	color: #ffffff
	}

div#menu{
		color:#CE6300;
	background-color:#CE6300;
	 text-decoration: none;
	font: bold 20px arial,sans-serif;
		margin:0;
width: 800px
}
div#content{ 
	font-weight: bold;
	color: #101010;
	font-weight: bold;
	
	border-top:2px dotted #CE6300;
	font-family: verdana,sans-serif;
	font-size: 81%
	}
	
 a {background-color:#ce6300;margin-bottom:5px;margin-left:10px;margin-right:10px;
 color:#ffffff;font: bold 12px arial,sans-serif;text-decoration: underline}
 
 
     	i 	{ color: #ce6300; font-weight:bold; font-style: italic;  font-size: 9pt }
 
 a:hover{
	 
	 color: #ffffff;
	 background-color:#ce6300; 
	 text-decoration: none;
	 border:2px dashed #ffffff
	 }

 input {color: #000000;
background-color:#efefef;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
background-attachment: fixed;
background-repeat: no-repeat;
border: 1px solid #999;
height: 20px;
padding-top: 3px;
padding-left: 5px;
width:150px;

}
 
  
     	textarea{
color: #000000;
background-color:#efefef;
background-attachment: fixed;
background-repeat: no-repeat;
border: 1px solid #999;
height: 100px;
padding-top: 3px;
padding-left: 5px;
width:300px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}