/* generics */

html, body {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
}
h1, h2, h3, pre, p, iframe {
  padding: 0px;
  margin: 0px;
}

/* body */

/* container */

/* static_header */

#static_header {
  position: relative;
  top: 0;
  left: 0;
  width: 960px;
  height: 120px;
  background: #fff url("../../images/nikestorage.com/logo.jpg") top left no-repeat;
  border-right: 1px solid #aaa;
}

/* sub_container */

#sub_container {
  margin-bottom: 5px;
}
#end_sub_container {
  clear: both;
}

/* static_left */

#static_left {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  width: 200px;
  border-right: 1px solid #aaa;
  text-align: right;
}
#static_left h2 {
  padding-top: 13px;
  padding-right: 5px;
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 13px;
  color: #244F96;
}
#static_left p {
  background: #FAF9F9;
  padding: 5px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#static_left span {
  display: block;
  padding: 0px 5px 5px 5px;
}
#static_left ul {
  margin: 0px;
  background: #FAF9F9;
  padding: 5px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
#static_left ul li {
  padding: 1px 0 1px 0;
  margin: 0;
  list-style-type: none;
}
#static_left ul li ul {
  padding: 0;
  margin: 0;
  border: none;
}

/* page_content */

#page_content {
  float: left; 
  width: 745px;
  border-top: 1px solid #aaa;
  padding: 10px 0 20px 15px;
}

/* static right */

/* static footer */

/* user controls */

#user_controls {
  border: none;
  text-align: right;
  width: 900px;
  position: absolute;
  left: 40px;
  top: 5px;
  margin: 0px;
  background: transparent;
  padding: 5px;
}

/* text-related */

h1 {
  font-size:  20px;
  color: #222;
  font-weight: bold;
  padding-bottom: 5px;
}
h2 {
  font-size:  15px;
  color: #222;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
h3 {
  font-size:  13px;
  color: #222;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
p {
  padding: 5px 10px 10px 0px;
}
img {
  border: 1px solid #222;
  margin: 10px 0px 10px 0px;
}
a img {
  border: 1px solid #222;
  margin: 10px 0px 10px 0px;
}
a, a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

iframe {
  margin-left: 10px;
  border: 1px solid #222;
}

ul {
	margin-top: 0px;
	padding-top: 0px;
}

ul li {
	margin-top: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}


