* {
	font-family:arial, helvetica, sans-serif;
}
body {
background:#000;
margin:20px;
}

#container {
clear:both;
width:900px;
height:auto !important;
height:360px;
min-height:360px;
border:1px solid #fff;
margin:0 auto 0 auto;
background-color: rgb(0,0,0);
}

#header {
width:900px;
height:100px;
margin:0 auto 0 auto;
background:url(../images/jmbanner3.gif) top left no-repeat;
}

#header h1 {
margin:0;
padding:20px 0 0 0;
font-size:24pt;
color:#fff;
font-weight:normal;
width:500px;
float:left;
}

#nav {
width:450px;
position:absolute;
z-index:2;
margin-left:450px !important/*Non-IE6*/;
margin-left:453px /*IE6*/;
}

#nav ul {
float:right; padding:30px 0 0 0;
}

#nav li {
display:inline;
list-style:none;
}

#nav li a {
margin:0 10px 0 10px;
padding:0 2px 0 2px;
border-top:2px solid rgb(102,45,145);
color:rgb(60,188,239);
text-decoration:none;
font-size:10pt;
text-transform:lowercase;
}

#nav a:hover {
border-top:2px solid rgb(174,166,188);
text-decoration:none;
}

#nav a img {
height:14px;
border:none;
}

#content {
clear:both;
width:900px;
height:auto !important;
height:360px;
min-height:360px;
margin:0 auto;
border-top: 1px solid rgb(255,255,255);
background-color: rgb(0,0,0);
}

#left {
width:480px;
height:auto !important;
height:360px;
min-height:360px;
background:rgb(241,242,237);
float:left;
}

#left img {
margin:0px;
}

#right {
float:right;
width:420px;
}

#right h1 {
background:rgb(241,241,237);
font-size:16pt;
font-weight:normal;
margin:60px 0 0 0;
height:60px;
line-height:60px;
text-transform:lowercase;
color:rgb(110,73,174);
}

#right h1 .info {
text-align:right;
font-size:12pt;
font-weight:bold;
color:rgb(110,73,174);
padding-left:90px;
}

#right .thumb {
	display:inline;
	width:110px;
	height:85px;
	padding:15px;
	float:left;
}

#right .thumb img {
	padding:5px;
	background:#fff;
	border:0;
}

.footer {
clear:both;
background-color: rgb(102,45,145);
border-top:1px solid #fff;
height:20px;
}

.left {
width:25px;
float:left;
}

.center {
width:850px;
color:#fff;
font-size:9pt;
text-align:center;
padding:1px 0 1px 0;
float:left;
}

.right {
width:25px;
float:right;
}

.footer a {
color:#fff;
text-decoration:none;
}

.footer a:hover {
color:rgb(120,94,165);
}