/* 
----------------------------------------------------------------------------- 
CSS by softfruit design -- seattle washington usa -- softfruitdesign.com
									
-----------------------------------------------------------------------------*/


/* 
----------------------------------------------------------------------------- 
some RESET
-----------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  margin:0; padding:0; } 

table { border-collapse:collapse; border-spacing:0; } 

fieldset,img {  border:0; } 

address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; } 

ul, li  { list-style-image:none;
 }

ol,ul { list-style:none; } 

caption,th { text-align:left; } 

h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; } 

q:before,q:after { content:''; } 

abbr,acronym { border:0; } 
/* 
----------------------------------------------------------------------------- 
LAYOUT
-----------------------------------------------------------------------------*/


body {
background :#330000;
text-align : center;
padding-top: 50px;
padding-bottom: 20px;
}

div#container {
margin: 0 auto;
width : 725px;
}

div#footer {
text-align:center;
width:100%;
padding-top: 5px;
}


/* 
----------------------------------------------------------------------------- 
TYPE
-----------------------------------------------------------------------------*/

.date
{font-family:arial,helvetica,sans-serif;
font-size:11px;
color:000000}

p {     color : #99ff33;
	font-size : 10px;
	text-decoration : none;
 	font-family : Arial, Helvetica, sans-serif;
} 

a {
	color : #fff;
	font-size : 10px;
	text-decoration : none;}

a:active {
	color: #fff;
	font-size : 10px;
	text-decoration: none;}

a:hover {
	color: #fff;
	font-size : 10px;
	text-decoration:none;}


