/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.1
*/
body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
tbody { border: none; }
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;} */
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

html {	overflow: -moz-scrollbars-vertical;	}

/* YAHOO YUI SLUT ============================================================================  */	

body	{ background: #fff; font: normal 62.5% 'courier new', courier;	color: #000;	}


/* layout ======================================================================================= */

#wrap	{
		width:1000px;
		margin-left: auto;
    	margin-right: auto;	

		line-height: 1.6em;
			font-size: 1.1em;

		}
	
#head {
	width:135px;
	height:11px;
	margin-top: 25px;
	margin-left: auto;
    margin-right: auto;		
	margin-bottom:50px;
}



#left {
	width:180px;
	float: left;	
	margin-right: 50px; 
	/*border:1px solid red; */}
	

	
#right {
	width:766px;
	float:left;	
	/* border:1px solid black; */
}
	

#bottom {	
		height:31px;
		width:100%;
		margin-left: auto;
    	margin-right: auto;	
		text-align:center;
		margin-top:50px;
}

#bigcenter	{	
				width:845px; 		
				margin-left: auto;
    			margin-right: auto;	}

/* gott och blandat ======================================================================================= */

#smallright {float: right;}
#smallleft {float: left;}

.smallleft2 {float: left; margin-right:10px;}

p	{
	margin-bottom:10px;
	letter-spacing: 0pt;
	word-spacing: -2pt;		}


		

a.body {	background-color: #FFF;
		padding:1px 3px;
		color: #000;	
		text-decoration: none;}	
		
a:hover.body, a.none {	background-color: #fff;
		padding:1px 3px;
		color: #000;	
		text-decoration: none;}			


.clearer {clear:both;  }


