#container
{
width: 800px;
margin: 10px auto;
border: 1px solid #ff9900;
background-color: #ffcc80;
}

#top
{
height: 95px;
}

#topstripe
{
background-image:url(../img/top_stripe.jpg);
height: 60px;
}

#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 10px;
line-height: 130%;
}

#rightnav
{
	float: right;
	width: 120px;
	margin-left:15px;
	margin-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 130%;
	background-color:#FFFFFF;
	background-image:url(../img/orange.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 20px 70px 20px;
}


#content
{
	margin-left: 190px;
	margin-right: 190px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 20px 20px 20px;
	line-height: 130%;
	background-color:#FFFFFF;
}

#footer
{
	clear: both;
	margin: 0;
	padding: 0px;
	text-align: center;
	border-top: 1px solid #ff9900;
}

#munkys
{
	clear: both;
	margin: 0;
	text-align: center;
	padding: 2px;
	font-size: 11px;
	color: #333333;
}

#details {
	padding: 1px;
}

a:visited {
	color:  #be0b1d;
	}
a:active {
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}
a {
	font-weight: bold;
	text-decoration: none;
	color: #be0b1d;
}

input, select, checkbox, textarea {
	border: 1px solid #ff9900;
}
textarea, input {
	width: 300px;
}
select {
	width: 150px;
}
form {
	padding: 10px;
	background-color: #fffaf2;
}
.button {
	padding: 5px;
	width: 50px;
	border: 1px solid #ff9900;
	background-color: #ffffff;
	color: #be0b1d;
}
legend {
	padding: 5px;
	border: 1px solid #ff9900;
	font-weight: bold;
	color: #be0b1d;
}
fieldset {
	border: 1px solid #ff9900;
	padding: 10px;
}
input:focus, select:focus, textarea:focus, checkbox:focus {
	color: #000000;
	background-color: #ffcc80;
}
label {
	display: block;
	float: left;
}
form div {
	padding-top: 5px;
}


ul {
	list-style-position: outside;
	list-style-type: disc;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
p {
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
}
h1 {
	font-size: 20px;
	color: #ff9900;
}
h2 {
	font-size: 14px;
	color: #be0b1d;
	font-family: tahoma, arial, helvetica;
	line-height: 130%;
}
h3 {
	font-size: 14px;
	color: #be0b1d;
	font-family: tahoma, arial, helvetica;
	line-height: 130%;
	font-weight: normal;
}
h4 {
	font-size: 12px;
	font-family: Tahoma, Arial, Georgia;
	margin: 5px;
	color: #be0b1d;
}
h5 {
	font-size: 14px;
	color: #ff9900;
	font-weight: normal;
	line-height: 130%;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
	line-height: 150%;
}

.orange {
	color: #ff9900;
}
.black {
	color:#000000;	
}

