html{
margin: 0px;
padding: 0px;
height: 100%;
}


body{
background-image: url(images/bg.gif);
background-repeat: repeat-x;
background-position: top left;
background-color: #ff0054;
font-family: Helvetica, Arial, Tahoma, sans-serif;
color: #333;
font-size: 13px;
margin: 0px;
padding: 0px;
height: 100%;
}

img{
border: none;
}

a{
color: #FFF;
}

.cb{
clear: both;
}

#container{
width: 900px;
margin-left: 0px;
overflow: hidden;
background: #202020;
background-image: url(images/rightshadow.gif);
background-repeat: repeat-y;
background-position: 0px 0px;
min-height: 100%;
border-right: 1px solid #9a0033;
}

#content{
float: left;
width: 600px;
background: #333;
min-height: 100%;
}

#insider{
padding: 70px;
padding-top: 0px;
margin-top: 0px;
}

#insider2{
margin-top: 30px;
color: white;
}

#pagest{
background-color: #222;
padding: 10px;
text-align: center;
color: white;
}

#pagest a{
text-decoration: none;
color: #666;
}

.post{
margin-bottom: 10px;
overflow: hidden;
padding: 20px;
background-color: #454545;
}

.avatar{
float: left;
border: 2px solid #DDD;
margin-right: 20px;
display: block;
height: 48px;
width: 48px;
overflow: hidden;
}

.postText{
color: white;
float: left;
width: 345px;
}

.fromUser{
font-weight: bold;
text-decoration: none;
color: #b8dbff;
}

.date{
font-size: 10px;
color: #999;
}

#right{
float: left;
width: 300px;
color: #AAA;
font-size: 11px;
margin-top: 30px;
}

#logoHold{
display: block;
text-indent: -99999px;
outline: none;
background-image: url(images/logo-small.gif);
background-repeat: no-repeat;
height: 71px;
margin-bottom: 30px;
width: 218px;
margin-left: auto;
margin-right: auto;
}

h2{
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 14px;
font-style: italic;
margin: 0px;
padding: 0px;
margin-bottom: 10px;
}

.about{
margin: 20px;
margin-top: 0px;
border-top: 1px solid #333;
padding-top: 30px;
}

.about strong{
color: white;
}

.ad{
margin: 20px;
margin-top: 30px;
border-top: 1px solid #333;
padding-top: 20px;
text-align: center;
font-style: italic;
font-family: Georgia, Times, "Times New Roman", serif;
font-size: 11px;
color: #444;
}

.ad img{
margin-top: 10px;
}

#creditz{
margin: 20px;
margin-top: 30px;
border-top: 1px solid #333;
padding-top: 30px;
font-size: 11px;
color: #666;
}

#creditz a{
text-decoration: none;
color: #999;
}

#creditz a:hover{
color: white;
}

.disclaimer{
font-size: 10px;
color: #333;
}