/* Universal */

body{
	margin: 0px;
	font-family: arial;
	background:url(images/background.png);
	background-repeat: repeat-x;
	background-color: #f7f3e7;
	font-size: 12px;
	text-align: center;
	height: 100%;

}

img.net { 
	margin: 5px;
	border: 1px solid #07080b;
	background-color:  #5e626d;
	padding: 3px;
}

img.net:hover { 
	margin: 5px;
	border: 1px solid #07080b;
	background-color: #07080b;
	padding: 3px;
}

a {
	text-decoration: none; 
	color:#1e8eeb; 
	font-weight: bold;
	cursor: automatic;
}

a:visited {
	text-decoration: none; 
	color:#1e8eeb; 
	font-weight:bold; 
	cursor: automatic;
}
a:hover {
	text-decoration:none ; 
	color:#e6843b;  
	font-weight:bold; 
	cursor: automatic; 
}

#cent {

	width: 710px;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
}

/* Top */


#top_image {
	margin-top: 0px;
	background-image:url(images/mm_top.png);
	height: 350px;
	width: 710px;
	position: relative;
}

#top_menu {
	font-size: 20px;
	font-family: arial;
	text-transform: uppercase;
	padding: 15px;
	position: relative;
}

.top_menu a {
	text-decoration: none; 
	color:#fceec1; 
	font-weight: normal;
	cursor: automatic;
	padding-right: 30px;
	padding-left: 30px;
	border-right: 1px solid #3194e1;
}

.top_menu a:visited {
	text-decoration: none; 
	color:#fceec1; 
	font-weight: normal;
	cursor: automatic;	padding-right: 30px;
	padding-left: 30px;
	border-right: 1px solid #3194e1;
}
.top_menu a:hover {
	text-decoration:none ; 
	color:#f7f3e7;  
	font-weight:normal; 
	cursor: automatic; 
	padding-right: 30px;
	padding-left: 30px;
	border-right: 1px solid #3194e1;
}

/* Content */


#content {

	font-family: arial;
	font-size: 12px;
	width: 600px;
	line-height: 20px;
	position: relative;
	margin-bottom: 10px;
	margin-top: -50px;
	overflow: auto;
	padding-bottom: 400px;

}

h1 {
	color: #2f5069;
	text-transform: uppercase;
	letter-spacing: 0px;
	
}


table {
	font-family: Arial; Sans-serif;
	font-size: 10px;
	padding: 10px;
	line-height: 20px;
	

}

/* Footer */

  .clearfix:after {
    content: ".";
    display: block;
    height: auto;
    clear: both;
    visibility: hidden;
 }


#footer {
	position: relative;
	border-top: 1px solid #07080b;
	background-color: #272c37;
	color: #5e626d;
	font-size: 12px;
	margin-top: -400px;
	height: 400px;
	clear: both;
}

h2 {
	border-bottom: 1px solid #1287e9;
	width: 150px;
	text-align: left;
	font-family: Arial;
	color: #f7f3e7;
	line-height: 18px;
	text-transform: uppercase;
}

#listed_wrapper {
	text-align: center;
	margin: auto;
	width: 600px;

}

#listed {
	line-height: 10px;
	color: #f7f3e7;
	padding: 20px;
	text-align: left;
	float: left;
	width: 150px;
	margin: auto;
}


#rule {
	align: center;
  	background-color: #2e3340;
  	width: 700;
	height: 1px;
	width: 700px;
	margin: auto;
	margin-top: -30px;
}

