body {
	background:#b5e2fb;
	font-family: "trebuchet MS", verdana,  helvetica, sans-serif; 
	font-size:13px;
	margin:0;
	padding:0;
	color:#000;
	font-weight:100;
	}

a img {border:none; outline:none;}
Object { outline:none; }
img {border:none;}
p {margin:0;}
.fl {float:left;}
.fr {float:right;}
.re {position:relative;}
.ab {position:absolute;}
.block {display:block;}
.clear {clear:both;}

/** Heading Style **/
h1, h2, h3, h4, h5, h6 {margin:0;	padding:0;}

h1 {color:#d92916; font-size:30px; font-weight:bold; text-align:center; margin-bottom:5px;}
h2 {color:#30890d; font-size:18px; text-transform:capitalize;}


/** Link Style **/
a {color:#204c07; text-decoration:underline;}

		/** L. Green **/
a.lgreen {color:#308b0e; text-decoration:underline;}
a:hover.lgreen {color:#308b0e; text-decoration:none;}

		/** Color **/
.green {color:#45ac0c;}



/** z-index **/
.l1 {z-index:1;}
.l2 {z-index:20;}
.l3 {z-index:50;}

			/** Error Wrap **/
			
.error-wrap {
	background:url(http://www.smfnew.com/images/error-bg.gif) center top no-repeat;
	position:relative;
	height:813px;
	}
.error {	
	margin:0 auto;
	width:1000px;
	height:813px;
	}
	
/** Logo **/
.logo2 {
	height:112px;
	left:50%;
	margin-left:-127px;
	top:180px;
	width:255px;
	}
	
/** Content **/
.content {
	left:50%;
	margin-left:-350px;
	top:297px;
	width:725px;
	}