*{
	margin : 0;
	padding : 0;
}

body{
	background-color : #ffffff;
	color : #000000;
}
a:link{
	color : #0000ff;
}

a:visited{
	color : #f25b00;
}

a:active{
	color : #00ffff;
}

.header{
	width : 80%;
	max-width : 100%;
	height : 10%;
	background-color : #0000a0;
	color : #ffffff;
}
.header_c{
	position : relative;
	top : 0%;
	left : 0%;
}

.menu{
	float : left;
	width : 15%;
	max-width : 100%;
	height : 80%;
	max-height : 80%;
	background-color : #ffffff;
}

.menu_c{
	margin : 0;
	padding : 0;
	position : relative;
	top : 5%;
	left : 10%;
}

.content{
	float : left;
	width : 65%;
	max-width : 100%;
	height : 80%;
	max-height : 80%;
	overflow-y : scroll;
	background-color : #ffffff;
}

.content_c{
	margin : 0;
	padding : 0;
	position : relative;
	top : 5%;
	left : 5%;
}

.footer{
	top : 85%;
	clear : both;
	width : 80%;
	max-width : 100%;
	height : 10%;
	background-color : #404040;
	background-image : url(./img/bar.png);
	color : #ffffff;
}

.footer_c{
	position : relative;
	top : 25%;
	left : 1%;
}

.tlink{
	text-decoration : none;
}
