
body {
background-color: #FFFFFF;
background-image: url("images/mts_grey.jpg"); 
color: black;
line-height: 130%;
font-size: 14px;
font-family: helvetica, arial, "sans serif";
margin: 40px 80px 50px 0;
}

#wrap {
padding: 0;
margin-left: 150px;
min-width: 600px;
max-width: 1400px;
}

#header {
background-image: url("images/mts_stripes.jpg");
background-repeat: repeat-x;
width: 100%;
}

#main {
background: url("images/mts_blue_vert.jpg") repeat-y;
padding-left: 25px;
margin-left: 5px;
}

#content {
text-align: justify;
background: url("images/mts_blue_vert.jpg") repeat-y right;
padding: 20px 90px 20px 40px;
}

#navigation {
background-image: url("images/mts_grey.jpg");
font-weight: 800;
line-height: 200%;
padding: 5px 0;
position: absolute;
top: 200px;
text-align: right;
width: 175px;
}

#super_nav {
position: relative;
top: 5px;
font-size: 12px;
text-align: right;
font-weight: 800;
}

#footer {
text-align: center;
font-size: 11px;
}

h1 { 
font-size: 24px; 
font-weight: 800;
}

h1:first-letter {
color: #006699;
}

h2 { 
margin-left: 20px;
font-size: 16px; 
font-weight: 800; 
}

ul {
margin-left: 20px;
}

p { 
margin-left: 20px;
}

p.caption {
line-height: 130%;
font-size: 11px;
font-style: italic;
}

img.photo {
float: right;
background-image: url("images/mts_black.jpg");
padding: 10px;
margin: 0 0px 10px 20px;
}

object {
margin-left: 10px;
}

.clear {
clear: left;
}

hr.short {
width: 50%;
}

hr.blue {
height: 20px;
background-image: url("images/mts_blue.jpg");
}

hr.black {
height: 20px;
background-image: url("images/mts_black.jpg");
}

a:link {
color: #990000;
text-decoration: none;
}

a:visited {
color: #440000;
text-decoration: none;
}

a:hover {
color: #FF0000;
}

a:active {
color: #CC6666;
}

