@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body  {
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	margin: 0; 
	padding: 0;
	text-align: center;
	background:#fff;
}

#container { 
	margin:0 auto;
	width:800px;
	margin: 0 auto; 
	text-align: left;
}

#border{
	border-left:#46382f 5px solid;
	border-right:#46382f 5px solid;
}

/* wrapper */

#wrap{
	width:790px;
	background:#fff url(images/content_bg.jpg) repeat-x;
	background-position:bottom;
	color:#222;
}

/* header */

#header{
	background-color:#fff;
	color:#222;
	height:100px;
	width:790px;
	margin:0;
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}

#header h1, #header p{
	margin-left:-99999px;	
	padding:0;
	display:none;
}

#header img{
	padding-left:20px;
	padding-top:10px;
}

#headerStart{
	width:800px;
	height:20px;
	background:#fff url(images/headerStart.png) no-repeat left;
	margin-top:20px;
}

/*common elements*/

h1 {
	margin:0.5em 0 0.5em;
	font-size:1.5em;
	line-height:1.7;
	font-weight:lighter;
	color:#444;
}


h2 {
	margin:0.5em 0 0.5em;
	font-size:1.3em;
	line-height:1.3;
	font-weight:normal;
	color:#444;
} 

h3 {
	margin:0.5em 0 0.9em;
	font-weight:600;
	font-size:1.2em;
	line-height:1.3;
	color:#444;
}

p { 
	color:#222;
	font-size:1em;
	margin:0 0 1em;
}

img {
	display:block;
	border:none;
}

.imgLeft{
	padding-left:10px;
}

.imgRight{
	padding-right:10px;
}

a:link,
a:visited,
a:hover,
a:link {
	color:#0066FF;
	text-decoration:underline;
	background:inherit;
}

em,
strong{
	color:#222;
	background:inherit;
	font-weight:bold;
	font-style:normal;
}

acronym{border:none}

/* footer */

#footer {
	clear:both;
	text-align:right;
	padding: 0 10px; 	
	color:#fff;
	background-color:#46382f;
}
 
#footer p {
	margin: 0;
	padding: 10px 0;
}

#footerEnd {
	background-image:url(images/footerEnd.png);
	background-position:top;
	background-repeat:no-repeat;
	height:20px;
}

.copyright, .copyright strong{
	color:#fff;
}

/* Table */

table {
	width:100%;
	margin:2em 0 1.5em;
	border-collapse:separate;
	border-spacing:0;
	border-bottom:1px solid #222;
}

th,
td {
	padding:0.25em 0.5em 0.25em 0;
	border-top:1px solid #222;
	vertical-align:top;
	text-align:left;
}
th {
	background-color:#222;
	color:#FFFFFF;
	font-weight:bold;
}

/* Content */

#content {
	clear:both;
	margin:0 0px;
}

#contentEnd {
	clear:both;
	background-image:url(images/contentEnd.png);
	background-position:top;
	background-repeat:no-repeat;
	width:790px;
	height:20px;
}

#cont_text{
	margin:0 10px;
}
	
#leftcolumn {
	clear:left;
	float:left;	
	width:577px;
}
#rightcolumn { 
	float: right; 
	width: 213px;
	position: relative;
}

#leftcolumnC {
	clear:left;
	float:left;	
	width:490px;
}
#rightcolumnC { 
	float: right; 
	width: 250px;
	position: relative;
}
.clear{
	clear:both;
}
#view{
	border-top:#333 1px solid;
}