* {
padding: 0px;
margin: 0px;
}

a:visited {
	text-decoration: underline;
}

a:link {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

body {
	background-repeat: repeat-y;
	background-color: #000000;
	height: 700px;
}

body,td,th {   /** this contains the text style, size and colour**/
	font-family: Helvetica;
	font-size: 14px;
	color:#000000;
}

.header {
	font-size: 16px;
	font-weight: bold;
}

#Title {
	position:relative;
	width:100%;
	height:50px;
	z-index:100;
	font: Arial;
	font-size: 24px;
	padding-top: 10px;
	padding-left: 20px;
}

#wrapper {
	height: 450px;
	width: 740px;
	padding-top: 20px;
	padding-left: 25px;
}

#background {
	height: 640px;
	width: 840px;
	background-image:url(Images/Background/high-en-background-with-fade.jpg);
	margin-left: auto;
	margin-right: auto;
}

#backgroundleft {
	float: left;
	height: 700px;
	background-color: #000000;
	background-position: right;
	background-repeat: no-repeat;
	width: auto;
}

#backgroundright {
	float: right;
	height: 700px;
	background-color: #000000;
	background-repeat: no-repeat;
	width: auto;
}

#menu {
	height: 125px;
	width: 600px;
	background-image:url(../../../../Documents/Telford/Graded%20Unit/CSS/3rd%20version/Content/Background/15-logo-s.gif);
	background-repeat:no-repeat;
	background-position: right;
	overflow: hidden;
	float: left;
	padding-left: 25px;
}

#audiobar {
	float: right;
	height: 75px;
	width: 100px;
}

#content {
	float: right;
	height: 250px;
	width: 400px;
	padding-bottom: 25px;
	padding-top: 15px;
}

#floatingjacket {
	float: left;
	height: 330px;
	width: 330px;
	padding-top: 20px;
}

#content ul{
padding-left: 25px;
}

#content li  {
	padding-bottom: 10px;
} 

#contentleft { /** internal left content of the main container **/
	float: left;
	height: 220px;
	width: 220px;
	margin-top: 20px;
}

#contentright {  /** internal right content of the main container **/
	height: 240px;
	width: 180px;
	float: right;
}

#contentimagewrap {
	margin-right: 55px;

}
#footer {
	background-image: url(../New%20background%20design/blackbumper.gif);
	height: 50px;
	width: 100%;
	clear: both;
}

.imagereplacement {
	text-indent: -5000px;
}
#animationcontainer {
	height: 200px;
	width: 200px;
	padding-left: 75px;
}
#downloadbuttons {
	float: left;
	height: 170px;
	width: 180px;
	padding-top: 50px;
	padding-left: 20px;
}

#downloadbuttons  ul {
    margin:0px;
    padding:0px;
    list-style:none;
}

#downloadbuttons li {
    padding:0px;
}

#downloadbuttons a {
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding-left:14px;
	padding-right:14px;
	display:block;
	background-image:url(Images/Buttons/Download-notext.png);
	background-repeat:no-repeat;
	padding-top: 7px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
	
#downloadbuttons a:hover {
	background-image:url(Images/Buttons/Download-notextinv.png);
}

#downloadtext {
	float: right;
	height: 180px;
	width: 186px;
	padding-top: 40px;
	padding-left: 10px;
}
.textindent220px {
	text-indent: 220px;
}
#leftwallpaper {
	float: left;
	height: 130px;
	width: 200px;
	background-image: url(Images/Thumbs/jacket-thumb.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 150px;
}
#rightwallpaper {
	float: right;
	height: 130px;
	width: 200px;
	background-image: url(Images/Thumbs/flow-thumb.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 150px;
}
