html,body {
	margin:0px auto;
	padding:0px;
	font-family:times new roman, times;
        height:100%;
	}
img{
border:0px;
}

a{
color:#990505;
text-decoration:none;
}
a:link{
color:#990505;
text-decoration:none;
}
a:hover{
color:#990505;
text-decoration:underline;
}
a:visited{
color:#9F6E6E;

}

#title {
    font-family:times new roman, times;
	font-size:14pt;

	line-height:28px;
	font-weight:900;
        color:black;
	}

#title a{
     color:black;
     }
#title a:link{
     color:black;
     text-decoration:none;
}
b, i, u{
font-size:11px/20px;
}
p {
	font:12px/20px times new roman, times;
	margin:0px 0px 16px 0px;
	padding:0px;
	}


#Header {
	padding-left:8px;
        width:760px;
}

#content {
        margin-top:0px;
	padding:10px;
	width:540px;
	}

#sidebar {
   margin-top:0px;
    padding-left:18px;
    border-right:solid black 1px;
    width:210px;
	
}

#wrapper{
margin:0px auto;
width:760px;
padding:0px;
background: url(../../images/paper/background.jpg) repeat-y center top;
height:100%;
}

.box{
background:#990505;
border:1p solid black;
color:white;
}


