html,body{
	text-align:center;
	background-color: #990000;
	margin:0px;
}

body {
	background: url(img/background.gif) top center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
}

#content {
	width: 862px;
	margin: 0 auto;
	padding:0px;
	padding-bottom:10px;
	text-align:left;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 5px;
}

.textmorm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 15px;
}
.box {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px dashed #FF0000;
}

table.releases{
	border-width: 0px 0px 0px 0px;
	border-collapse: separate;
}
table.releases th {
	border-width: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: red;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.releases td {
	border-width: 1px 1px 1px 1px;
	border-style: dotted dotted dotted dotted;
	border-color: red;
	-moz-border-radius: 0px 0px 0px 0px;
}

#left{
float:left;
width:49%;
padding-bottom:20px;
}

#right{
float:left;
width:49%;
padding-bottom:20px;
border-left: 1px dotted red;
-moz-border-radius: 0px 0px 0px 0px;
}

#footer{
	text-align:center;
	background:url(img/footer.jpg) center top no-repeat;
	padding-top:20px;
	margin-top:40px;
	font-size:80%;
}
/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px 10px 0px 10px;
}

h1{
 font-size: 260%;
 font-weight:normal;
}

h2{
 font-size: 150%;
  font-weight:normal;
}

h3{
 font-size: 100%;
}

h4{
 font-size: 100%;

}

h5{
 font-size: 100%;
 font-weight: normal;
}

p {line-height:1.5em;padding-left:10px; padding-right:10px;}
.red{color:#ff0000;}
.arrows{margin-bottom:-7px;border:none}
/***********************************************/
/* Link styles                               */
/***********************************************/ 

a.white:link, a.white:visited, a.white:hover {
	color: #fff;
	text-decoration: underline;
}

a.white:hover {
	text-decoration: none;
}

a.whiteIn:link, a.whiteIn:visited, a.whiteIn:hover {
	color: #fff;
	text-decoration: none;
}

a.whiteIn:hover {
	text-decoration: underline;
}

a:link, a:visited, a:hover {
	color: #c60000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}