/* CSS Document */
/* Body */

body {
	background-color: #000000;
	background-image: url(images/background_mardi.jpg);
	color: #FFCC33
}

a:link 	{text-decoration: none; color: #0099FF; font-weight: bold;}
a:visited {text-decoration: none; color: #0099FF; font-weight: bold;}
a:active	{text-decoration: none; color: #0099FF; font-weight: bold;}
a:hover 	{text-decoration: underline; color: #0066CC; font-weight: bold;}

.center	{
	text-align: center;
	display:block;
}

img.frame	{
	border: 5px groove #CCC;
	margin: 5px;
}

#container	{
	display: table;
	margin: auto;
	width: 800px;
	background: #000;
	padding-bottom: 10px;
}

/* Headings */

h3	{
	margin: auto;
	width: 780px;
	padding: 10px;
	color: #333;
	text-align: center;
	background-image: url(images/navbar_back.jpg);
	border-bottom: 3px ridge #999;
	letter-spacing: 2px;
	text-transform: uppercase;
}

h4	{
	margin: auto;
	margin-top: 10px;
	width: 540px;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
	border: 3px ridge #999;
	color: #C60;
}

/* Paragraphs */

p.note	{
	text-align: center;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}

p	{
	padding-left: 25px;
	padding-right: 15px;
}

img.center	{
	margin: auto;
}

/* Tables */

td.bar_title	{
	text-align: right;
	font-weight: bold;
	vertical-align: top;
}

tr.line	{
		background-color: #111;
}

table.border	{
	border: 20px solid #000;
}
