/* Wretchedmovie.COM */

    BODY {
		margin: 10px 10px 10px 10px;
		background: #000000 url(http://www.wretchedmovie.com/images/background.jpg) repeat fixed;
		color: #FFFFFF;
		font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
		font-size: x-small;
		text-align:;
	    scrollbar-face-color: #333333;
	    scrollbar-highlight-color: #000000;
	    scrollbar-shadow-color: #000000;
	    scrollbar-3dlight-color: #999999;
	    scrollbar-arrow-color:  #EC132E;
	    scrollbar-track-color: #333333;
	    scrollbar-darkshadow-color: #C0C0C0;
	}
	
	/* Color from TEST graphic - #EC132E */

    P, PRE {		
		font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
		font-size: x-small;
		text-align:;
		}

    A:link { 
	    text-decoration: none;
		color: #FF0099;
        }
		
    A:hover { 
        text-decoration: underline overline;
	    font-weight:;
        color:;
; color: #FF0099
	    }  

    A:active { 
	    text-decoration: none;
		color: #FF0099;
	    }

    A:visited { 
	    text-decoration:;
		color: #FF0099;
	    }  
		
	IMG {
	    border: 0;
		}
		
	#header {
	    margin: 10px 10px 10px 10px;
		border: ;
		color: #FFFFFF;
		font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
		font-size: x-small;
		text-align:;
		position: relative;
		}
		
	#nav {
	    width: 100%;
		color: #FFFFFF;
	    background:;
		border: ;
		font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	    font-size: x-small;
		text-align: center;
		padding: 1px;
		}

    #left {
        margin: 40px 0px 0px;
	    position:absolute;
	    width:25%;
	    top:20px;
	    left:0px;
	    background:;
	    border:;
	    font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	    font-size: x-small;
	    padding:10px 10px;
	    z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	    voice-family: "\"; clip:    rect(-30px 0px 0px 0px); background-image: url(/Backgroundred&black.gif)}\"";
	    voice-family:inherit;
	    width:120px;
	    }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
    body>#left {width:122px;}
	
	/* All the content boxes belong to the content class. */
    #content {
	    position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	    width:auto;
	    min-width:120px;
	    margin:-15px 170px 20px 140px;
	    font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	    font-size: x-small;
	    padding:10px;
	    z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	    }
		
    #right {
        margin: -60px 0px 0px;
	    position:absolute;
	    width:25%;
	    top:20px;
	    right:-80px;
	    font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
	    font-size: x-small;
	    padding:121px 121px;
	    z-index:1;
/* Again, the ugly brilliant hack. */
	    voice-family: "\"; clip:    rect(-30px 0px 0px 0px)}\"";
	    voice-family:inherit;
		width:122px;
	    }
/* Again, "be nice to Opera 5". */
    body>#right {width:122px;}
	
	#area {
	    border: 2px solid #EC132E;
		padding: 0px;
		}
		
    #footer {
	    margin: 10px 10px 10px 10px;
		border: ;
		font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
		font-size: x-small;
		position: relative;
		padding: 10px;
		text-align:;
		} 

	.attention {
	    font-family: Verdana, Arial, Tahoma, Helvetica, Sans-Serif;
		color: #CC0000 ! important;
		font-weight: bold ! important;
		}
		
	.title {
	    border-top: 1px solid #EC132E;
		border-left: 1px solid #EC132E;
		border-right: 1px solid #EC132E;
		padding: 0px;
		text-align: center;
		}
		
	.title2 {
	    background: #EC132E;
	    border-top: 1px solid #EC132E;
		border-left: 1px solid #EC132E;
		border-right: 1px solid #EC132E;
		padding: 0px;
		text-align: center;
		}