body {
	/* background:url(bg.jpg) repeat-x;
 	color: #555; */
 	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
}

#main {
	width: 800px;
	height:600px;
	margin-left:10%;
	margin-right:10%;
	background-color:#FFFFFF;
	border:1px solid #197eb1;
}
#header {
	position: relative;
    clear:left;
    width: 100%;
	height: 155px; 
	margin: 0; padding: 5;
	background: #000 url('@smef_logo.jpg') no-repeat center;	
	
}

/* menu tabs */
#header #login {
	position: absolute;
	top: 160px; left: 5px;
	 color:#FFFFFF;
	 font-weight:bold;
} 

#content{
	position: relative;
   
    width: 100%;
	height: 445px;
	border:0px solid ;
	
}

#content_left {
	position:absolute;
	 width:30%;
	 height:87%;
	 margin-top:3%;
	 margin-left:0.6%;
	 border:0px solid #eee;
} 
#content_mid{
 	 position:absolute;
 	 width:40%;
	 height:87%;
	 margin-top:3%;
	 margin-left:27%;

	 border:0px solid #eeeeee;
}
#content_right{
	 position:absolute;
     margin-left:69%;
 	 margin-top:3%;
	 height:87%;
	 width:27%;
	 border:0px solid #00CC00;
} 
#content_bottom_right{
	position:absolute;
	margin-left:49%;
	bottom:2px;
	height:5%;
	width:50%;
	border:0px solid #00CC00;
} 

#content_bottom_left{
	position:absolute;
	margin-left:0%;
	bottom:2px;
	height:5%;
	width:50%;
	border:0px solid #6633FF;
} 
input{
border:1px solid #000000;

}
#left {
	width:27%;
	padding:15px;
	background-color: inherit;
	border:0px solid;
	float:left;
	text-align:left;
}
#middle {
	width:27%;
	padding:15px;
	background-color: inherit;
	border:0px solid;
	float:none
	text-align:left;
}
#right {
	width:27%;
	padding:15px;
	background-color: inherit;
	border:0px solid;
	float:right;
	text-align:left;
}

label{
	font-weight:bold;
	color:#197eb1;
	font-size:14px;
	padding:3px;
}
A { text-decoration: none;}
/*A:link {color:#63a619;}font-weight:bold;
A:visited {color: #197eb1;}A:active {color: #ffffff;text-decoration: none}
*/
A:hover {text-decoration: none; color: #63a619;font-weight:bold;}


.bottom_line{
border-bottom:1px #006699 dashed;
}

.news_title{
	color:#63a619;
	font-weight:bold;
}
.notice_title{
	color:#13386c;
	font-weight:bold;
}
.notice_submit{
	color:#CCCCCC;
	font-size:xx-small;
	
}

