/***************************************************/
/****************** Navigator Multimedia *********/
/************************************************/

body, html {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
	background-color:#3F5671;
}
p {
	padding:0; margin:0;
}
/*, html, body, div, p, td, tr, table, span {border:none;margin:0;padding:0;} */

/************************************* layout area styles */
#wrapper {
	position:relative;
	width:750px;
	margin: 0 auto;
	padding:0;
	background-image: url("images/interface/bg-tile.jpg");
    background-repeat: repeat-y;
	border: 0.1px dashed green;
}
#left {
	float: left;
	width: 388px;
/*	border: 1px solid red;*/
	background-color: transparent;
}
#right {
	float: right;
/*	width:362px;*/
	width: 362px;
/*	border: 1px solid black;*/
	background-color: transparent;
}

#header {
	width:388px;
	height: 112px;
	background-image:url("images/interface/header-01.jpg");
}
#random {
	width:388px;
	height: 285px;
	text-align:right;
}
#nav {
	position:absolute;
	float:right;
	width: 356px;
	height: 28px;
	text-align:left;
	left: 395px;
	top: 4px;
}

#nav a { color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration:none; }
#nav a:link { color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration:none; }
#nav a:visited { color: #FFFFFF; font-size: 11px; font-weight: bold; text-decoration:none; }
#nav a:hover { color: #F48CF5; font-size: 11px; font-weight: bold; text-decoration:none; }

#nav p {
	color: #94A8BF;
}


.copyright {
	font-size: .8em;
}

#copyright p {
}

#contentheader {
	width:362px;
	height: 51px;
	background-image:url("images/interface/header-02.jpg");
	padding:0;
	margin:0;
}
#contentwrap {
	position: relative;
	width: 362px;
	min-height: 541px;
	background-image:url("images/interface/bg-content.jpg");
	background-position: top left;
	background-repeat:no-repeat;
}

#content {
	width:346px;
	padding: 8px 4px 5px 10px;
	text-align:left;
}
#linkswrap {
	position: relative;
	width:388px;
	height: 125px;
}
#linkswap {
	position: relative;
	height: 125px;	
	width:388px;
	height: 125px;
}

#rollover {
	position:absolute;
	width:388px;
	height: 125px;
	text-align:left;
	left: 0px;
	top:3px;
	visibility: hidden;
}
#rollover2 {
	position:absolute;
	width:388px;
	height: 125px;
	text-align:left;
	left: 0px;
	top:3px;
	visibility: hidden;
}
#rollover3 {
	position:absolute;
	width:388px;
	height: 125px;
	text-align:left;
	left: 0px;
	top:3px;
	visibility: hidden;
}

#footer {
	width:750px;
	margin: 0 auto;
}
/********************************************Page styles************************************/

a { color: #818DB5; text-decoration: none; }
a:link { color: #818DB5; }
a:visited { color: #818DB5; }
a:hover { color: #F48CF5; text-decoration: none;  } 

.dspcont{
   display:none;
   margin-left:1.5em;}
