/**
 * @package Joomla
 * @subpackage MendocinoCollegeFoundation
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */

* {font-size: 100.01%;}
html {font-size: 62.5%;}
body{
	margin:0;
	font:1em Helvetica,Arial,sans-serif;
	background:#003057 url(../images/bg-body.gif) repeat-x;
}
/* General reset */
img{border-style:none;}
a{color:#0066cc;}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
/*  start holder */
.holder {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-holder.gif) repeat-y -11px 0;
}
.holder .middle {
	width:100%;
	overflow:hidden;
	background:url(../images/bg-holder-bottom.gif) no-repeat -11px 100%;
}
/* end holder */

