body {
 background: #101010;
 color: white;
 font-family: Verdana;
 font-size: 10pt;
 margin: 0;
 padding: 0;

}

html, body {
 height: 100%;
}

#main_container {
 background: url(../images/mcbackground2.jpg) repeat-y #660000;
background-color: #660000;
 width: 760px;
 margin-left: auto;
 margin-right: auto;
 min-height: 60%;
 position: relative;
 padding-bottom: 15px;
 border-left: 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
}

#footer {
 padding: 10px;
}

a:link, a:visited, a:hover {
 text-decoration: none;
 font-weight: 600;
}

a:link, a:visited {
color: yellow;
}

a:hover {
 color: khaki;
}

#left {

 width: 140px;
 float: left;
 padding-top: 20px;
 color: white;
}

#left h3, h3 {
 font-family: Verdana;
 font-size: 12pt;
 color: white;
}

#left h3 {
 padding-left: 10px;
}

a.mainlevel:link, a.mainlevel:visited {
display: block;
color: white;
background-color: #660000;
/* width: 100px;*/
text-decoration: none;
font-weight: normal;
}

a.mainlevel:hover {
background-color: maroon;
color: white;
font-weight: normal;
}

a.mainlevel:link, a.mainlevel:visited, a.mainlevel:hover {
 padding-left: 17px;
 padding-right: 0px;
 padding-top: 3px;
 padding-bottom: 3px;
 margin-left: 0px;
}

#mainlevel, #portfoliolist, #profilelist, #hostedlist {
 margin-left: -10px;
 padding-left: 10px;
 list-style-type: none;
 border-top: 1px solid black;
/* width: 100px;*/
}

#mainlevel li, #portfoliolist li, #profilelist li, #hostedlist li {
border-bottom: 1px solid black;
/* width: 100px;*/
 margin-left: 0px;
 padding-left: 0px;
}

#top {
 background: url(../images/ACNMainBanner.png) no-repeat center center #4D0000;
 width: 760px;
 height: 100px;
 margin-left: auto;
 margin-right: auto;
 position: relative;
 border-left: 1px solid black;
 border-right: 1px solid black;
 border-bottom: 1px solid black;
}

#main_content {
 margin-left: 150px;
 padding-left: 0px;
 padding-top: 1px;
 padding-right: 35px;
}

h3.mvheader {
 color: yellow;
 font-family: "Times New Roman";
 font-size: 24pt;
 font-weight: bold;
}

span.siteblurb {
 text-align: center;
 margin-left: auto;
 margin-right: auto;
 font-size: 8pt;
}

#eXTReMe {
 right: 10px; 
 bottom: 0px; 
 position: absolute;
}

#footer {
 padding-bottom: 20px;
}

