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

/*	Website:			http://www.LimitBreakRadio.com
	Description:		Podcast website for Final Fantasy XI online gaming community
	Web Developer:		Marvin Q. Neice
	Courses:			ArtD400K - Dreamweaver CS3
						ArtD400K - Photoshop CS3
						
	Original
	Graphic Resources:	Header Background by Sellsword

*/

body  {
	font: 				100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10pt;
	background: 		#42566f;
	background-image: 	url(../images/bkg-blr_tvscanlines.jpg);
	background-repeat:	repeat-x;
	margin: 			0; /* it's good practice to zero the margin and padding of the body
						      element to account for differing browser defaults
						   */
	padding: 			0;
	text-align: 		center; /* this centers the container in IE 5* browsers. The text
								   is then set to the left aligned default in the #container
								   selector
								*/
	color: #000000;
}
a:link{color : #0000ff;}
a:visited{color : #5555ff;}
a:hover{color : #aaaaff;}
#container { 
	width: 				820px;
	background: 		#42566f;
	margin: 			0 auto; /* the auto margins (in conjunction with width) center the page */
	padding-bottom: 	20px;
	text-align:			left;
}

#banner {
	width:				820px;
	height:				272px;
	background-image:	url(../images/lbr_banner.jpg);
	background-repeat:	no-repeat;
	}

#menu {
	width: 				820px;
	height: 			43px;
	background-image:	url(../images/bkg-lbr_contents.jpg);
	background-repeat:	repeat-y;
	text-align:			center;
	}
	
#sort_by {
	width: 				820px;
	height: 			50px;
	background-image:	url(../images/bkg-lbr_contents.jpg);
	background-repeat:	repeat-y;
	text-align:			center;
	}

#content {
	width:				820px;
	background-image:	url(../images/bkg-lbr_contents.jpg);
	background-repeat:	repeat-y;
	}
	
#content_area {
	border: 			1px solid #42566f;
	margin-left: 		35px;
	margin-right:		35px;
	padding:			15px;
	}

#content_area_media {
	border: 			1px solid #42566f;
	margin-left: 		25px;
	margin-right:		25px;
	padding:			5px;
	}

#LBC_content_area {
	border: 			1px solid #42566f;
	margin-left: 		35px;
	margin-right:		35px;
	padding:			15px;
	text-align:			center;
	}

#copyse {
	width:				820px;
	background-image:	url(../images/bkg-lbr_contents.jpg);
	background-repeat:	repeat-y;
	}

#copyse_contents {
	margin-left: 		35px;
	margin-right:		35px;
	padding:			15px 15px 0px 15px;
	font-size: 			8pt;
	color:				#747474;
	text-align: 		center;
	}

#footer {
	width:				820px;
	height:				169px;
	background-image:	url(../images/lbr_footer.jpg);
	background-repeat:	no-repeat;
	}

.float_left {
	float: 				left;
	}

.float_right {
	float: 				right;
	}

.LBC {
	margin:				5px;
	border:				none;
	}
			
	


