/* Ambassador77 Website 2009 by NickDube.com */

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#444;
}
a {
	text-decoration:none;
	color:#990000;
}
a:hover {
	text-decoration:none;
	color:#FFF;
	background:#990000;
}
p {
	margin:0 0 10px;
	line-height:20px;
}
h2 {
	color:#990000;
	letter-spacing:3px;
	font-weight:normal;
	text-transform:lowercase;
}

h3 {
	color:#000;
	letter-spacing:1px;
	font-weight:normal;
	text-transform:uppercase;
	font-size:14px;
	margin:10px 0 5px 0;
}

#Container {
	width:935px;
	margin:0 auto;
}
#Header {
	border-bottom:1px solid #CCC;
	padding:10px 0;
	position:relative;
}
#Header h1 {
	display:block;
	margin:0;
	padding:0;
	background:url(../img/a77logo.gif) no-repeat;
	width:287px;
	height:70px;
}
#Header h1 b {
	display:none;
	}
#Header ul {
	position:absolute;
	bottom:0;
	right:0;
	display:block;
	margin:5px 0;
	padding:0;
	
}
#Header li {
	display:block;
	width:auto;
	float:left;
	margin:0 0 0 8px;
}
#Header li a {
	padding:5px 10px;
	background:#EAEAEA;
	color:#990000;
	text-decoration:none;
	border-left:1px solid #CCC;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	font-size:16px;
	text-transform:lowercase;
}
#Header li a:hover {
	color:#FFF;
	background:#990000;
}
#Header li .on {
	color:#FFF;
	background:#990000;
}

#LeftCol {
	float:left;
	width:290px;
	padding:0 10px;
	margin:10px 0;
	border-right:1px dotted #CCC;
}
#CentreCol {
	float:left;
	width:290px;
	padding:0 10px 0 15px;
	margin:10px 0;
	
}
#RightCol {
	float:left;
	width:290px;
	padding:0 0 0 10px;
	margin:10px 0;
	border-left:1px dotted #CCC;
}
#Footer {
	clear:both;
	margin:10px 0;
	padding:10px 0;
	border-top:1px solid #CCC;
}

#PageIntro {
	font-size:16px;
	color:#999999;
	padding:0px 15px 0 15px;
	text-transform:lowercase;
	clear:both;
}

.PlayList {
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
.PlayList li {
	margin:0;
	padding:7px 0;
	display:block;
	list-style:none;
}
.PlayList li a {
	font-size:14px;
	letter-spacing:1px;
}
.PlayListNoLink {
	font-size:14px;
	letter-spacing:1px;
	color:#990000;
}

hr {
	border-top:1px dotted #CCC;
	background:none;
	color:none;
}
.tweet {
	margin-bottom:20px;
}

strong {color:#990000;}