/* - - - masc.css - - - */

/* general settings */

body
{
	margin: 0;
	padding: 0;
	color: #434352;
	background: #E3DFB2;
	font: 12px arial, sans-serif;
}

/* MASTHEAD settings */
#masthead
{
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	height: 90px;
	width: 100%;
}

/* LOGO settings */
#logo
{
	position: relative;
	top: 9px;
	left: 55px;
	height: 80px;
	width: 300px;
	background-image: url(http://mascorp.ph/images/masclogo.gif);
}

/* CORNICE settings */
#mainmenu
{
	position: absolute;
	top: 90px;
	left: 0px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #4D5F75;
	height: 24px;
	width: 100%;
	text-transform:uppercase;
	font-family:"Arial", sanserif;
	font-size:12px;
	font-weight:bold	
}


#mainmenu a:link
{
	color: #E3DFB2;
	text-decoration: none;
	padding-bottom: 1px;
}

#mainmenu a:visited
{
	color: #E3DFB2;
	text-decoration: none;
	padding-bottom: 1px;
}

#mainmenu a:hover, a:active 
{
	color: #434352;
	background-color: #E3DFB2; 
}

#mainmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type:none;
	width:auto;
}

#mainmenu li
{
	float: right;
	margin: 0;
	padding: 5px;
}

#photospread
{
	position:absolute;
	top:119px;
	left:0px;
	margin:4px 4px 4px 4px;
	padding:8px 8px 8px 8px;
	width:100%;
	height:172px;
	background:#BDBC90;
}

#maincontent
{
	position:absolute;
	top:323px;
	left:0px;
	margin:4px 4px 4px 4px;
	padding:8px 8px 8px 8px;
	width:720px;
	height: 264px;

}

#footer
{
	position:absolute;
	float:bottom;
	clear:both;
	bottom:0;
	width:100%;
	height:40px;
	background-color: #4D5F75;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size:smaller;
	color: #CCCCCC;
	text-align:center;
}
