/* Created by Ryan Aker 9/18/08 
   
   Font claseses is in rtn2010_apphub_print.css
*/

#all-container {
	float:left;
	background-color:#FFFFFF;
	margin-bottom:10px;
	width:1000px;
}
#all {
	padding:5px;
	float:left;
}
#nav {
	float:left;
	width:989px;

}
#header-container {
	width: 989px;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	float:left;
}
#header-sec {
	width: 400px;
	float:left;
}
#editprofile-header {
	border-bottom: 1px solid black;
	border-top:1px solid black;
	float:left;
	width:989px;
	margin-bottom:5px;
	margin-top:3px;
}
#editprofile-header-left {
	float:left;
	color:#666666;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight:bold;
	padding-top:3px;
}
#editprofile-header-right {
	float:right;
}
#supported-by {
	width: 200px;
	float: right;
}
#image {
	float:right;
}
#info-container {
	float:left;
}
#bottom-dotted-line {
	width: 989px;
	height: 1px;
	border-top:1px dotted #000000;
	border-bottom:1px solid #000000;
	float:left;
	margin-top:5px;
}


