body {
	background-color: #0c3780;
	background-image: url(images/norwin_bg01.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 15px 0;
	padding: 0px;
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
}

* { margin: 0; padding: 0; }

p { margin: 0; padding: 0; }

.clear { clear: both; }

#left_box { width: 761px; float: left;}

#right_box { width: 184px; float:right; }

#nn_main {
	width: 945px;
	margin: 0 auto 0 auto;
	background-color: #00014e;
	border-bottom: solid #000 5px;
	border-right: solid #000 5px;
	border-left: solid #000 5px;
	background-image: url(images/norwin_bg02.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#nn_content {
	width: 761px;
	/*border-right: 3px solid #666666;*/
	background-image: url(/images/nn_border.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0;
}

#nn_topstrip {
	background-image: url(images/norwin_nav-bg.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 758px;
}

#topstrip_leftcol {
	float: left;
	padding: 12px 0 0 10px;
	font-size: 10px;
}

#topstrip_rightcol {
	margin-left: 475px;
	padding: 12px 0 0 0;
	font-size: 12px;
	text-align: center;
}

#nn_navi {
	float: left;
	width: 156px;
	padding: 8px 0 0 8px;
	margin: 0;
}

#nn_center {
	float: right;
	width: 593px;
	/*margin-left: 162px;*/
	padding: 0 3px 0 0;
}

#nn_left_banner-ad {
	padding: 10px 0 10px 0;
}

#nn_center_banner-ad {
	float: right;
	width: 200px;
	padding: 5px 0 5px 3px;
}
#nn_right_banner-ad h2 {
	padding: 5px 0 0 10px;
	text-align: center;
}


#nn_right_banner-ad img {
	padding: 5px 0 0 10px;
	text-align: center;
}

#nn_right_banner-ad p {
	padding: 0 0 5px 0 ;
	text-align: left;
	font-size: 10px;
}

#nn_tabbed {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#nn_tabbed p {
	padding: 0 0 8px 0;
	line-height: 16px;
}

#player {
	font-size: 10px;
}

#player_profile {
	background-image: url(images/norwin_profile-bg.jpg);
	background-repeat: no-repeat;
	height: 77px;
	width: 174px;
	padding: 5px 0 0 10px;
}

#player_profile p { padding: 2px 0 0 15px; }

#nn_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 25px;
	width: 945px;
	background-image: url(images/norwin_botmnav-bg.jpg);
	background-repeat: no-repeat;
}

#footer_left {
	float: left;
	padding: 6px 0 0 15px;
}

#footer_right {
	padding: 6px 15px 0 0;
	float: right;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
}

h1 { font-size: 18px; font-weight: normal; }
h2 { font-size: 16px; }
h3 { font-size: 14px; }

div.wrapper{
	float:left; /* important */
	position:relative; /* important(so we can absolutely position the description div */
}
div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
	bottom:0px; /* position will be on bottom */
	left:0px;
	width:100%;
	/* styling bellow */
	background-color:black;
	font-family: 'tahoma';
	font-size:15px;
	color:white;
	opacity:0.6; /* transparency */
	filter:alpha(opacity=60); /* IE transparency */
}
p.description_content{
	margin:5px;
}
p.description_title{
	font-size:20px;
	margin:5px;
}
p.spacer{
	font-size:6px;
	margin:5px;
}
p.spacer2{
	font-size:22px;
	margin:14px;
}

