/* ---------------------------- main styling ---------------------------- */

html,
body
{
	height:100%;
	margin:0;
	padding:0;
	border:none;
	background:#eee;
}

body,
table
{
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:11px;
}

img
{
	border:none;
}

a
{
	color:#00f;
}

a:hover
{
	color:#f00;
}

p
{
	margin:0;
	padding:5px 0 5px 0;
}

ul
{
	margin:0;
	padding:0 0 10px 40px;
}

li
{
	margin:0;
	padding:0;
	list-style-image:url(../img/layout/bullet.gif);
}

/* ------------------------------- main ----------------------------- */

table#main
{
	width:100%;
	height:100%;
}

table#main td#left
{
	width:4px;
	background:transparent url(../img/layout/left_repeat.gif) repeat-y top right;
}

table#main td#right
{
	width:4px;
	background:transparent url(../img/layout/right_repeat.gif) repeat-y top left;
}

table#main td#placeholder
{
	width:780px;
	text-align:left;
	vertical-align:top;
	background:#fff;
}

/* ------------------------------- frame ----------------------------- */

table#frame
{
	width:780px;
}

/* header */

table#frame td#header
{
	width:780px;
	height:125px;
	padding:0 20px 0 0;
	text-align:right;
	vertical-align:middle;
	background:transparent url(../img/layout/logo.gif) no-repeat top left;
	line-height:16px;
}

table#frame td#header a
{
	text-decoration:none;
	color:#000;
}

table#frame td#header a:hover
{
	text-decoration:underline;
	color:#b81f18;
}

/* menu */

table#frame td#menu
{
	width:779px;
	height:38px;
	padding:4px 0 0 1px;
	text-align:left;
	vertical-align:top;
	background:transparent url(../img/layout/menu.gif) no-repeat top left;
	line-height:36px;
	font-size:12px;
}

table#frame td#menu a
{
	padding:15px 13px 10px 13px;
	border-right:1px solid #fff;
	background:transparent;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

table#frame td#menu a:hover,
table#frame td#menu a.selected
{
	background:transparent url(../img/layout/menu_link_hover.gif) repeat-x bottom left;
}

/* content */

table#frame td#content
{
	width:740px;
	min-height:28px;
	padding:20px 20px 0 20px;
	background:transparent url(../img/layout/shadow.gif) no-repeat top left;
	line-height:17px;
}

/* footer */

table#frame td#footer
{
	width:780px;
	height:30px;
	text-align:center;
	vertical-align:middle;
	line-height:30px;
	font-size:10px;
	color:#ccc;
}

table#frame td#footer a
{
	text-decoration:none;
	color:#ccc;
}

table#frame td#footer a:hover
{
	text-decoration:underline;
	color:#000;
}

/* ------------------------------- headline ----------------------------- */

img.headline
{
	display:block;
	margin:0;
	padding:0;
}






















