BODY {
        font-family: Lucida Sans Unicode;
		/*font-family: "Segoe UI", Arial, Helvetica, sans-serif;*/
        font-size: 10pt;
        color: #222222;
        background: #ffffff;
		text-align: center;
}


p {
		padding-top: 5px;
		font-weight: normal;
}



a {
        text-decoration: none;
        color: #222222;
}

a:hover {
        text-decoration: none;
        color: #600000;
}



#wrapperContent {
		width: 550px;
		position: relative;
		left: 20px;
		height: auto;
}
		
		
#wrapperAll {
        width: 800px;
		margin: auto;
		text-align: left;
		height: auto;
}

#header {
        height: 110px;
        background: url('http://www.vitorjesus.com/header.png') no-repeat 100% 100%;
        margin:0px;
		text-align: left;
		background-position: left top;		
}


#sitemenu {
		font-size: 30%;
        height: 100px;
        position: absolute;
        top: 7px;
        left: 240px;
        text-align: left;
}

#sitemenuChoices {
		font-size: 8pt;
        text-align: left;
        padding-left: 5px;
        background: #D00000;
}


#sidebar {
        width: 140px;
		position: absolute;
		left: 900px;
		text-align: left;
}	




#sep {
        height:10px;
        clear: both;
}



#footer {
		font-size: 80%;
        padding-top:20px;
        font-weight: normal;
        text-align: center;
}


#box {
		font-size: 80%;
        padding-top:0px;
        font-weight: normal;
        text-align: left;
}


#gChatPlugin {
        height: 50px;
        padding-right:0px;
        padding-top:0px;
}

#postGroupCollapsable {
        height: auto;
        padding-left:0px;
        padding-top:40px;
        font-weight: bold;
}

#postGroupTitle {
        height: 20px;
        padding-left:0px;
        padding-top:0px;
}

#postTitle {
        padding-left:0px;
        padding-top:10px;
/*        border: 1px DOTTED #AAAAAA;*/
        font-weight: normal;
        font-style: italic;
        border-bottom: 1px DOTTED #BBBBBB;
}

#postContent {
        height: auto;
        padding-left:20px;
        padding-top:0px;
        font-weight: normal;
}


#postGroupFooter {
        font-weight: normal;
        font-size: 70%;
        text-align: right;
        color: #000000;
}


