﻿#Container
{
  width:1000px;
  margin-left: auto;
  margin-right:auto;
  height: 750px;	
  background-image: url(/Images/eleraff.jpg);
  background-position:top right;
  background-repeat: no-repeat;
}
#header
{
	margin-bottom: 10px;
}

#LeftPane
{
	clear:left;
	float: left;
	width: 20%;
	display: inline;
}

#MainPane
{
	float: left;
	width: 58%;
	padding-right: 40px;
}

#RightPane
{
	float: left;
	width: 10%;
}

#footer
{
	text-align:center;
	clear: both;
	font-size: 80%;
} 
div#ChooseLanguage
{
	float:right;
	margin-right:10px;
	margin-top:10px;
	color: #FF9C18;
}

.SmallLink
{
	font-size: small;
}

.BigButton
{
	height: 25px;	
	font-size: 14px;
}
.GoCheckout
{
	font-size:small;
	font-weight:bolder;
}

/*
body
{
	background-color: #FFFFFF;
	margin: 0;
}
div#PageHolder
{
  width:1000px;	
  height: 700px;
  margin-left: auto;
  margin-right: auto;	
}
div#ChooseLanguage
{
	float:right;
	margin-right:10px;
	margin-top:10px;
	color: #FF9C18;
}
div#PageHeader
{
  width:100%;
}
div#LeftPane
{
	width: 200px;
	float: left;
	padding-top: 20px;
}
div#MainPane
{
	width: 579px;
	float: left;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;

}
div#RightPane
{
	width: 200px;
	float: left;
	padding-top: 20px;
}
div#PageFooter
{
	width: 1000px;
	float: left;
	text-align: center;
	padding-top: 50px;
	font-size: smaller;
	font-weight: bold;
}
*/