html, body {
	margin: 0;
	padding: 0;
}

b {color: #bb3e3c;}
i {color: #e1816b;}
u {color: #bb3e3c;}
strong {color: #A3B997;}
del {color: #7a5e62;}
A:link { text-decoration: none; color:#bb3e3c; cursor: pointer ;}
A:active {text-decoration: none; color:#d5c89f; cursor: pointer ;}
A:visited {text-decoration: none; color:#e1816b; cursor: pointer ;}
A:hover { text-decoration: none; color:#e1816b; cursor: pointer ;}


body {
	font-family: Arial;
	font-size: 8pt;
	color: #000000;
        background-image: url("http://picju.com/images/02520904392230742320.png");
	background-color: #ffffff;
        background-repeat: repeat-x;
}


#content {
        width: 400px;
	background-color: #ffffff;
        position: absolute;
        top: 500px;
        left: 385px;
	padding: 50px;

}

#sidebar {
        float: left;
	width: 200px;
	background-color: #ffffff;
        position: absolute;
        top: 500px;
        left: 155px;
	padding: 50px;
}


h1 {
        background-image: url(http://picju.com/images/72128278581282601954.png);
        background-repeat: repeat-y;
        background-color: #ffffff;
        margin-bottom: 1px;
        margin-top: 1px;
        line-height: 10px;
        font-size: 14px;
        font-family: arial;
        text-shadow: 0.1em 0.1em 0.2em #e1816b;
        text-transform: uppercase;
        color: #ffffff;
        text-align: center;
        padding: 5px;
}



.contentoutline {
        outline-style: none; 
        outline-color: #e1816b;
}

a:link img { 
border:1px solid #9f9269;
padding:1px;
background:#FFFFFF;
} 

a:visited img { 
border:1px solid #7a5e62;
padding:1px;
background:#FFFFFF;
} 

a:hover img { 
border:1px solid #e1816b;
padding:1px;
background:#FFFFFF;
}
