/* Start of CMSMS style sheet 'Magge Music - Main' */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.1;
	font-size:11px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN */

body{
	font-family:arial;
}
.clear{
	height:1px;
	overflow:hidden;
	clear:both;
}
#center{
	margin:20px auto;
	width:943px;
	overflow:hidden;
}
	#center #header{
		background:url('/images/cms/header.jpg') top left no-repeat;
		height:89px;
	}
	#center #navi{
		height:28px;
		overflow:hidden;
		background-color:black;
	}
	#center #content{
		border-left:6px solid black;
		border-right:6px solid black;
		background:url('/images/cms/contBg.jpg') top center repeat-y;
	}
		#center #content #left{
			float:left;
			padding:4px;
			width:211px;
		}
			
		#center #content #main{
			float:left;
			width:489px;
			padding:4px;
		}
		#center #content .FontJazz-font,
		#center #content h3{
			background-color:#c00000;
			color:white;
			font-weight:bold;
			overflow:hidden;
			height:23px;
			padding-left:3px;
			margin-bottom:6px;
		}
		
		#center #content #right{
			float:left;
			width:207px;
			padding:4px;
		}	

		#center #content #left .spacer,
		#center #content #right .spacer{
			height:8px;
			overflow:hidden;
			clear:both;
		}
		#center #content #left a,
		#center #content #right a{
			color:#C00000;
			text-decoration:none;
		}		

	#center #footer{
		height:16px;
		overflow:hidden;
		background-color:black;
		color:white;
		font-size:10px;	
		text-align:center;	
		padding:4px 0 0 0;		
	}
		#center #footer a{
			color:white;
			text-decoration:none;
		}
/* End of 'Magge Music - Main' */

