/* ---- Site design -------- */

#container
{
	width:500px;
	margin:0px auto;
	text-align:center;
}

#header
{
	margin:20px 0px;
}



/* ---- Content design -------- */

.welcome
{
	width:170px;
	height:345px;
	margin:0px auto;
}

.content
{
	margin-bottom:40px;
}

.shoutbox
{
	width:480px;
	margin:0px auto;
	padding:5px 0px;
	border:1px solid #999999;
}

.shoutboxIframe
{
	width:480px;
	height:300px;
	border:0px;
}



/* ---- General styles -------- */

p
{
	font-family:arial,sans-serif;
	font-size:8pt;
	color:#999999;
	line-height:1.3em;
}

a:link
{
	text-decoration:underline;
	color:#12506a;
}

a:visited
{
	text-decoration:underline;
	color:#12506a;
}

a:hover
{
	text-decoration:none;
	color:#12506a;
}

a:active
{
	text-decoration:none;
	color:#12506a;
}