/* Shirt and Simple Home Page CSS Document *//* Body Structure */body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 10px;	text-align:center;	background-color:#000033;	margin: 0px;	padding: 0px;	width: 100%;	height: 100%;}html {	width: 100%;	height: 100%;}.container {	position: relative;	margin: 0 auto;	width: 786px;	text-align: left;	overflow: visible;}/* Body Elements */.logo {	position:absolute;	left: 0px;	top: 0px;	background-image: url(http://www.shirtandsimple.com/images/bgs/logo.gif);	height: 117px;	width: 169px;	padding-top: 10px;	padding-left: 13px;}.sidebar-container{	position:absolute;	overflow: visible;	top: 133px;	width: 182px;	background-image: url(http://www.shirtandsimple.com/images/bgs/sidemid.gif);	clear: both;	z-index: 20;	text-align:center;}.sidebar-content{	width: 168px;	padding-left: 5px;	position: relative;	left: 0px;	top: 0px;	text-align: center;}.body-container{	position:relative;	top: 0px;/*	left: 182px;*/	width: 820px;	clear: both;}.body-content{	width: 800px;	position: relative;	left: 5px;	top: 0px;}.body-stretcher{	width: 820px;	background-image: url(http://www.shirtandsimple.com/images/bgs/bodymid.gif);	background-repeat: repeat-y;	position: relative;}.copyright {	font-size: 10px;	text-align: center;	color: #FFFFFF;}/* Element Formatting */h1, h2, h3, h4, h5, h6 {	color:#197B39;}#navlist li{	color:#FFFFFF;	display: inline;	list-style-type: none;	font-size: 12px;	font-weight: bold;padding-right: 7px;}#navlist a:link {	color:#FFFFFF;	text-decoration: none;}#navlist a:visited {	color:#FFFFFF;	text-decoration: none;}#navlist a:hover {	color: #FFFFFF;	text-decoration: underline;}#navlist a:active {	color: #FFFFFF;	text-decoration: underline;}a:link {	color: #006600;	text-decoration: none;}a:visited {	color: #006600;	text-decoration: none;}a:hover {	color: #006600;	text-decoration: underline;}a:active {	color: #006600;	text-decoration: underline;}.border {	border: 1px solid #000000;}