﻿/* layout */

html, body 
{
	margin: 0;
	padding: 0;
}

body 
{
	font-family: Verdana;
	font-size: 11px;
}

#container 
{
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff url('/nss/images/bg.gif') no-repeat bottom left;
}
	#header 
	{
		position: relative;
		height: 150px;
	}
		
	#main 
	{
		position: relative;
		float: left;
		width: 580px; /*880, 900*/
		margin: 10px;
		min-height: 300px;
		height: auto !important;
		height: 300px;
		display: inline;
	}
	
	#side 
	{
		position: relative;
		float: left;
		width: 220px; /* 300 */
		padding: 10px 40px 0 40px;
		min-height: 300px; 
		height: auto !important;
		height: 300px;
		display: inline;
	}
		
		#side_image 
		{
			position: relative;
			width: 220px;
			text-align: center;
		}
		/*
			#side_image img
			{
				display: block;
			}
		*/
		#side_box 
		{
			position: relative;
			width: 190px;
			padding: 4px 15px 4px 15px;
			background: transparent url('/nss/images/bg_green_50pct.png');
		}
	
	#footer {
		position: relative;
		height: 150px;
		margin: 10px;
		color: #ffffff;
	}
	
		#footer_info {
			position: absolute;
			bottom: 0;
		}
		
		#footer_counter {
			position: absolute;
			bottom: 0;
			left: 200px;
		}
		
.clear {
	clear: both;
}

.pngfix 
{
	/* dummy */
}

/* elements */

h1 {
	color: #f58220;
	font-family: Arial;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-top: 0px;
}

h2 {
	color: #0095da;
	font-family: Arial;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 5px;
}

p {
	line-height: 15px;
}

ul 
{
	margin-left: 0;
	padding-left: 14px;
}

li {
	line-height: 15px;
	color: #464646;
	padding-left: 0;
	margin-left: 0;
}

/* (text) markup */

#main, #side {
	color: #464646;
}

#main a, #side a {
	color: #f58220;
	text-decoration: none;
}

#main a:hover, #side a:hover {
	text-decoration: underline;
}

#footer_info a {
	color: #ffffff;
}