* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	text-align: center;
	background-color: #fff;
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	width: 761px;
	text-align: left;
}
#leftside{
	float: left;
	width:390px;
	height:482px;
}
#rightside{
	float: right;
	width:371px;
	height:482px;
	background-color:#b8d7f5;
	position: relative;
	color:#fff;
}
#header{
	background-image: url(images/header.gif);
	height: 107px;
	width: 388px;
	position: relative;
}
#middle{
	position: absolute;
	top: 107px;
}
#leftside img{margin-top:2px;}
#menu{
	position: absolute;
	height: 306px;
	width: 137px;
	left: 251px;
	top: 0px;
	background-color: #0e5ba4;
	margin-top:2px;
}
#leftside ul{
	list-style-position: outside;
	list-style-type: none;
	margin-top: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#leftside li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
	list-style-position: outside;
	list-style-type: none;
}
#leftside ul a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	width: 117px;
	padding-left: 20px;
	padding-top: 10px;
	display: block;
}
#leftside a:hover{background-color:#178dfd;}
#rightside h1{
	color:#0e5ba4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 20px;
	text-align:center;
}
#rightside p{
	color:#000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 20px;
}
#rightside a{color:#000;}
#rightside a:hover{color:#0e5ba4;}
#footer{
	position: absolute;
	height: 65px;
	width: 388px;
	top: 417px;
	background-color: #0e5ba4;
	text-align:center;
}
#footer p{	
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 25px;
}
#footer a{color:#fff;}


/* ---- ( iTunes CSS ) ---- */
/* http://icant.co.uk/csstablegallery/ */


table { 
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #666666;
	border-top: none;	
}
table a {
	text-decoration: underline;
}
table a:visited {
	text-decoration: none;
}
tr.odd {
	background-color: #ebf3ff;
}
tr a {
	color: #000000;
}
tr:hover a {
	color: #ffffff;
}
tr:hover, tr.odd:hover {
	background-color: #3d80df;
	color: #ffffff;
}
caption {
	height: 45px;
	line-height: 44px;
	color: #60634E;
	font-weight: bold;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/captop.jpg) no-repeat;
	background-position: 50% top;
	border-left: 2px solid #616161;
	border-right: 2px solid #616161;
}
thead th {
	font-size: 105%;
	color: #000;
	background: #ffffff url(images/tbar.gif) repeat-x;
	height: 33px;
}
thead th:hover {
	background: #ffffff url(images/tbov.gif) repeat-x;
	
}
tr {
	vertical-align: top;
}
tr,th,td {
	padding: .75em;
}
td {
	border-left: 1px solid #dadada;
}
tfoot tr {
	background: #fff url(images/bbar.gif) repeat-x;
}
tfoot td, tfoot th{
	color: #000;
	border: 0px;
}
