body
{
	font-family: arial, helvetica, sans-serif;
	background: #c0c0c0 url(images/background.jpg) repeat-x fixed;
}

a
{
	text-decoration: none;
	padding: .1em 0;
	position: relative;
	z-index: 1;
}
a:link
{
	color: #c00009;
	border-bottom: 1px solid #c00009;
}
a:visited
{
	color: #900;
	border-bottom: 1px solid #900;
}
a:focus
{
	color: #f00;
	border-bottom: 1px solid #f00;
}
a:hover
{
	color: #f00;
	border-bottom: 1px solid #f00;
}
a:active
{
	color: #f00;
	border-bottom: 1px solid #f00;
}

h1
{
	padding: 20px;
	margin: 0;
	font-size: 200%;
	font-weight: bold;
	color: #c00009;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .5em;	
}

h2
{
	margin: 0;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	color: #c00009;
	text-align: center;
	letter-spacing: .2em;
	padding-bottom: .5em;
	border-bottom: 5px solid #c00009;	
}

h3
{
	margin: 0;
	font-size: 120%;
	font-weight: bold;
	color: #c00009;
	text-align: left;
}

h4
{
	font-size: 120%;
	font-weight: normal;
	color: #000;
}

p
{
	text-align: justify;
	color: #000;
	line-height: 140%;
}

p.error
{
	color: #c00009;
	font-weight: bold;
}

table
{
	border-collapse: collapse;
}
th, td
{
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	padding: .5em;
}
tr
{
	background: #f9f;
}
tr.none
{
	background: none;
}
tr.even
{
	background: #fcf;
}
td.date
{
	text-align: right;
}
#tdcenter1, #tdcenter2
{
	text-align: center;
}
#contactform td
{
	border-right: 1px solid #c00009;
	border-bottom: 1px solid #c00009;
}
#contactform tr
{
	background: #f33;
}
thead th
{
	background: #c00009;
	color: #fff;
}
tbody td.action
{
	background: #ff0;
}

#container
{
	text-align: left;
	margin: 0 auto;
	width: 100%;

}

div.navigation
{
	position: fixed !important;
	position: absolute;
	float: left;
	width: 16%;
	display: inline;
	margin: 0 4%;
	padding: 1em 0;

}

div.navigation ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	display: inline;
}

div.navigation li
{
	display: inline;
}

div.navigation a
{
	display: block;
	text-decoration: none;
	background: #c00009;
	color: #fff;
	padding: .3em 1em;
	border-bottom: 1px solid #c0c0c0;
}

div.navigation a:link
{
	display: block;
	text-decoration: none;
	background: #c00009;
	color: #fff;
	padding: .3em 1em;
	border-bottom: 1px solid #c0c0c0;
}
div.navigation a:visited
{
	display: block;
	text-decoration: none;
	background: #c00009;
	color: #fff;
	padding: .3em 1em;
	border-bottom: 1px solid #c0c0c0;
}
div.navigation a:hover
{
	display: block;
	text-decoration: none;
	background: #f60;
	color: #000;
	padding: .3em 1em;
	border-bottom: 1px solid #c0c0c0;
}
div.navigation a:focus
{
	display: block;
	text-decoration: none;
	background: #c00009;
	color: #fff;
	padding: .3em 1em;
	border-bottom: 1px solid #c0c0c0;
}
div.navigation a:active
{
	display: block;
	text-decoration: none;
	background: #c00009;
	color: #fff;
	padding: .3em 1em;
	border-bottom: 1px solid #c0c0c0;
}

div.content
{
	float: right;
	width: 70%;
	margin: 1em 2%;
	padding: 1em 0;
}

div.content img
{
	float: left;
	padding: 1em;
}

p.newsdate
{
	color: #c00009;
}

div.validator
{
	clear: both;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-top: 2px solid #c00009;
}

img.validimage
{
	border: none;
    	margin-left: auto;
    	margin-right: auto;
}


div.validator a
{
	border-bottom: none;
}

div.footer
{
	clear: left;
	margin: 1em 2%;
	font-size: 70%;
}

div.footer p
{
	text-align: right;
}

div.nextgig p
{
	color: #c00009;
}

div.thumbnail
{
	width: 200px;
	height: 275px;
	float: left;
	margin: 10px 10px 10px 0;
}

div.thumbnail img
{
	margin: 10px 0 0 10px;
	border: 1px solid #c00009;
	padding: 0;
}

div.thumbnail p
{
	clear: left;
	margin: 0;
	padding: 5px 20px 30px 10px;
	text-align: center;
}

div.thumbnail2
{
	width: 320px;
	height: 320px;
	float: left;
	margin: 10px 10px 10px 0;
}

div.thumbnail2 img
{
	margin: 10px 0 0 10px;
	border: 1px solid #c00009;
	padding: 0;
}

div.thumbnail2 p
{
	clear: left;
	margin: 0;
	padding: 5px 20px 30px 10px;
	text-align: center;
}
p.picturelinks
{
	clear: both;
	text-align: center;
}

div.picture
{
	width: 650px;
	height: 750px;
	float: left;
	margin: 20px 10px 10px 0;
}

div.picture img
{
	margin: 10px 0 0 10px;
	border: 1px solid #c00009;
	padding: 0;
}

div.picture p
{
	clear: left;
	margin: 0;
	padding: 20px 20px 30px 10px;
	text-align: center;
}

div.cdimage
{
	float: left;

}

div.tracks
{
	float: left;
	margin-top: 20px;
	margin-right: 50px;

}


div.clear
{
	clear: both;
}
