/* Copyright © 2009 Ryan Berkani */

body 
{ 
	background-image: url(images/bgtile.png);
	background-repeat: repeat; 
}
		
h1
{
	font: bold 16px arial;
	color: #808080;
	text-align: justify;
	margin-bottom: 10px;
}

a, a:active
{
	text-decoration: none;
	border: 0px; 
	margin: 0px;
	outline: none;
	-moz-outline-style: none;
	color: #808080;
}
a:hover
{
	color: #dddddd;
}
a img, a:focus img, a:active img
{ 
	text-decoration: none;
	border: 0px; 
	margin: 0px;
	outline: none;
	-moz-outline-style: none;
}

#mainlogo
{
	width: 1000px;
	margin-top: 50px;
	margin-bottom: 0px;
	background-color: transparent;
}
#mainbody 
{
	width: 1000px;
	margin-top: 50px;
	margin-bottom: 25px;
	background-color: transparent;
}
#topleft
	{
	width: 27px;
	height: 76px;

	margin: 0px;
	padding: 0px;
	border: 0px;

	background-image: url(images/main_top_left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#topcenter
{
	height: 76px;

	margin: 0px;
	padding: 0px;
	border: 0px;

	background-image: url(images/main_top_center.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#topright
{
	width: 27px;
	height: 76px;

	margin: 0px;
	padding: 0px;
	border: 0px;

	background-image: url(images/main_top_right.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#centerleft
{
	width: 27px;

	margin: 0px;
	padding: 0px;
	border: 0px;

	background-image: url(images/main_center_left.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#maincenter
{
	margin: 0px;
	padding: 0px;
	border: 0px;

	background-color: #232323;
}
#centerright
{
	width: 27px;

	margin: 0px;
	padding: 0px;
	border: 0px;

	background-image: url(images/main_center_right.png);
	background-repeat: repeat-y;
	background-position: center center;
}
#bottomleft
{
	width: 27px;
	height: 27px;

	margin: 0px;
	padding: 0px;
	border: 0px;

	background-image: url(images/main_bottom_left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#bottomcenter
{
	height: 27px;

	margin: 0px;
	padding: 0px;
	border: 0px;

	background-image: url(images/main_bottom_center.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#bottomright
{
	width: 27px;
	height: 27px;

	margin: 0px;
	padding: 0px;
	border: 0px;

	background-image: url(images/main_bottom_right.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#navbar
{
	font: 18px arial;
	color: #808080;
	text-align: center;
	margin-bottom: 37px;
}
#mainareatable
{
	width: 100%;
	height: 100%;

	margin:0px;
	border:0px;
	padding:0px
}
#maintext
{
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 50px;

	font: 14px arial;
	color: #808080;

	text-align: justify;
	vertical-align: top;
}
#sidenote
{
	font: 11px arial;
	color: #707070;
	padding: 2px;
	border: 1px dotted #404040;
	text-align: justify;
	vertical-align: top;
}
#newsitem_header
{
	font: 14px arial;
	color: #808080;
	padding: 10px;
	border: 1px dotted #404040;
	background-color: #202020;
	text-align: justify;
	vertical-align: top;
}
#newsitem_body
{
	font: 14px arial;
	color: #808080;
	padding: 15px;
	border: 1px dotted #404040;
	text-align: justify;
	vertical-align: top;
}
#newsitem_title
{
	font-weight: bold;
	font: 14px arial;
	color: #808080;
	text-align: justify;
	vertical-align: top;
}
#newsitem_date
{
	font-style: italic;
	font: 11px arial;
	align: right;
	text-align: right;
	color: #707070;
	padding: 0px;
	vertical-align: center;
}
#footer
{
	font: 10px arial;
	color: #707070;
	text-align: center;
}