body {
	background: white url(rightsidebar.png) top right repeat-y fixed;
	color: black;
	padding-left: 10px;
	font-family: "Charcoal",  "Verdana", sans-serif; 
overflow-x: hidden;
}

img#header {
	z-index: 30;
}

h2{
	color: #113388;
	font-size: 1.1em;
        font-weight: normal;
}

h1{
	color: #113388;
	font-size: 1.2em;
        font-weight: normal;
}

#links {
	position: absolute;
	top: 350px;
	right: 150px;
	width: 150px;
}


a {text-decoration: none;}

#quotes {
 	position: absolute; 
	right: 100px; 
	top: 500px; 
	width: 300px;
	background: url(quotetop.png) no-repeat top left;
	font-size: 1.2em;
}
#quotes2 {
	background: url(quotebottom.png) no-repeat bottom right;	
	padding-top: 42px;
	padding-bottom: 42px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}

#menu1 {
	width: 200px;
	height: 30px;
	padding: 3px;
	background: url(menu1.png) center center no-repeat;
}

#menu2 {
	width: 200px;
	height: 30px;
	padding: 3px;
	background: url(menu2.png) center center no-repeat;
}

#menu3 {
	width: 200px;
	height: 30px;
	padding: 3px;
	background: url(menu3.png) center center no-repeat;
}

#menu4 {
	width: 200px;
	height: 30px;
	padding: 3px;
	background: url(menu4.png) center center no-repeat;
}

#corner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 150px;
	height: 150px;
	z-index: -10;
	background: url(corner.png) no-repeat;
}

#logo {	
	background: url(MTSltd.jpg) no-repeat;
	width: 213px;
	height: 211px;
	position: absolute;
	right: 100px;
	top: 100px;
	z-index: 10;
}

#table {	
	background: url(table.jpg) no-repeat;
	z-index: -10;
	width: 550px;
	height: 367px;
	position: absolute;
	left: 0px;
	top: 100%;
}


#top { 
	position: absolute;
	right:0px;
	top: 0px;
	height: 150px;
	width: 100%;
	z-index: -20;
	background: url(topbar.png) no-repeat top right;
}	
	
#content { 
	margin-right: 400px;
	text-align: justify;
	margin-top: 100px;
}

.center {
	text-align: center;
        clear: both;
}

strong, a{
	color: #113377;
}

h1 {
	text-align: left;
	font-size: 1.5em;
	margin-left: 15px;
}

#contact td {
	padding-bottom: 5px;
}

img {
	border:0
}

.loginbutton {
        position: absolute;
	right: 0px;
	bottom: 0px;
}

li {
padding-top: 10px;
}