body {
margin: 0;
background-color: #262626;
}

body, th, tr {
color: #fff;
font-size: 12px;
font-family: "Lucida Grande",Arial,sans-serif;
}

.Error {
color: #c00;
}

#OuterBox {
width: 982px;
margin: auto;
}

#Header {
/* background-image: url('../images/HeadLogo.jpg');
background-repeat: no-repeat;
text-align: right; */
margin-top: 20px;
padding-bottom: 18px;
border-bottom: 4px solid #6e6e6e;
width: 982px;
}

#HeadImage {
width: 734px;
}

A {
color: #fff;
}

/* Content Box */
#ContentCell {
padding-left: 22px;
padding-top: 1.5em;
}

#MainContent {
margin-top: 1em;
width: 525px;
}

#MainContent P {
margin-top: 0;
}

#RightColumn {
margin-top: 1em;
float: right;
}

#Footer {
border-top: 4px solid #6e6e6e;
padding: 10px;
margin-top: 1em;
margin-bottom: 1em;
}

/* Left Menu */
#LeftMenu {
margin-top: 1.5em;
width: 226px;
text-align: right;
}

#LeftMenu A {
display: block;
color: #fff;
text-decoration: none;
}

#LeftMenu h1 {

}

#LeftMenu A:Hover {
text-decoration: underline;
}

#LeftMenu H2 {
font-size: 1.2em;
text-transform: uppercase;
font-weight: bold;
margin-top: 1.5em;
margin-bottom: 0;
}


/* Menu Titles */
/* code for all styled headers */
h1 span {
display: block;
/* place the span on top */
position: relative;
z-index: 1;
}

h1 {
overflow: hidden;
}

#Title_OneLife, #Title_OneLife span {
margin-top: 0;
height: 32px;
background-image: url('../images/title_onelife.jpg');
background-repeat: no-repeat;
background-position: right 0;
}

#Title_OneLife span {
margin-bottom: -75px;
}

#Title_OneToOne, #Title_OneToOne span {
height: 32px;
background-image: url('../images/title_onetoone.jpg');
background-repeat: no-repeat;
background-position: right 0;
}

#Title_OneToOne span {
margin-bottom: -75px;
}

#Title_OneWork, #Title_OneWork span {
height: 32px;
background-image: url('../images/title_onework.jpg');
background-repeat: no-repeat;
text-indent: -10em;
overflow: hidden;
background-position: right 0;
}

#Title_OneWork span {
margin-bottom: -75px;
}

.NewsComment {
background-image: url('../images/CommentTag.jpg');
background-repeat: no-repeat;
padding-left: 50px;
padding-bottom: 10px;
}