/* this has all the css required to layout the page properly, it should not have anything
concerning fonts or other content elements*/
body, html {
    margin:0px;
    padding:0px;
    background:#FFFFFF;
}
#header {
	margin: 15px 0px 10px 0px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px 1px 0px;  /*top and bottom borders: 1px; left and right borders: 0px */
	line-height:12px;
	background-color:#eee;
}
#header td {
	padding: 10px;
}
#content {
	margin:0px 10px 10px 170px; /*top right bottom left*/
	padding:10px;
	text-align: left;
}
#sidebar {
	float: left;
	background-color:#eee;
	border:1px dashed #999;
	width: 141px;
	padding:6px;
	margin: 0px 0px 0px 10px;
}
#footer {
	clear: both;
	text-align: center;
	margin: 30px 0px 0px 0px;
	padding:5px;
}

#WelcomeUser {
	text-align: left;
	width: 33%;
}
#SiteSwitcher {
	text-align: center;
	width: 33%;
}
#CartIndicator {
	text-align: right;
	width: 33%;
}

img{
	border: 0;
}