



@font-face {
    font-family: 'CirculaMedium';
    src: url('fonts/circula-medium-webfont.eot');
    src: url('fonts/circula-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/circula-medium-webfont.woff') format('woff'),
         url('fonts/circula-medium-webfont.ttf') format('truetype'),
         url('fonts/circula-medium-webfont.svg#CirculaMedium') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'QuicksandLight';
    src: url('fonts/Quicksand_Light-webfont.eot');
    src: url('fonts/Quicksand_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand_Light-webfont.woff') format('woff'),
         url('fonts/Quicksand_Light-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Light-webfont.svg#QuicksandLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandLightOblique';
    src: url('fonts/Quicksand_Light_Oblique-webfont.eot');
    src: url('fonts/Quicksand_Light_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand_Light_Oblique-webfont.woff') format('woff'),
         url('fonts/Quicksand_Light_Oblique-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Light_Oblique-webfont.svg#QuicksandLightOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBook';
    src: url('fonts/Quicksand_Book-webfont.eot');
    src: url('fonts/Quicksand_Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand_Book-webfont.woff') format('woff'),
         url('fonts/Quicksand_Book-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Book-webfont.svg#QuicksandBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBookOblique';
    src: url('fonts/Quicksand_Book_Oblique-webfont.eot');
    src: url('fonts/Quicksand_Book_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand_Book_Oblique-webfont.woff') format('woff'),
         url('fonts/Quicksand_Book_Oblique-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Book_Oblique-webfont.svg#QuicksandBookOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBold';
    src: url('fonts/Quicksand_Bold-webfont.eot');
    src: url('fonts/Quicksand_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand_Bold-webfont.woff') format('woff'),
         url('fonts/Quicksand_Bold-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Bold-webfont.svg#QuicksandBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBoldOblique';
    src: url('fonts/Quicksand_Bold_Oblique-webfont.eot');
    src: url('fonts/Quicksand_Bold_Oblique-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand_Bold_Oblique-webfont.woff') format('woff'),
         url('fonts/Quicksand_Bold_Oblique-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Bold_Oblique-webfont.svg#QuicksandBoldOblique') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandDash';
    src: url('fonts/Quicksand_Dash-webfont.eot');
    src: url('fonts/Quicksand_Dash-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Quicksand_Dash-webfont.woff') format('woff'),
         url('fonts/Quicksand_Dash-webfont.ttf') format('truetype'),
         url('fonts/Quicksand_Dash-webfont.svg#QuicksandDash') format('svg');
    font-weight: normal;
    font-style: normal;

}




body {
	background-color: #CCCCCC;
	background-image: url(design/metal.jpg);
	background-position: top center;
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #999999;
	padding: 0px;
	margin: 0px;
	text-align: left;
}


h1 { font-size: 54px; color:#CC6688; font-weight: normal; margin: 10px 0px 10px 0px; font-family: 'QuicksandBook'; }
h2 { font-size: 18px; color:#666666; font-weight: bold; margin: 10px 0px 3px 0px; }

a {
	text-decoration: none;
	color: #777777;
}

a:hover {
	color: #AAEE00;
}



.floatleft { float: left; margin: 10px 10px 10px 0px }
.floatright { float: right; margin: 10px 0px 10px 10px }
.clearing { clear: both; height: 0px; }



hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	clear:both;
	margin: 10px 0px 6px 0px;
}

.imgmouseover {
	cursor: pointer;
}


/* ================================ */
/*          MAIN DIVISIONS          */
/* ================================ */




#header {
	height: 187px;
	background-image: url(design/perthdance.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#header h1 {
	display: none;
}

#page {
	margin: 0px auto 0px auto;
	width: 1100px;
	text-align: justify;
}


#menu {

	font-family: 'QuicksandBook';

	margin: 10px 6px 12px 6px;

	font-size: 24px;

	padding: 10px 10px 4px 10px;
	border: 1px solid #999999;
	background-color: #FFFFFF;

	-moz-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 0px 10px 20px #CCCCCC;
	-webkit-box-shadow: 0px 10px 20px #CCCCCC;
	box-shadow: 0px 10px 20px #CCCCCC;

}

#menu a {
	padding: 0px 11px 0px 5px;
}

#menu a:hover {
}


#sideCol {
	float: left;
	width: 320px;
}

#mainCol {
	float: right;
	width: 770px;
}





#footer {
	clear: both;
	margin: 50px 50px 50px 50px;
	border-top: 1px solid #999999;
	padding-top: 4px;
	text-align: center;
	color: #666666;
	font-size: 10px;
}






#articleMenu a {
	display: block;
	font-size: 12px;
}








/* ================================ */
/*             STYLING              */
/* ================================ */




.box {
	margin: 0px 6px 12px 6px;

	padding: 10px 16px 14px 16px;
	border: 1px solid #999999;
	background-color: #FFFFFF;

	-moz-border-radius: 10px;
	border-radius: 10px;

	-moz-box-shadow: 0px 10px 20px #CCCCCC;
	-webkit-box-shadow: 0px 10px 20px #CCCCCC;
	box-shadow: 0px 10px 20px #CCCCCC;

}



#loginform {
	text-align: right;
}

#loginform p {
	padding: 0px;
	margin: 2px;
}

.login_input {
	width: 90px;
}




/* ===================================================================================================================== */

/*			M I C R O S O F T    F U D G E S								 */

/* ===================================================================================================================== */

