
/* mori CSS */

body {
	background-color:#000000;
}

#main {
	margin: 0 auto;
	margin-top:20px;
	width:1100px;
	height:440px;
}

.l {
	float:left;
 	width:500px;
	display:inline;
	background-color:#CCCCCC;

}

.c {
	float:left;
	margin-left:5px;
	padding-left: 5px;
	width:54px;
	height:400px;
	display:inline;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #B9BA6D;	

}

.r {
	float:left;
	padding-left:7px;
	width:500px;
	display:inline;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #B9BA6D;	
}

.minh {
	height:400px;
    float:right;
    width:1px;
}


p {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color:#B9BA6D;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #B9BA6D;
	text-decoration: none;
}

a:visited {
	color: #B9BA6D;
	text-decoration: none;
}

a:hover {
	color:#727344;
	text-decoration: none;
}

a:active {
	color:#B9BA6D;
	text-decoration: none;
}