html {
	overflow-y: scroll;
}
body{
	background:#85b1d6 url(images/bg.jpg) repeat-y center !important;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
#wrapper{
	background-color: #FFFFFF;
	margin: auto;
	width: 786px;
}
#secondBG{
	position: absolute;
	width: 100%;
	height: 288px;
	background:#85b1d6 url(images/bg2.jpg) repeat-x top;
}
#thirdBG{
	position: absolute;
	width: 100%;
	height: 288px;
	background: url(images/bg3.jpg) no-repeat center top;
}
.changeColour{
	color: #f4a502;
}
.logo{
	border: 0px;
}
#contactList{
	list-style-type: none;
	list-style: none;
}
a h6:hover{
	text-decoration: underline;
}
a{
	color:#1c70b8;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
div.left{
	float: left;
	width: 262px;
}
#content div.left{
	float: left;
	width: 230px;
	padding-right: 15px;
}
#content div.artistLeft{
	float: left;
	width: 47%;
	padding-right: 15px;
}
#content div.companyRight{
	float: left;
	width: 48%;
	padding-right: 15px;
}
div.right{
	float: left;
	width: 509px;
}
div.right p span img{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#signUp{
	width: 242px;
	font-size: 11px;
	color: #666666;
	background-color:#efefef;
	border-color: #dbdbdb;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right: none;
	border-left: none;
	padding: 10px;
	height: 126px;
	margin-top: 3px;
}
#signUp form{
	text-align: right;
}
#signUp input{
	border: solid 1px #d7d7d7;
	width: 240px;
	height: 16px;
	margin-bottom: 6px;
}
#signUp button{
	border: solid 1px #d7d7d7;
	float: right;
}
form{
	padding: 0px;
	margin: 0px;
}
h6{
	background: url(images/icon2.jpg) no-repeat;
	padding-left: 20px;
	font-size: 12px;
	color: #555555;
	margin: 0px;
	margin-bottom: 10px;
}
h5{
	background: url(images/icon1.jpg) no-repeat;
	padding-left: 15px;
	font-size: 12px;
	color: #1c70b8;
	margin: 0px;
	margin-bottom: 10px;
}
.indent{
	margin-left: 20px;
}
#banner{
	margin-top: 60px;
}
#banner ul{
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style: none;
}
#banner ul li{
	display: inline;
}
#banner ul li a {
	float: left;
	margin-right: 2px;
	margin-top: 8px;
	padding: 7px;
}

#banner ul li a.home{
	width: 30px;
}
#banner ul li a.news{
	width: 28px;
}
#banner ul li a.dates{
	width: 52px;
}
#banner ul li a.records{
	width: 45px;
}
#banner ul li a.management{
	width: 74px;
}
#banner ul li a.publishing{
	width: 60px;
}
#banner ul li a.contact{
	width: 45px;
}
#banner ul li a.store{
	margin-top: 0px;
	width: 30px;
}

		
#banner ul li a:hover{
text-decoration: none;
}	
#content{
	clear: both;
	padding: 15px;
}
#newsItem{
	padding-left: 17px;
	color: #939393;
}
#latest hr{
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	height: 1px;
	border:#CCCCCC thin 1px;
	border-top: none;
	border-left: none;
	border-right: none;
	color: #CCCCCC
	background-color: #CCCCCC;
}
#newsItem h6, #content h6, #contentContainer h6{
	color:#f4a502;
	background: none;
	padding: 0px;
	margin: 0px;
}
#newsItem .more {
	padding-top: 2px;
	text-align:right;
	color: #468cc7;
	font-size: 10px;
}
#newsItem .more a{
	text-decoration: none;
}
#newsItem .more a:hover{
	text-decoration: underline;
}
#footer{
	clear: both;
	color: #adadad;
	background-color: #efefef;
	border-color: #dbdbdb;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right: none;
	border-left: none;
	padding: 5px;
	padding-left: 15px;
	font-size: 11px;
	margin-bottom: 5px;
	margin-top: 10px;
}
.right table tr th{
	text-align: left;
}
#contactForm input, #contactForm textarea, #contactForm button{
	border: solid 1px #CCCCCC;
}
#globalNav{
	float: right;
	margin-top: 50px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#globalNav img{
	border: 0px;
}
.lineChange{
	background-color: #efefef;
}
textarea{
	/*background-image: url('images/textareabg.jpg');*/
	/*line-height: 20px;*/
	padding: 2px;
	height: 120px;
}
#contactEmail{
	width: 482px;
	padding-left: 22px;
	background-image: url('images/email-icon.jpg');
	background-repeat: no-repeat;
	background-position: left;
}
#tryPassword{
	padding-left: 24px;
	background-image: url('images/key_icon.gif');
	background-repeat: no-repeat;
	background-position: left;
	border: solid 1px #CCCCCC;
}
#loginButton{
	border: solid 1px #CCCCCC;
}