/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;
	line-height: 2;
	background-color: #000;
	background-image: url(images/silverbackgroundaddition.jpg);
	background-position:right;
	background-repeat: repeat-y;
	}
p { 
	font:  12px georgia, sans-serif;
	text-align: left;
	margin: 5px;
	line-height: 125%;
	}
	
h3 { 
	font: bold italic 12px georgia, sans-serif;
	margin-left: 10px;
	letter-spacing: 5px;
	margin-bottom: 15px; 
	}
	
h4 {
	font: 12px bolder georgia, sans-serif;
	margin-left: 10px;
}
	
a:link { 
	text-decoration: underline; 
	color: #BD0304;
	}
a:visited { 
	text-decoration: none; 
	color: #FAF4E2;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #808080;
	}

/* specific divs */
#container { 
	background: #FAF4E2; 
	padding: 20px;  
	margin: 10px 232px 25px 150px;
	}
	
#container a:link { 
	text-decoration: underline; 
	color: #BD0304;
	}
#container a:visited { 
	text-decoration: none; 
	color: #BD0304;
	}
#container a:hover, a:active { 
	text-decoration: none; 
	color: #808080;
	}

#header { 
	background: no-repeat; 
	height: 180px; 
	margin: 15px;
	}
	
#calendar {
	margin-right: 600px;
	margin-left:0;
	margin-bottom: 20px;
	}

#imgdamian {
	float:left;
	}

#intro {
	padding: 0px 10px 0 10px;
	}

#p1 {
	margin-left:5px;
	vertical-align:top;
	}

#events{
	}	
	
#events h3{
	font: bold 12px georgia, sans-serif;
	margin-left: 10px;
	letter-spacing:0;
	}
	
#lessons {
	font: 12px bold georgia, sans-serif;
	margin-left: 10px;
		}	
	
#dances {
	font: 12px bold georgia, sans-serif;
	margin-left: 10px;
		}	
	
#footer { 
	text-align: center;
	width: 375px;
	font-size: 10px;
	margin-left: 270px;
	}
	
#footer a:link { 
	text-decoration: underline; 
	color: #BD0304;
	}
#footer a:visited { 
	text-decoration: none; 
	color: #FAF4E2;
	}
#footer a:hover, a:active { 
	text-decoration: none; 
	color: #808080;
	}

#imgarea { 
	margin-left: 600px; 
	position: absolute; 
	top: 0; 
	right: 0;
	bottom: 0;
	font: 10px verdana, sans-serif; 
	background: silver; 
	padding: 15px;  
	width: 210px;
	height: 500px;
	}
	
.photo img{
	border:5px outset black;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	}

#toplinks {
	margin-left: 105px;
	font-size:13pt;
	padding: 5px;
	word-spacing:8px;
	}

	
	
