@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: auto;
	text-align: center;
}

body {
	background-color: #ffffff;
	background-image: url(./images/max3/homeimages_3.0/bg_body.jpg);
	background-repeat: repeat-x;
	font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size:         11px;
 	color:             #4a4a4a;
}


/* id's */

#topBar {
	width: inherit;
	height: 27px;
	background-image:url(./images/max3/homeimages_3.0/bg_page_topbar.jpg);
	background-repeat: repeat-x;
	text-align:left;
	line-height: 27px;
}

#header {
	width: inherit;
	height: 74px;
	background-image:url(./images/max3/homeimages_3.0/bg_header.jpg);
	background-repeat:repeat-x;
	text-align:left;
	}
	
#mediaAreaLogoutLine {
	float: right;
	margin-right: 50px;
	line-height: 22px;
}

#page {
	text-align: left;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 20px;
	/*border: 1px solid gray;*/
}

#leftColumn {
	width: 450px;
	height: auto;
	float: left;
}

#rightColumn {
	width: 450px;
	height: auto;
	float: left;
	margin-left: 40px;
}

/*  classes  */

.breadcrumb {
	width: inherit;
	height: 22px;
	background-color: #F0F0F2;
	background-image:url(./images/max3/homeimages_3.0/bg_breadcrumb.jpg);
	background-repeat:repeat-x;
	text-align: left;
	padding: 			4px 25px 3px 27px;
 	border-bottom:		1px solid #8285AE;
}