/*

  STYLE SHEET
   by Brian Fitzy

*/


body {
background: #1a1a1a;
background-attachment: fixed; 
background-position: center;
background-repeat: no-repeat;
color: #dddddd;

font-family: 'Montserrat', sans-serif;
font-weight: 300;
font-size: 1.5em;

text-align: left;

margin-left: 0;
margin-right: 0;
margin-top: 0;
scroll: auto;
scroll-x: disabled;
}

#wrapper {
background: #1a1a1a;
margin-right: auto;
margin-left: auto;
text-align: left;
width: 100%;
}

#nav {
top: 1px;
left: 3px;
font-family: Tahoma;
font-weight: normal;
font-size: 10pt;
width: 950px;
}

#content {
position: relative;
float: right;
margin-top: 20px;
margin-right: 20px;
margin-left: 20px;
width: 94.736842105263157894736842105263%;
overflow: auto;

font-weight: lighter;
font-size: 14pt;
}

A:Link {
color: #dddddd; 
text-decoration: none;
}
A:Visited {
color: #dddddd; 
text-decoration: none;
}
A:Hover {
color: #e64f2d;
text-decoration: underline;
}

#navSC {
    background: url(../images/03b.png) no-repeat;
    height: 53px;
    width: 45px;
}

#navSC:hover {
    background: url(../images/03b-h.png)  no-repeat;
}
hr {
size: 1;
color: #495566;
}

hr.short {
size: 1;
color: #495566;
width: 469px;
text-align: left;/*IE*/
margin: 0 auto 0 0; /*Mozilla*/
}
