﻿* {
	margin : 0;
	padding : 0;
}
body {
	background : #669966 url(images/back_all.jpg) repeat-x;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	color : #003333;
}
#main {
	width : 710px;
}
#header {
	height : 230px;
}
#logo {
	background : url('images/header-linedance2.jpg') no-repeat;
	height : 230px;
}
#logo h1 {
	padding : 160px 0 0 10px;
	font-size : 2.2em;
	color : #ffffcc;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	text-align : left;
}
#logo h2 {
	padding : 0 0 0 10px;
	font-size : 0.8em;
	color : #ffffcc;
	text-align : left;
}
#navigation {
	background-color: #2D5D2D;
	overflow: hidden;
	font: .9em Arial, Helvetica, sans-serif;
	height: 30px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFFCB;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px;
	display: block;
	border-left: 1px solid #023202;
	border-right: 1px solid #023202;
}
#navigation a:hover {
	background-color: #FFFFCB;
	color: #000000;
	border: 1px solid #023202;
}
#content {
	float : left;
	width : 695px;
	padding-left: 4px;
}
#content h2 {
	width : 704px;
	height : 34px;
	background : url(images/middle1.jpg) no-repeat;
	color : #ffffcc;
	font-size : 1.6em;
	padding-top : 10px;
	text-align : center;
}
#content .center_back {
	width : 648px;
	background : url(images/middle_back1.jpg) repeat-y;
	padding : 20px 28px 20px 27px;
	font-size : .9em;
	text-indent: 2em;
	text-align : justify;
}
#content .center_back ul {
	margin-left : 20px;
}
#content .center_bottom {
	width : 700px;
	height : 17px;
	background : url(images/middle_bottom1.jpg) no-repeat;
}
#footer {
	clear : both;
	padding-top : 20px;
	height : 62px;
	background : url(images/footer.jpg) repeat-x;
}
#footer p {
	text-align : center;
	font-size : smaller;
	color : #ffffcc;
	font-size : .7em;
}
#footer a {
	color : #ffbf00;
}
#clear {
	clear : both;
}
h1 {
	font-size : 2.4em;
}
h2 {
	font-size : 1.8em;
}
p {
	font-size : .9em;
	font-family : Arial, Helvetica, sans-serif;
}
a {
	color : #007f00;
}
a:hover {
	text-decoration : none;
	color : #0000ff;
}

