#name {
	float:left;
	margin-left: 5px;
	padding-top: 5px;
	font-size: 17px;
	font-family: Silom, sans-serif;
	color: #ffffff;
}

h3 {
	margin-left: 5px;
	margin-bottom: 15px;
	font-family: Verdana, sans-serif;
}


#header {

	z-index: 0;

	position: relative;

	
	height: 60px;

	margin-top: 5px;
	margin-bottom: 5px;

	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	background-color: #668284;
	
}


.left {

	position: relative;
	float: left;

	width: 10%;
	height: 400px;
	
	margin-top: 1px;
	margin-bottom: 7.5px;
	
	background-color: #B9D7D9;
	
}

.right {

	position: relative;
	float: right;

	width: 89.5%;
	height: 400px;
	
	margin-top: 1px;
	margin-bottom: 7.5px;

	background-color: #F4EBC3;
	
	
}

#footer {

	position: relative;
	

	height: 60px;

	margin-top: 1px;
	margin-bottom: 7.5px;

	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	background-color: #668284;

	clear: both;
}

#footer_2 {

	position: relative;
	

	height: 60px;

	margin-top: 1px;
	margin-bottom: 7.5px;


	background-color: #B9D7D9;

	clear: both;
}

#LaNA{
    	float:left;
    	margin-left: 5px;
    	padding-top: 5px;
	font-size: 16px;
	font-family: Verdana, sans-serif;
	color: grey;
	text-decoration:none;
}
#LaNA:hover{
	font-size: 20px;
}
	