/***** Global Settings *****/
 
html, body {
	border:0;
	margin:10px 0;
	padding:0;
}
 
body {
	font-size:62.5%;
	font-family:Georgia,Tahoma,Arial,Helvetica,"Times New Roman",sans-serif;
	color:#333333;
	background-color:#FFEFC6;
}


/***** Links *****/
 
a {color:#4D3609;}
a:hover {text-decoration:none;}

 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select {font-size:1em;}
textarea {line-height:1.25;font-size:1.2em;}
label {cursor:pointer;}


/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
 
h1 {
	padding:0 0 20px 0;
	letter-spacing:-1px;
	font-size:3.5em;
	text-transform:lowercase;
}
 
h2 {
	padding:0 0 5px 0;
	margin:0 0 20px 0;
	letter-spacing:-1px;
	font-size:2.5em;
	text-transform:lowercase;
	color:#4D3609;
	border-bottom:1px solid #4D3609;
}

p {
	font-size:1.2em;
	line-height:1.5em;
	margin:0;
	padding:0 0 18px 0;
	text-align:justify;
}

ul, ol {
	font-size:1.2em;
	line-height:1.7em;
	margin:0;
	padding:0 0 18px 25px;
}
 
small {font-size:1em;}
img {border:0;}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
 
td, th {
	padding:2px;
	text-align:left;
	font-size:1.2em;
	vertical-align:top;
}

th, td {padding-right:20px;}

table.tariff {
	float:left;
	margin-right:50px;
	margin-bottom:20px;
}

/***** Wrapper *****/

#wrapper, #footer-right, #bottom {
	width:680px;
}

#wrapper {
	margin:0 auto;
	border:2px solid #4D3609;
	background:#ffffff url('bg.jpg') center top repeat-y;
}

 
/***** Global Classes *****/
 
.clear {clear:both;}
.float-left {float:left;}
.float-right {float:right;}
 
.text-left {text-align:left;}
.text-right {text-align:right;}
.text-center {text-align:center;}
.text-justify {text-align:justify;}
.text-hidden {left:-9999px;position:absolute;}
 
.bold {font-weight:bold;}
.italic {font-style:italic;}
.underline {border-bottom:1px solid;}
.highlight {background:#ffc;}
 
.img-left {float:left;margin:5px 20px 5px 0;}
.img-right {float:right;margin:5px 0 5px 20px;}
 
.nopadding {padding:0;}
.noindent {margin-left:0;padding-left:0;}
.nobullet {list-style:none;list-style-image:none;}

.hr {border-bottom:1px dotted #666;margin-bottom:10px;}


/***** Header *****/


#header {
	background:#ffffff url('images/header.jpg') center top repeat-y;
}

#header h1 {	
	padding:0;
}

#header h2 {
	letter-spacing:0px;
	border-bottom:0;
	font-size:1.5em;
	margin-left:20px;
}

#header h1 img {
	margin:20px 0 10px 20px;
}

#nav {
	font-size:1.2em;
	padding:10px 20px;
	margin-bottom:10px;
	background-color:#4D3609;
	color:#fff;
}
#nav a {
	padding-right:10px;
	color:#fff;
}

/***** Content *****/

#content {
	padding:0 20px;
}

div.column-left {
	float:left;
	width:340px;
	margin-right:20px;
}
div.column-right {
	float:right;
	width:280px;
	margin:0 0 20px 20px;
}

div.images {
	margin-bottom:20px;
	height:233px;
}
img.left {
	position:absolute;
}
img.right {
	position:absolute;
	margin-left:330px;
}

/***** Footer *****/

#footer {
	padding:10px 20px 0 20px;
}

#footer-right {
	float:right;
	text-align:right;
	width:300px;
}

#bottom {
	padding-top:10px;
	margin:0 auto;
}

#bottom a, #bottom {
	color:#666;
}
