@charset "utf-8";
html {
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

body {
	background-image: url(../images/mainbg.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	color: #000000;
	height: 100%;
	margin: 0px;
}


/* CSS Document */
a:link {
	color: #0A68A9;
}
a:visited {
	color: #17175a;
}
a:hover {
	color: #18457d;
}
a:active {
	color: #18457d;
}
a img{
	border: 0;
}
h1 {
	font-size: medium;
	color: #0A68A8;
	font-style: italic;
}
h2 {
	font-size: small;
	color: #0A68A8;
	font-style: italic;
	text-decoration: underline;
}
h3 {
	font-size: medium;
	color: #0A68A8;
	font-style: italic;
	text-align: center;
}
.wrapper {
	background-image: url(../images/wrapperbg.png);
	width: 920px;
	padding: 15px 20px;
	margin: auto;
	display: block;
}
#head {
	width: 920px;
	padding: 0px;
	margin: 0px;
	height: 175px;
	background-image: url(../images/dp-headr.jpg);
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
#nav {
	position: relative;
	top: 150px;
	left: 5px;
}
#nav td a{
	text-transform: uppercase;
	text-decoration: none;
	color: #000000;
}
#nav td a:hover {
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
}
#fadeshow {
	text-align: center;
	width: 900px;
	height: 250px;
	margin-left: 10px;
	margin-top: 10px;
}
#leftPannel {
	display: block;
	padding: 10px;
	width: 600px;
	vertical-align: top;
	text-align: justify;


}
#leftPannel span {
	background-color: #0968A8;
	display: block;
	text-align: right;
	padding: 5px 10px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;

}
#rightPannel {
	width: 280px;
	padding: 10px;
	vertical-align: top;
	text-align: justify;
}
#rightPannel span {
	background-color: #0968A8;
	display: block;
	text-align: right;
	padding: 5px 10px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#fullPannel {
	display: block;
	padding: 10px;
	width: 900px;
	vertical-align: top;
	text-align: justify;
}
#fullPannel span {
	background-color: #0968A8;
	display: block;
	text-align: right;
	padding: 5px 10px;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.coverart {
	text-align: center;
}
.profiles {
	text-align: center;
}
.textright {
	text-align: right;
}
.networkimage {
	margin: 0px 10px 10px 0px;

}
.magLogo {
	margin-left: 10px;
	float: right;
}
#foot {
	text-align: center;
}
