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

/* HTML NATIVE ELEMENTS */

body { background-color:#010000; background-image:url(../images/bg.jpg); background-position: top left; background-repeat:repeat-x;
		background-attachment:fixed; }

p { font-family:Arial; color:#333333; font-size:12px; text-align:justify; }

a { font-family:Arial; color:#333333; font-size:12px; text-decoration:none;}
a:hover { background-color:#006699; color:#FFFFFF;}

p.small { font-family:Arial; color:#333333; font-size:12px; text-align:justify; }

h2 { font-family:Arial; color:#666633; }

li.foto {
	text-decoration:none; display:inline;
	margin:10px;
}

li.mediaLink {
	list-style:none; text-indent:20px;
	background-image:url(../images/midi_icon.png);
	background-position:left top; background-repeat:no-repeat;
}
		
/* CSS CUSTOM ELEMENTS */

div#container { position:absolute; top: 0px; left: 50%; width: 720px; margin-left:-360px; }

div#header { position:absolute; top: 0px; left: 0px; width: 720px; height: 150px; background-image:url(../images/garth_brooks_header_image.jpg);
			 background-position: left top; background-repeat:no-repeat; border-left:4px solid #C6C5AE; border-right:4px solid #C6C5AE; }
			 
div#menu { position: absolute; top:150px; left:0px; width:720px; height:100px;
			background-position: left top; background-repeat:no-repeat;  border-left:4px solid #C6C5AE; border-right:4px solid #C6C5AE; }
			
div#content { position: absolute; top:250px; left:0px; width:720px; height:auto; background-color:#000000;
			  border-left:4px solid #C6C5AE; border-right:4px solid #C6C5AE; background-image:url(../images/content_bg.gif);
			  border-bottom:4px solid #C6C5AE; }
			  
div#right_column { position:absolute; left:100%; margin-left:-200px; top:0px; width:198px; height:316px; background-color:#000000;
				   border-left: 2px solid #FFFFFF; background-image:url(../images/news.jpg); background-position: top center; background-repeat:no-repeat;
				   font-family: Arial; color:#FFFFFF; font-size:12px; text-align:justify; text-indent:5px;  }

div#cover_photos { position:relative; left:0px; top:0px; width:520px; height:auto; background-color:#000000; }
			
div#cover_content { position:absolute; left:0px; top:0px; width:720px; height:auto; background-color:#000000; background-image:url(../images/content_bg.gif);
					border-bottom:1px dashed #333300; }
				   
div#bottom_info { position:relative; left:0px; top:auto; width:720px; height:150px; font-family:Arial; font-size:12px; color:#330000; text-align:justify;
				  border-bottom:1px dashed #666633; background-image:url(../images/radio.gif); background-position:right bottom; background-repeat:no-repeat; }

div#bottom { position:relative; left:0px; top:Auto; width:720px; height:34px; font-family:Arial; font-size:10px; color:#D5D6BC; text-align:right;
			 background-image:url(../images/bg_bottom.jpg); background-position:top left; background-repeat:repeat-x; }

div#adsense {
    position:relative; background-color:#C6C5AE; text-align: center; width: 100%;
}

