﻿/**************************
    Body and main container
**************************/

body {
	margin:0 0;
    	padding:0 0;
    	line-height: 1.4em;
    	font-family: Arial, Verdana, Helvetica, sans-serif;
    	font-size: 76%;
    	background-color: #3f4c6b;
    	background-image: url('images/DANCEART.jpg');
    	background-repeat: no-repeat;
    	background-attachment: fixed;
    	background-position: top left;
    	color:#000000;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size: 24px;
	line-height: 21px;
	text-decoration: none;
	font-weight:normal;
	margin: 0;
	padding: 0;
	color: #B3290D;
}

h2 {
	font-size: 18px;
	line-height:15px;
	text-decoration: none;
	font-weight:normal;
}

h3 {
	font-size: 14px;
	line-height: 19px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
	margin: 15px 0 6px 0;
}

h4 {
	font-size: 1em;
	margin: 0 0 0 8px;
	border-bottom: 1px solid #CCC;
}



#container {
	margin:1em auto;
    	position: relative;
    	text-align: left;
    	width:800px;
}

#header {
	height:100px;
	background-image: url('images/Banner.png');
	background-repeat: no-repeat;
}

.columns {
	margin-bottom:15px;
	width:100%;
}

.wrapper {
	padding:5px 10px 15px;
	line-height: 16px;
}

#content {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-topleft:5px;
	background-color:#FFFFFF;
	width:600px;
	padding:10px 10px;
}

td.column {
	padding:0;
	vertical-align:top;
}


.round-left {
	-moz-border-radius-bottomleft:5px;
	moz-border-radius-topleft:5px;
}

#side_base {
	background-color:#E3DDC9;
	border-left:1px solid #3F4C6B;
}

#side_base {
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	line-height:1.2;
	width:199px;
}

td.column {
	padding:0;
	vertical-align:top;
}

.round-right {
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
}

.subpage #side {
	margin-top:0;
}

#side {
	margin-bottom:10px;
	padding-top:0.5em;
	width:198px;
}

#side div.section {
	padding:13px;
}

#right-links .subtitles {
	padding-left: 15px;
}

#right-links a {text-decoration: none;color:#3f4c6b;}
#right-links a:hover {text-decoration: underline;}
#right-links a:visited {color:#bdb08f;}