* {margin: 0; padding: 0;}

html,body {
	height:100%; /* needed for container min-height */
	background: url(../images/bg-white.png) repeat-x #ada06e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


#left, #right, #right-start  {	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	float: left;
}

#left {
	width: 180px;
	background: #af3237;
	padding-top: 115px;
}

#right {
	width: 620px;
	background: #ada06e;
}

#right-start {
	width: 800px;
background: url('../images/frontpage-bg.jpg') no-repeat #ada06e 10px 100px;
}

#header {
	height: 50px;
	width: 100%;
	background: url(../images/header.png) no-repeat #fff 40px;
	padding-top: 50px;
	padding-left: 40px;
}

#header h1 {
	display: none;
}

#content {
	padding: 40px;
	padding-right: 0;
}

#content-start {
	padding: 0;
	}


	
#left ul {
	margin-right: 20px;
	text-align: right;
	list-style: none;
}

#left a {
	color: #fff;
	line-height: 150%;
	text-decoration: none;
}	
#left a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 20px;
	line-height: 130%;
}

h1 {font-size: 36px;}
h2 {font-size: 24px;}

input {
	width: 200px;
	padding: 2px;
	margin-right: 5px;
	margin-bottom: 4px;
}

input.radio {
	width: 20px;
}

.tagline {

	}
	
.extrabox {
	border: 1px solid #fff; padding: 10px; background: #326BAF;
	}
	
#left h3 {
	letter-spacing:;
	font-weight: ;
	text-transform: uppercase;
	font-size: 16px;
}
