div#header
{
	width: 100%;
	height: 150px;
}

div#logo
{
	width: 300px;
	float: left;
}

div#logo img
{
	width: 100%;
}

div#menu
{
	width: 724px;
	float: right;
}

div#login_tools
{
	margin-top: 10px;
	width: 374px;
	height: 45px;
	text-align: right;
	position: absolute;
	right: 2px;
}

div#boards
{
	height: 30px;
	margin-top: 90px;
	
	position: absolute;
	right: 2px;
}

div#boards a { font-weight: bold; }
div#boards a:link { color: blue/*#b455a2*/; text-decoration: none; }
div#boards a:visited { color: blue; text-decoration: none; }
div#boards a:hover { color: #ffffff; background-color: blue; text-decoration: none; }

div#board_wrapper
{
	width: 1024px;
}

div.contents
{
	margin-bottom: 50px;
}

div.contents h1
{
	margin-left: 10px;
}

div.contents h2
{
	margin-left: 30px;
}

div.contents h3
{
	margin-left: 50px;
}

div.contents p
{
	margin-left: 80px;
}

div.contents img
{
	display: block;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

div.contents a { font-weight: bold; }
div.contents a:link { color: blue; text-decoration: none; }
div.contents a:visited { color: blue; text-decoration: none; }
div.contents a:hover { color: #ffffff; background-color: blue; text-decoration: none; }
