html
{
	height: 100%;
}
body
{
	background-color: 	white;
	font-family:		"Arial", "Helvetica", sans-serif;
	font-size:			12px;
	color:				#333;
	margin:				0;
	padding: 			0;
	height: 			100%;
	background-color: 	#051705;
	background-image: url('/assets/img/background.jpg');
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;


}

/* Layout Elements */

#wrapper
{
	width: 				780px;
	height: 			auto;
	margin: 			0 auto 0 50px;
	background-image: 	url('/assets/img/green_bg.png');
	background-repeat: 	repeat-y;
	background-attachment:scroll;
	padding: 0 0 0 0px;
}

#navbar
{
	float:left;
	width:210px;
	padding-left: 30px;
}

#contbar
{
	float:right;
	width: 510px;
	padding-right: 20px;
}

#navigation
{
	width: 180px;
	margin: 4px 0 0 0;
	padding: 0;
	text-align: right;
	font-size: 13px;
}

#navigation li
{
	list-style: none;
	padding: 2px 0 0 0;
	background-color: #D49D00;
	margin-top: 3px;
}

#navigation a, #navigation a:link, #navigation a:visited
{	

	color: #051705;
	text-decoration: none;
}

#basket
{
	position: absolute;
	width:160px;
	height:21px;
	text-align:center;
	margin-left:350px;
	background-color: #D49D00;
	margin-bottom: 12px;
	padding-top:7px;
}

#basket a, #basket a:link, #basket a:visited
{
	text-decoration: none;
	color: #051705;
}

#bigimg
{
	
}

#main
{
	line-height: 220%;
	color: white;
	width: 490px;
}

.buys
{
	background-color: #D49D00;
	height: 30px;
	width: 180px;
}

a:link
{
	color: #D49D00;
	text-decoration: none;
}

a:visited
{
	color: #D49D00;
	text-decoration: none;
}

h2
{
	margin-top: 22px;
}

.form
{
	padding: 6px;
	border: 0;
	width: 280px;
}
.btn
{
	padding: 6px;
	border: 0;
	background-color: #D49D00;
}
