body {
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #eeeeee;
}

#holder {
	position: absolute;
	height: 100%;
	width: 100%;
	min-height: 625px;
	min-width: 1005px;
	overflow: hidden;
}

/*hide from ie on mac\*/
/*
   body {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
		overflow:auto;
    }
	#holder {   
				position: absolute; 
				width:100%; 
				height:100%; 
				min-width:990px;
				min-height:660px;
				overflow:hidden;
			}
	:focus {outline: 0 ;}
*/

#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px 20px 20px;
	background: #ffffff;
}

#header {
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dotted #9f9f9f;
}

#header .logo {
	float: left;
}

#header .login {
	float: right;
}

#sub_header {
	padding: 10px 0px 10px 0px;
	height: 70px;
}

#title_desc {
	float: right;
}

#title {
	float: left;
	margin-right: 20px;
}

#description {
	float: right;
	width: 125px;
}
