@charset "UTF-8";
/* CSS Document */

#header-logo {
float: left;
}

a#mtamo-home {
display: block;
float: left;
width: 278px; height: 146px;
padding: 0;
margin: 0 0 0 20px;
background: url('MtamoHome.png') no-repeat #fffaed;
background-position: top left;
text-decoration:none;

border-left: #696864 1px solid;
border-right: #696864 1px solid;
border-top: #696864 1px solid;

-webkit-border-top-left-radius: 20px;
-webkit-border-top-right-radius: 20px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 20px;
-moz-border-radius-topright: 20px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px; 
}
a#mtamo-home:hover {
background-position: bottom left;
}
	a#mtamo-home h2, a#mtamo-home h3, h2#mtamo-heading {
	text-indent: -9999px;
	margin: 0; height: 0px;
	}
	a#mtamo-home p {
	font-family: Futura, "Century Gothic", "Avant Garde", Tahoma, Arial, sans-serif;
	color: #696864;
	font-size: 1em;
	width: 200px;
	margin: 12px 0 0 12px;
	}
	
#mtamo-article {
padding-left: 180px; min-height: 350px;
background: url('flower.jpg') no-repeat;
margin: 0 0 0 -20px;
}
h2#mtamo-heading {
background: url('mtamo-largelogo.png');
width: 361px; height: 92px;
}

#deadline {
width: 25%;
background: #A0004F;
color: #fff;
font-weight: bold;
font-size: 1.75em;
text-align: center;
text-transform: uppercase;
letter-spacing: .2em;
line-height: 20px!important;
padding: 10px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border-left: #690034 2px solid;
border-bottom: #690034 2px solid;
border-right: #ff007e 2px solid;
border-top: #ff007e 2px solid;

}
	#deadline {
	}
	#deadline:first-line {
	font-size: .5em;
	line-height: 20px;
	color: #ffb0d7;
	}