@charset "ISO-8859-1";

  #all {
	width:840px;
	height:660px;
	border:0px none #ccc;
	background-image: url(Assets/AMFv2Backgroud.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-decoration: none;
	padding: 20px;
    }

  #header {
	width:840px;
	height:115px;
	border:0px none #ccc;
	margin-top: 0;
	padding-top: 30px;
    }
	
  #header img {
  	display:block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
    }
	
  #main {
	width:840px;
	border:0px none #ccc;
	padding-top: 50px;
    }
#main   a img  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#main .blog_img   {
	padding-bottom: 8px;
	float: left;
}
 	
  #main table{
	margin-left: auto;
	margin-right: auto;
	border:0px none #ccc;
	}
	
  #main table td{
	text-align: center;
	vertical-align: top;
	}
#main table td a:link {
	color: #000000;
	text-decoration: none;
}
#main table td a:visited {
	color: #000000;
	text-decoration: none;
}
#main table td a:hover {
	color: #000000;
	text-decoration: underline;
}

	
body{
	background-image: url(Assets/background_lighter.png);
	background-repeat: repeat-x;
	background-color: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
}
