		
		
		/* ------ NOTES ---------------------------------------------------------------

		CSS STYLE, main.css, http://www.webbplatsens-namn.com

		---------------------------------------------------------------------------- */
		
		@import "left.css";
		@import "middle.css";
		@import "right.css";
		
		/* ============================================================================ */
		
		body
		{
		background: #666;
		margin: 0 0 0 1px;
		text-align: center;
		}
		
		div#totalcontainer
		{
		width: 960px;
		margin: auto;
		*margin-top: 10px;
		}
		
		div#content
		{
		background: repeat-y #fff center url('../gfx/bkg_content.gif');
		margin-top: 10;
		margin-bottom: 0;
		width: 960px;
		z-index: 1;
		float: left;
        		}
						
		/* ============================================================================ */
	
		div#head
		{
		background: repeat #ccc center url('../img/header_grey.gif');
		width: 100%;
		height: 160px;
		clear: both;
		display: block;
		padding: 0;
		}
		
		div#head #head_box
		{
	clear: both;
	display: block;
	width: 400px;
	height:140px;
	padding: 0;
	top: 0px;
	position: right;
	margin-left:530px;
	margin-top:10px;
	padding: 0px 0px 0px 0px;
		}
		
		div#head .head_txt
		{
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 2px;
	font-weight: bold;
	display: block;
	color: #ccc;
	text-align: right;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding-top:18px;
	
		}
		
		div#head .head_txt_small
		{
		font-family: arial, helvetica, sans-serif;
		font-size: 15px;
		line-height: 20px;
		font-weight: bold;
		display: block;
		color: #999;
		text-align: left;
		text-transform: uppercase;
		}
		
		/* ============================================================================ */
	
		div#nav
		{
		background: repeat-y #e5e5e5 right url('../gfx/bkg_left_p.gif');
		width: 100%;
		float: left;
		margin-top: 15px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-family: arial, helvetica, sans-serif;
		font-size: 13px;
		line-height: 20px;
		font-weight: bold;
		display: block;
		color: #666;
		text-align: left;
		}
	
		div#nav ul
		{
		margin: 0 0 0 0;
		padding: 0;
		list-style-type: none;
		float: left;
		display: block;
		}
		
		div#nav li
		{
		padding-top: 1px;
		padding-bottom: 1px;
		display: block;
		}				

		.menutop
		{
		background: no-repeat top url('../gfx/left_p_top.png');
		height: 6px;
		display: block;
		padding: 0;
		margin: 10px 0 -15px 0;
				}
		
		.menubottom
		{
		background: no-repeat top url('../gfx/left_p_bottom.png');
		height: 6px;
		display: block;
		padding: 0;
		margin: -20px 0 -10px 0;
		margin: 0 0 -10px 0;
		clear: left;
		}
		
		div#nav a:link
		{
		background: no-repeat #e5e5e5 top left url('../gfx/bkg_menu.gif');
		font-family: arial, sans-serif;
		color: #666;
		border: none;
		text-decoration: none;
		padding: 3px 10px 3px 10px;
		display: block;
		width: 198px;
		}
		
		div#nav a:visited
		{
		background: no-repeat #e5e5e5 top left url('../gfx/bkg_menu.gif');
		font-family: arial, sans-serif;
		color: #666;
		border: none;
		text-decoration: none;
		padding: 3px 10px 3px 10px;
		display: block;
		width: 198px;
		}
		
		div#nav a:hover
		{
		background: repeat-y #e5e5e5 top left url('../gfx/bkg_menu_hover.gif');
		font-family: arial, sans-serif;
		color: #333;
		border: none;
		text-decoration: none;
		padding: 3px 10px 3px 10px;
		display: block;
		width: 198px;
		}
		
		div#nav a:active
		{
		background: no-repeat #e5e5e5 top left url('../gfx/bkg_menu.gif');
		font-family: arial, sans-serif;
		color: #666;
		border: none;
		text-decoration: none;
		padding: 3px 10px 3px 10px;
		display: block;
		width: 198px;
		}

		div#nav img
		{
		border: none;
		padding-right: 5px;
		}
		
		/* ============================================================================ */
		
		div#bottom
		{
		text-align: center;
		background: repeat-x #fff top left url('../gfx/bkg_bottom.gif');	
		width: auto;
		border-top: 1px solid #ccc;
		clear: both;
		width: 960px;
		display: block;
		padding-bottom: 10px;
		padding-top: 6px;
		*padding-top: 12px;
		margin-bottom: 20px;
		}
		
		div#bottom p
		{
		text-align: center;
		font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
		font-size: 0.6em;
		font-style: normal;
		line-height: 14px;
		color: #a1a1a1;
		font-weight: normal;
		font-variant: normal;
		text-transform: uppercase;
		text-decoration: none;
		margin-top: 8px;
		margin-bottom: 8px;
		background-color: transparent;
		}				
		
		div#bottom a:link 
		{
		text-decoration: none;
		color: #999;
		background-color: transparent;
		border-bottom: 1px solid #999;
		}
		
		div#bottom a:visited
		{
		text-decoration: none;
		color: #999;
		background-color: transparent;
		border-bottom: 1px solid #999;
		}
									
		div#bottom a:hover
		{
		text-decoration: none;
		color: #666;
		background-color: transparent;
		border-bottom: 1px solid #333;
		}
		
		div#bottom a:active
		{
		text-decoration: none;
		color: #999;
		background-color: transparent;
		border-bottom: 1px solid #999;
		}

