/* ___________________ general _________________ */

body
{
	margin: 0;
	background-color: #ffffff;
	font: small/1.5em georgia, times, serif;
}

a:link
	{
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
	}

a:visited
	{
	text-decoration: none;
	color: black;
	border-bottom: 1px solid black;
	}

a:hover, active
	{
	text-decoration: overline;
	color: #195583;
	border-bottom: none;
	}


/* ________________ containers ________________ */

#container
{
	position: relative;
}

#title
{
	position: relative;
	margin: 100px auto;
	padding: 25px;
	width: 400px;
	text-align: justify;
	border: 2px solid black;
	border-bottom: none;
}

#forum
{
	position: relative;
	top: 0px;
	left: 300px;
	margin: 100px auto;
	padding: 25px;
	width: 200px;
	text-align: right;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

#site
{
	position: relative;
	top: -300px;
	right: 350px;
	margin: 100px auto;
	padding: 25px;
	width: 200px;
	text-align: left;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
