@charset "UTF-8";
/* CSS Document */


body {
	font-family:      Verdana, Geneva, Arial, sans-serif;
	font-size:        medium;
	color:            #414141;
	margin-left: 	  10px;
}

header.top {
	padding:          20px 100px 0px 100px;
	text-align:       center;
}
#tablecontainer {
	display:          table;
	border-spacing:   10px;
}
#tablerow {
	display:          table-row;
}
section#Jackson {
	display:          table-cell;
	width:            30%;
	padding:          15px;
	padding-top:      50px;
	vertical-align:   top;
	text-align:       center;
}
section#tshirts {
	display:          table-cell;
	width:            60%;
	padding:          75px 10px 10px 10px;
	vertical-align:   top;
}
section#aside {
	display:          table-cell;
	width:            10%;
	padding:          50px 15px 0px 20px;
	vertical-align:   top;
}
h1 {
	font:             Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:        150%;
	text-align:       center;
}
h2 {
	font-size:        120%;
	text-align:       center;
}
footer {
	font-size:        smaller;
	line-height:      1em;
	padding:          5px 0px 10px 0px;
	text-align:       center;
}
ul {
	list-style-type:  none;
}
nav li.selected { 
    opacity:          0.4;
}
