body {
	padding:0px;
	margin:0px;
	background-color:#E8EBE0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	line-height:15px;
	min-width:800px;
}


/* the bodge for IE6 browsers */
* html body {border-left:800px solid #E8EBE0; position:relative; float:left; z-index:1;}
* html .minwidth {margin-left:-800px; position:relative; float:left; z-index:2; text-align:left;}

img {
	padding:0px;
	margin:0px;
	border:0px;
}
a:link, a:visited {
	font-weight:bold;
	text-decoration:none;
	color:#666666;
}
a:hover {
	text-decoration:underline;
	color:#666666;
}
.header {
	height:220px;
	width:100%;
	background-image:url(./img/header_right.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}
	.header_left {
		height:220px;
		width:470px;
		background-repeat:no-repeat;
		padding:0px;
		margin:0px;
	}

.navbar {
	height:80px;
	width:100%;
	background-image:url(./img/navbar_tile.jpg);
	background-repeat:repeat-x;
	padding:0px;
	margin:0px;
}
	.navbar_images {
		padding:0px;
		margin:0px;
		margin-left:45px;
	}

.content {
	margin:40px 50px 10px 78px;
}
	.content_left {
		float:left;
		height:300px;
		width:200px;
		margin: 0;
		padding: 10px 20px 0 0;
		background-image:url(./img/divide.jpg);
		background-position:top right;
		background-repeat:no-repeat;
		text-align:right;
	}
	.content_left img {
		border:7px solid #FFF;
	}
	.content_right {
		float:left;
		width: 355px;
		text-align:left;
		padding:5px 20px 0 20px;
	}
	
.footer {
	clear:both;
	float:left;
	font-size:9px;
	text-align:left;
	width:400px;
	margin: 30px 0 0 318px;
	letter-spacing:0pt;
}
*html .footer { margin: 30px 0 0 160px; }
	.footer a:link, a:visited {
		color:#52050B;
		font-size:9px;
		font-weight: normal;
	}
	.footer a:hover {
		color:#52050B;
	}
	
.text_red {
	color:#52050B;
}
.acc_pic {
	border:5px solid #FFF;
	padding:0;
	margin:0;
	cursor:pointer;
}

