@charset "UTF-8";
/* CSS Document */

	body {
		background-image:url(http://dancing-through-life.org/skins/12/images/v15_bg.png);
		background-repeat:repeat;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#996666;
		padding:0;
		margin:0;
		line-height:15px;
		}
		
	#body {
		width:945px;
		min-height:800px;
		padding:0;
		margin:0;
		background-image:url(http://dancing-through-life.org/skins/12/images/v15_bg2.png);
		background-repeat:repeat-y;
		}
		
	#main {
		width:605px;
		float:left;
		margin-left:50px;
		padding-left:5px;
		padding-right:5px;
		}
		
	#side {
		width:190px;
		float:left;
		margin-left:50px;
		padding-left:5px;
		padding-right:5px;
		}
		
	#footer {
		clear:both;
		}
		
	.title {
		border-bottom-style:solid;
		border-bottom-color:#fff;
		border-bottom-width:thick;
		text-align:right;
		color:#cc6666;
		font-size:14px;
		}
		
	b {
		color:#cc6666;
		text-transform:uppercase;
		border-bottom-style:dashed;
		border-bottom-width:thin;
		}
		
	a {
		text-decoration:none;
		color: #993333;
		font-weight:bold;
		}
		
	a:hover {
		text-decoration:line-through;
		color:#cc6666;
		}
		
	blockquote {
		border-left-style:solid;
		border-left-width:thick;
		border-left-color:#fff;
		padding-left:5px;
		font-style:italic;
		line-height:25px;
		}
		
	p {
		text-indent:15px;
		}
		
	#iconmenu ul{
		list-style:none;
		color: #996666;
		font: 11px "arial", sans-serif;
		font-weight: bold;
		}
		
	#iconmenu ul a{
		text-decoration: none;
		font: 12px "arial", sans-serif;
		text-transform:uppercase;
		font-stretch:expanded;
		color: #993333;
		letter-spacing: 5px;
		}
		
	#iconmenu ul a:hover{
		font: 12px "arial", sans-serif;
		text-transform:uppercase;
		font-stretch:expanded;
		letter-spacing: 5px;
		text-decoration: line-through;
		color: #cc6666;
		}
		
	label {
		font-weight:bold;
		text-transform:uppercase;
		letter-spacing:3px;
		margin:3px;
		}
		
	input {
		border-style: solid;
		border-color: #996666;
		border-width: 1px;
		background-color:#fff;
		color:#996666;
		font: 10px "arial", sans-serif;
		margin:3px;
		padding:3px;
		}

	textarea {
		border-style: solid;
		border-color: #996666;
		border-width: 1px;
		background-color:#fff;
		color:#996666;
		font: 10px "arial", sans-serif;
		margin:3px;
		padding:3px;
		}
