@charset "utf-8";
/* CSS Document */
body {
	font: 100% "Comic Sans MS", "Trebuchet MS", "Times New Roman", serif;
	color: #3B614C;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #3B614A;
}
#container {
	background: #FFFFFF;
	text-align: left;
	width: 780px;
	padding: 20px;
	margin: 20px auto 0px;
	border: medium solid #ACBFAB;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	font-size: 90%;
	list-style: url(file:///C|/Users/Douglas/Desktop/Websites/www.dingwallgaelicchoir.co.uk/none) none;
	display: inline;
}
#nav a {
	text-align: center;
	display: block;
	width: 100px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	float: left;
	margin-right: 10px;
}
#nav a:link, #nav a:visited {
	color: #3A614C;
	text-decoration: none;
	background: #FFFFFF;
	border: thin solid #3C624D;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #3B614C;
}

#nav ul li a.active {
	color: #FFFFFF;
	background: #3B614C;
	border: thin solid #3B614C;
}

#content {
	padding: 0px;
	margin: 50px 0px 0px;
	color: #3B614C;
	font-size: 90%;
	font-weight: lighter;
	text-align: justify;
}

#content img {
	border: thin solid #3C624D;
	margin-left: 20px;
}
#content a:link, #content a:visited {
	color: #3C624D;
	text-decoration: none;
}
#content a:hover, #content a:active {
	color: #628662;
	text-decoration: underline;
}
#content table {
	width: 400px;
	margin-top: 15px;
	margin-left: 50px;
}
#content caption {
	font-size: 120%;
	font-weight: bold;
}

#content .title {
	font-weight: bold;
	text-align: center;
}
#content .price {
	text-align: center;
}
#content .post {
	font-weight: bold;
	font-style: italic;
}


#artist {
	padding: 0px;
	margin: 50px 0px 0px;
	color: #3B614C;
	font-size: 90%;
	font-weight: lighter;
	text-align: justify;
}
#artist h3 {
	padding: 0px;
	margin: 0px;
	text-align: right;
	font-variant: small-caps;
}

#artist img {
	border: thin solid #3C624D;
	margin-right: 20px;
	margin-top: 10px;
}

#object {
	margin-top: 50px;
	margin-bottom: 10px;
}
#footer {
	background: #628662;
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
	line-height: 30px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
#HDS {
	font-size: 80%;
	color: #FFFFFF;
	text-align: center;
	margin: 10px 0px 20px;
	padding: 0px;
	height: 30px;
}
#HDS a:link, #HDS a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#HDS a:hover, #HDS a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
.clearing {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.fltlft {
	float: left;
	margin-right: 10px;
	display: inline;
	margin-bottom: 10px;
}
.fltrt {
	float: right;
	margin-left: 10px;
	display: inline;
	margin-bottom: 10px;
}
