body
{
	background-color: #454545;
	font-family: 			'Lato', sans-serif;
}

.link_button
{
	width: 						150px;
	height: 					45px;
	background-color: blue;
	color: 						white;

	border-bottom:    2px dotted #404040;
	font-size: 				18px;
	background-color: lightgray;
}	

.link_button:hover
{
	width: 						150px;
	height: 					45px;
background-color: #f06040;
	color: 						white;
	border-bottom:    2px dotted #404040;
	font-size: 				18px;
}	

.link_text
{
	display: 					block;
	width: 						100%;
	height: 					100%;
	color: 						black;
	font-size: 				18px;
	text-decoration: 	none;  
	text-align: 			center;
	line-height: 			2.3;
}

.link_text:hover
{
	display: 					block;
	width: 						100%;
	height: 					100%;
	color: 						white;
	font-size:        18px;
	text-decoration: 	none;  
	text-align: 			center;
	line-height: 			2.3;
}

#container
{
	width: 				813px;
	margin-left: 	auto;
	margin-right:	auto;
}

#header
{
	background-color: #138771;
	color: 						white;
	padding: 					10px;
	margin-top: 			20px;
	margin-bottom: 		25px;
	text-align: 			center;
}

.sidebar
{
	float: left;
	width: 148px;
	height: 448px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	background-color: lightgray;
	text-align: center;
	font-size: 28px;
	border-right: 2px dotted #606060;
}

#content
{
	float: left;
	padding: 4px;
	width:   615px;
	height:  460px;
	background-color: #dadada;
	text-align: justify;
	margin-bottom: 		25px;
	}

#footer
{
	clear: both;
	color: white;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	background-color: #138775;
}

.bigtitle
{
	font-size: 32px;
	font-weight: 900;
	letter-spacing: 2px;
}
