body {
margin: -10;
padding: 0;
color: #494949;
}

h1 {
font-family: "Century Gothic", "Apple Gothic", sans-serif;
text-transform: uppercase;
font-size: 100%;
color:white;
text-align: left;
}

h2 {
font-family: "Century Gothic", "Apple Gothic", sans-serif;
text-transform: uppercase;
font-size: 10pt;
color: #a5a5a5;
text-align: left;
}

strong {
font-family: "Century Gothic", "Apple Gothic", sans-serif;
text-transform: uppercase;
font-size: 10pt;
color: #a5a5a5;
text-align: left;
font-weight: bold;
}

/*Structure*/

#matt_jarred_wrapper {
margin: 20 auto;
width: 980px;
background: transparent url(images/bkg_slice.jpg) repeat-y;
}

#matt_jarred_nav {
width:980px;
height:91px;
background-color:black;
}

#matt_jarred_main_content {
width:980px;
height:560px;
background: transparent url(images/main_site_background.jpg) no-repeat;
}

#matt_jarred_internal_content {
width:680px;
height:565px;
background: transparent url(images/internal_site_background.jpg) no-repeat;
}

#matt_jarred_rightbar_region {
float:right;
margin-top:-300px;
margin-right:19px;
float:right;
}

#contact_img {
margin-left: -2px;
}

#matt_jarred_rightbar_region p {
color:#A5A5A5;
font-family:"Century Gothic","Apple Gothic",sans-serif;
font-size:10pt;
font-weight:lighter;
margin-top:15px;
text-align:left;
}

#matt_jarred_rightbar_region a {
text-align: left;
font-family: "Century Gothic", "Apple Gothic", sans-serif;
color: #a5a5a5;
font-size: 10pt;
text-decoration: none;
text-transform: uppercase;
}

#matt_jarred_rightbar_region a:hover {
text-align: left;
font-family: "Century Gothic", "Apple Gothic", sans-serif;
color: #a5a5a5;
font-size: 10pt;
text-decoration: underline;
text-transform: uppercase;
}

#matt_jarred_footer {
height:95px;
width:980px;
background-color:black;
}

#nav {
width: 980px;
height:47px;
background-color:#000;
}

/*Lists*/

.list {
list-style-type:none;
margin-left:-37px;
padding-top:50px;
}

ul.list li {
list-style: none;
display: inline;
}

ul.list li img {
border: 0px;
}


/* Steve addenda */
#matt_jarred_rightbar_region h1 a:link {
font-family: "Century Gothic", "Apple Gothic", sans-serif;
text-transform: uppercase;
font-size: 100%;
color:white;
text-align: left;
text-decoration: none;
}

#matt_jarred_rightbar_region h1 a:visited {
color:white;
text-decoration: none;
}

#matt_jarred_rightbar_region h1 a:hover {
font-family: "Century Gothic", "Apple Gothic", sans-serif;
text-transform: uppercase;
font-size: 100%;
color:white;
text-align: left;
text-decoration: underline;
}
#matt_jarred_rightbar_region h1 a:active {
color:white;
text-decoration: none;
}


