/*
Landen.nu stylesheet
*/

body 			{
			width: 100%;
			margin: 0px;
			padding: 0px;
			text-align: center;
			font-size: 11px;
			font-family: Arial, Tahoma, Verdana, Sans-Serif;
			background: #948c6e;
			color: #3f3f3f;
			}

a			{
			text-decoration: none;
			color:#0c3b5c;
			}

a:hover			{
			text-decoration: underline;
			color:#0c3b5c;
			}

.clear			{
			clear: both;
			}

hr			{
			height: 1px;
			color: #b9b9b9;
			background: #b9b9b9;
			border: 0px;
			margin: 22px 0px 22px 0px;
			padding: 0px;
			width: 502px;
			}

form			{
			margin: 22px 0px 0px 0px;
			}

input			{
			width: 147px;
			font-family: Arial;
			font-size: 10px;
			margin-bottom: 8px;
			}
input {	font-size: 10px;	font-family: Arial;}
select {	font-size: 10px;	font-family: Arial;}
textarea {	font-size: 10px;	font-family: Arial;}

.button			{
			width: 56px;
			height: 18px;
			background: #eec621;
			color: #0c3b5c;
			border: 0px;
			}



/*
Design elements
*/

#container		{
			text-align: left;
			width: 715px;
			margin: 22px auto 22px auto;
			background: #fff;
			border: 5px solid #fff;
			}


#header			{
			width: 715px;
			height: 187px;
			background: #0c3b5c url(../images/header.jpg) no-repeat;
			}


/*
Content
*/
#content		{
			width: 715px;
			background: #fff url(../images/bg.gif);
			border-top: 7px solid #fff;
			}

#content #left		{
			float: left;
			width: 165px;
			background: #0c3b5c;
			color: #fff;
			}

#content #left h5	{
			font-size: 13px;
			color: #f7de56;
			padding: 6px 0px 6px 23px;
			margin: 0px;
			}


#content #menu		{
			background: #d7d2be;
			}

#content #left ul	{
			list-style-image: url(../images/list.gif);
			margin: 0px 0px 0px 36px;
			padding: 15px 0px 0px 0px;
			}

#content #left li	{
			padding-bottom: 19px;
			}


#content #right		{
			float: right;
			width: 516px;
			background: #efecdd;
			margin: 0px 0px 0px 34px;
			}

#content #right h3	{
			font-size: 12px;
			color: #0c3b5c;
			margin: 0px;
			padding: 25px 0px 15px 0px;
			}

#content .text		{
			float: left;
			width: 260px;
			}

#content .text p	{
			width: 240px;
			}

#content .text2		{
			float: left;
			width: 500px;
			}

#content .text2 p	{
			width: 480px;
			}
			
#content .search	{
			float: left;
			}

#content .search #content {
			width: 237px;
			background: #dcd7c4;
			padding: 39px 0px 24px 11px;
			border-top: 0px;
			}

#content #right h5	{
			font-size: 13px;
			color: #0c3b5c;
			padding: 27px 0px 13px 0px;
			margin: 0px;
			}

#content #more		{
			position: relative;
			float: left;
			width: 237px;
			background: #eec621;
			padding: 0px 0px 0px 9px;
			}

#content #spacer_bottom	{
			height: 31px;
			}
