body {
font-family: sans-serif;
}

p, ul, ol {
font-size: 12px;
line-height: 14px;
padding: 5px 0;
}
a, a:visited, h1, h2, h3, h4, h5, h6 {
text-decoration: none;
padding-top: none;
color: #f58220;
}
a:hover, a:active {
text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
font-weight: bold;
padding: 15px 0 5px;
}
h1 {
font-size: 24px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 14px;
text-transform: uppercase;
color: white;
}
h5 {
font-size: 12px;
text-transform: uppercase;
color: white;
}
h6 {
font-size: 10px;
color: white;
}

ul {
list-style-position: inside;
list-style-type: disc;
}
ol {
list-style-position: inside;
list-style-type: decimal;
}

.wrap { 
}
.width {
margin: 0 auto;
position: relative;
width: 1200px;
}
#header {
}
#footer {
}