@charset "UTF-8";
/* CSS Document */

* {
   margin:0px;
   padding:0px;
}

html, body {
	color:#363257;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	height:100%;
	width:900px;
	background-color:#060322;
	background-image:url(images/FORE_bkgd_main.jpg);
	background-repeat:repeat-y;
}

#header {
height:80px;
width:900px;
clear:left;
}

.navigation {
    position:relative;
	margin: 20px 10px 0px 75px;
}

#space {
height:20px
}

h1 {
    font-size:12px;
    color:#363257;
	width:740px;
	background-color:#FFFFFF;
	padding:5px;
}
h1 a{
color:#363257;
}
h1 a:hover{
color:#363257;
}
h1 a:visted{
color:#363257;
}
.navigation h1{
border:thin solid #363257;
}

h2 {
    font-size:12px;
    color:#363257;
}

p {
font-size:10px;
}

.main_area {
position:relative;
margin: 20px 0px 0px 75px;
height:160px;
width:750px;
}

.main {
float:left;
background-color:#FFFFFF;
clear:left;
height:200px;
width:750px;
border:thin #000000;
}

#bands {
margin: 10px 0px 0px 160px;
height:150px;
width:195px;
}

.product_section {
} 

.product_group_1 {
position:relative;
margin: 20px 0px 0px 75px;
height:160px;
width:750px;
}

.ps1 {
float:left;
padding:0px 0px;
clear:both;
height:160px;
width:363px;
}

.ps2 {
float:left;
padding:0px 0px 0px 20px;
height:160px;
width:363px;
}


.ps3 {
float:left;
padding:0px 0px;
clear:both;
height:160px;
width:738px;
}

.album {
float:left;
background-color:#FFFFFF;
clear:left;
height:160px;
width:365px;
border:1px solid #363257;
}

.album_image {
float:left;
position:relative;
width:150px;
height:150px;
border:thin #00FFFF;
clear:left;
padding:5px;
}

.album_info {
margin: 10px 0px 0px 160px;
height:150px;
width:195px;
}

.album_info a:link {
color:#363257;
}

.album_info a:hover {
color:#0099FF;
}

.album_info a:visited {
color:#363257;
}

#footer {
padding:20px;
}
