body {
	margin: 0;
	padding: 0px;
	font: small "Trebuchet MS";
	/*background: #DDDDDD url(grad.jpg) repeat-y 50% 0;*/
	background: #FFFFFF url(../images/bg.jpg) repeat-x;
	
	}
html {
	height: 100%;
	width: 100%;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: none;
}
#container {
	height: 100%;
	width: 986px;
	margin-right: auto;
	margin-left: auto;
}
#myDashboard{
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: url(../images/dashboard.gif) no-repeat bottom;
	height: 67px;
	width: 966px;
	clear: both;
}

/*=MODULES
=== === === === === === === === === === */

#modules{
	margin: 10px;
}
#includes {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#dash1 {
	height: 65px;
	width: 120px;
	margin-left: 5px;
	font-size: 400%;
	color: #FFFFFF;
	text-align: right;
	margin-right: 10px;
	float: left;
}
#dash2 {
	height: 40px;
	width: 320px;
	float: left;
	color: #FFFFFF;
	font-size: medium;
	padding-top: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin-top: 10px;
}
#dash3 {
	float: right;
	height: 52px;
	width: 361px;
	background-image: url(../images/export_center_bg.gif);
}
#ec1 {
	color: #CCCCCC;
	padding-top: 5px;
	font-size: x-small;
	text-transform: uppercase;
	letter-spacing: .02em;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#ec2 {
	float: right;
	width: 33%;
	text-align: center;
}
