/* CSS Document */
/* V 1.0 SUMALI */

body {
	background:#FFF url(../design_pic/background.jpg) repeat-x;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	}
	
a:link, a:visited {
	text-decoration:none;
	font-weight:normal;
	color:#135cae;
	}

a:hover {
	text-decoration:none;
	font-weight:normal;
	color:#999;
	}

a img {
	border:none;
	}
	
	
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
div#container {
	width:900px;
	margin:0 auto;
	}
	
div#header {
	width:900px;
	height:150px;
	margin:0 auto;
	}
div#middle {
	width:890px;
	height:200px;
	margin:5px 5px 5px 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	}	
	
div#content {
	margin:5px 5px 5px 5px;
	width:890px;
	min-height: 300Px;
	}

div#footer {
	width:890px;
	margin:5px 5px 5px 5px;
	color: #999999;
	font-size: 10px;
}
	
div#copyr {
	padding-right:5px;
	text-align:right;
}
	
div#copyl {
	padding-left:5px;
	text-align:left;
	float:left;
}


.clr {
	clear:both;
}
