* { 
	margin: 0px; 
	padding: 0px;
}
html {
	margin: 0px; 
	padding: 0px;
	height: 100%;
}
body {
	font-family: Helvetica, Arial, 'sans serif';
	font-size: 13px;
	height: 100%;
	background-color: #ffffff;
	background: url(../img/grunnur.gif) repeat-x;
	border: none;
/*	border-top: 1px solid black;
	border-left: 1px solid black;*/
}

#maincolumn {
	width: 160px;
	height: 100%;
	background-color: black;
	background-image: url(../img/ss_bak.gif);
}

#sidebar {
	height: 100%;
	width: 110px;
	background-image: url(../img/s_bak.gif);
}
#title {
	padding-top: 55px;
	padding-bottom: 20px;
}
#main {
	width: 550px;
	height: 100%;
}

.fnt, #main, #main p, #main td {
	font-family: Georgia;
	font-size: 14px;
	line-height: 18px;
}


#page {
	width: 900px;
	height: 100%;
	padding: 0px;
	background-image: url(../img/pagebak.gif);
	background-repeat: repeat-y;
}

#footer {
	height: 20px;
	text-align: center;
}
#navigation {
	padding-top: 50px;
	padding-left: 15px;
	color: white;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 16px;
}
#navigation .level1,
#navigation .level1 a {
	padding-top: 10px;
	color: #b6c5d7;
	font-weight: bold;
}
#navigation .level2,
#navigation .level2 a{
	padding-top: 5px;
	color: #c6b947;
	font-weight: lighter;
}
#navigation .level3,
#navigation .level3 a{
	font-size: 10px;
	color: #c1c8d0;
	font-weight: lighter;
	text-indent: 5px;
}
#navigation .level4,
#navigation .level4 a{
	font-size: 10px;
	color: #c1c8d0;
	font-weight: lighter;
	text-indent: 10px;
}
#navigation .level5,
#navigation .level5 a{
	font-size: 10px;
	color: #c1c8d0;
	font-weight: lighter;
	text-indent: 15px;
}
#navigation .selected a{
	color: white;
}


/***********************
      GAMLA NAV
 ***********************/
#main-nav {
	position: relative;
	top: 77px;
	width: 600px;
	height: 49px;
	float: right;
	background-color: #666666;
}
#main-nav ul li {

	width: 150px;
	height: 34px;
	text-align: center;
	padding-top: 15px;
	vertical-align: middle;
	display: block;
}
#main-nav a {
	color: #b8c6d6;
	font-weight: bold;
	font-size: larger;
	text-decoration: none;
}
.nav {
}
.nav_selected {
}


.nav1, .nav1 a {
	color: #b8c6d6;
}
.nav2, .nav2 a {
	color: #c5b451;
}

/***********************/

#column-left {
	width: 511px;
	min-height: 300px;

	padding-left: 30px;
	padding-bottom: 20px;
	background: red;
}
#column-right {
	width: 241px;
	min-height: 300px;
	background: transparent;

	padding-right: 10px;
	background: yellow;
}
#column {
	width: 742px;
	min-height: 300px;

	padding-left: 40px;
	padding-bottom: 20px;
	background: blue;
	padding-right: 10px;
}

/***********************/
td {
	font-family: Arial, Helvetica;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
}

.pad {
	padding-left: 10px;
}

.gutter {
	width: 10px;
	min-height: 300px;

	padding: 0;
	margin: 0;
}

.fs {
	font-size: larger;
	color: #666666;
}

h1, h2, h3, h4, h5, h6 {
	text-align: left;
}

p {
	line-height: 16px;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

blockquote {
	display: block;
	padding: 10px;
}

ul {
	display: block;
	padding: 20px;
}
