/* LAYOUT
based on template 1 */


#wrapper, #header, #nav, #sidebar, #main, #footer{
		border:0px solid #000;/*for testing*/
} 
/* for 100% height - also set the containing div to 100% height*/
html,body {
		height: 100%;
} 

/* mp3 player frame styles */
.playerBg {
		background-color: #000;
}
#wrapperFrame {
		position: relative;
		clear: both;
		min-height: 30px; /*Mozilla - CSS2*/
		width: 890px;
		margin:0 auto 0 auto;
		padding-bottom: 0px;
}
#mp3Frame {
	margin: 0 0 0 625px;
	padding: 5px 0 0 0;
	height: 20px;
	width: 275px;
}

/* regular template styles */

.bg {
		margin:0 0 0 0;
		background-color: #000;
}

#outerWrapper {
		margin: 0 auto 0 auto;
		min-height: 100%;
		height: 100%;
		background:  url(images/wrapperBg.gif) no-repeat scroll center top;
		width: 900px;
}
* html #outerWrapper { height:100% }
#wrapper {
		position: relative;
		clear: both;
		min-height: 600px; /*Mozilla - CSS2*/
		height: 600px;
		width: 910px;
		margin:0 auto 0 auto;
		padding-bottom: 0px;
}
div[id=wrapper]#wrapper { height: auto;}/*For IE to set auto height*/ 
#header {
		width: 910px;
		height: 336px;
		margin:0 0 0px 0;
		padding:0px;
		color:#000;
}
#flash {
		float: left;
		width: 675px;
		height: 310px;
		margin: 0;
		padding: 0;
}
#nav {
		float: left;
		width: 225px;
		height: 45px;
		margin: 0;
		padding: 0;
		z-index:3;
}

#sidebar {
		float: left;
		width: 225px;
		padding: 0;
		margin-top: 50px;
		display:inline;
}
div[id=main]#sidebar { height: auto;}/*For IE to set auto height*/

#modules {
		width: auto;
		margin: 0 0 0 0;
		padding: 30px 0 0 0;
		height: auto;
		background: #572c23 url(images/modulesTop.gif) no-repeat scroll center top;
}
#moduleFooter {
	width: auto;
	margin: 0;
	padding: 0;
	height: 50px;
	background: url(images/modulesBottom.gif) no-repeat scroll center bottom;		

}

#main {
		float:left;
		min-height: 400px;
		height: 400px;
		width: 620px;
		padding: 5px 0px 20px 0px;
		margin: 0px 25px 0px 30px;
		display:inline;
}
div[id=main]#main { height: auto;}/*For IE to set auto height*/
#footer {
		clear: both;
		width: auto;
		height: 35px;
		padding: 10px 0px 5px 0px;
		margin: 0px auto 0px 30px;
}
#footerInner {
		font: normal 10px/13px Arial, Helvetica, sans-serif;
		color: #f4881e;
		text-align: center;
		float: left;
		width: 620px;
		margin: 0;
		padding: 5px 0 0 0;
		border-top: 1px dashed #808080;
}

.cleaner {
		clear:both;
		height:1px;
		margin: -1px 0 0 0;
		padding:0;
		border:none;
		visibility: hidden;
		font: 1px/1px serif;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
