@charset "UTF-8";

* {
		margin: 0;
		padding: 0;
		} 

html,body {
		height: 100%;
		background-color: #000;
		background-image: url(img/body-bg.gif);
		background-repeat: repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-size: 12px;
		line-height: 14px;
		text-align: left;
		}

#container {
		min-height: 100%;
		margin-left: 135px;
		width: 700px;
		background-color: #000;
		}
		
#home-icon {
		position: absolute;
		width: 95px;
		height: 95px;
		top: 52px;
		left: 192px;
        }
        
#home-icon a {
		border-bottom: none;
		display: block;
		width: 95px;
		height: 95px;
        }

#top {
		height: 230px;
		background-image: url(img/top.jpg);
		background-repeat: no-repeat;
		}

#menu {
		height: 30px;
		float: right;
		width: 100%;
		margin-top: 203px;
		}

#main {
		padding: 0px;
		text-align: left;
		}

#belowthebottom {
		height: 80px;
		clear: both;
		}

#bottom{
		width: 700px;
		height: 80px;
		margin-top: -80px;
		text-align: center;
		margin-left: 135px;
		}

/*------------------------------- TEXTS --------------------------------*/

p {
		color: #999;
		padding: 0px 20px 0px 20px;
		text-align: left;
		}

p.track {
		color: #999;
		padding: 0px 0px 0px 20px;
		text-align: left;
		}
		
p.table {
		color: #999;
		padding: 0px 0px 0px 0px;
		text-align: left;
		}
		

/*------------------------------- HEADINGS --------------------------------*/

h1 {
		font-size: 16px;
		font-style: normal;
		font-weight: normal;
		font-variant:small-caps;
		color: #FFF;
		padding: 0px 20px 10px 20px;
		line-height: 14px;
		}

h2 {
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant:small-caps;
		color: #FFF;
		padding: 0px 20px 10px 20px;
		line-height: 12px;
		text-align: left;
		}

h3 {
		font-size: 12px;
		font-style: normal;
		font-weight: normal;
		font-variant:normal;
		color: #FFF;
		padding: 20px 20px 0px 20px;
		line-height: 14px;
		text-align: left;
		}
		
/*------------------------------- LINKS --------------------------------*/

a:link {
		color: #FFF;
		text-decoration: none;
		}

a:visited {
		color: #FFF;
		text-decoration: none;
		}

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

a.p-link:link {
		color: #000;
		text-decoration: none;
		}

a.p-link:visited {
		color: #000;
		text-decoration: none;
		}

a.p-link:hover {
		color: #d0d0d0;
		text-decoration: none;
		}
		
/*------------------------------- IMAGES --------------------------------*/

img.br-line {
		padding: 10px 0px 10px 0px;
		}

img.record-frontpage {
	padding: 0px 20px 0px 20px;
	float: left;
		}
