/*new style*/

body {
	margin-top: 15px;
	padding: 0px;
	font-family: monospace;
	text-decoration: none;
}

a:link {
	color: #666;
	text-decoration: none;
}

a:visited{
	color: #CCC;
	text-decoration: none;
}

a:hover{
	color: #06810a;
	text-decoration: none;
}

#wrapper {
	background-color: #000;
	margin: 0 auto;
	padding: 10px;
	border-top: 3px #bfbfbf outset;
	border-left: 3px #bfbfbf outset;
	border-right: 3px #bfbfbf inset;
	border-bottom: 3px #a5a5a5 inset;
	width: 1020px;
    }

#header {
	background-color: #333;
	width: 1020px;
	background-repeat: no-repeat;
	background-position: right;
	height: 75px;
}

#main {
	background-color: #333;
	padding: 10px;
	width: 1000px;
	text-align: justify;
}	
#main p{
       font-size: 16px;}
       
#main a:hover{
	color: #060;
	text-decoration: none;
	font-style: normal;
}
#footer{
	background-color: #333;
	width: 1020px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#footer p {
    font-size: 10px;
text-align: center;}

/* IMAGES */		
		
		a img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	  	}

		img.left,img.center,img.right {
	padding: 4px;
	;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	  	}

		img.left {
	float: left;
	margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
