@charset "utf-8";

html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background:#E7E7E7 url(../images/background.png) repeat-x top left;
	font-family:"Trebuchet MS", Georgia;
	line-height:100%;
	font-size:12px;
}
a img{
	border:0px;
}
a, a:link, a:visited {
	color:#FC880D;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}
div.master {
	text-align:center;
}

div.header {
	min-height:106px;
	margin-top:18px;
}
div.header div.menu-bar{
	background:#F0F0F0;
	text-align:left;
}
div.header div.login-bar{
	position:absolute;
	top:80px;
	right:50px;
}

div.content {
	min-height:400px;
	min-width:973px;
	background-color:white;
	margin:10px 10px;
	border-radius: 6px 6px 6px 6px;
	box-shadow: 0 0 8px 2px #b2b2b2;
	position:relative;
	display:inline-block;
	text-align:left;
}
div.content div.center{
	padding:10px;
	width: calc(100% - 30px);
}

div.footer {
	text-align:center;
	width:943px;
	height:34px;  
	color:#505050; 
	padding:18px 0 0 30px;
	margin:0 auto;
}
div.footer a {
	color:#505050; 
	text-decoration:none;
}