/* page properties */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	color: #60737C;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

/* links & roll overs globally */
a:link {
	color: #2B4D70;
	font-weight: bold;
}
a:visited {
	color: #2b4d70;
	font-weight: bold;
}
a:hover {
	color: #6BB8D8;
}
a:active {
	color: #6BB8D8;
}

/* heading format for page titles */
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 14px;
}

/* div tag ID's - layout of website */
#sitecontainer {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#top {
	width: 730px;
	height: 210px;
	padding: 0px;
	background-image: url(images/mediachain_logo_01.jpg);
}
#navigation {
	width:  730px;
	height: 27px;
	background-image: url(images/navigation_bg.jpg);
}
#contentcontainer {
/* for width minus padding left & right from the total of sitecontainer width */
	width: 668px;
	height: 540px;
	padding-left: 14px;
	padding-right: 48px;
	padding-top: 0px;
	background-image: url(images/content_bg.jpg);
	background-repeat:no-repeat;
}
#contentcontainer2 {
/* for width minus padding left & right from the total of sitecontainer width */
	width: 668px;
	height: 540px;
	padding-left: 14px;
	padding-right: 48px;
	padding-top: 0px;
	background-image: url(images/content_bg2.jpg);
	background-repeat:no-repeat;
}
#righttext {
	width: 300px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 40px;
	float:right;
	}
#leftflash {
	width:349px;
	height:459;
	padding:0px;
	margin:0px;
	float:left;
	}
	
#navigation ul {
margin-left:46px;
	padding-left: 0px;
	padding-right:0px;
	display: inline;
}
#navigation li {
	padding-right: 15px;
	display: inline;
}
