@charset "utf-8";
/* CSS Document */






/*  ###########################################
	# 
	#	Containers 
	#
	#
	#
	########################################### */
body {
	background:url(images/side_spans_top.jpg) repeat-x;
    background-color:#ffffff;   
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	width:100%;
	   
}  


#outside_container {
	background:white;
	clear:both;
	position:absolute;
	height:auto;
	left:0px;
	top:0px;
	width:1024px;
	min-height:1000px;
	margin:0 auto;
}

#title_container {
	background:url(images/fury_01.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:97px;
}

#header_container {
	background:url(images/main_bg.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:98px;
	width:1024px;
	height:379px;
}

#left_shadow {
	background:url(images/fury_04.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:477px;
	width:30px;
	height:109px;
}

#right_shadow {
	background:url(images/fury_06.jpg) no-repeat;
	position:absolute;
	left:997px;
	top:477px;
	width:27px;
	height:122px;
}

#main_container {
	background:white;
	position:absolute;
	left:51px;
	top:484px;
	width:630px;
	height:450px;
}

#postit_container {
	background:url(images/fury_10.jpg);
	position:absolute;
	left:714px;
	top:484px;
	width:277px;
	height:422px;
}

#inner_shadow {
	background:url(images/fury_12.jpg) no-repeat;
	position:absolute;
	left:681px;
	top:503px;
	width:22px;
	height:357px;
}




/*  ###########################################
	# 
	#	Content 
	#
	#
	#
	########################################### */

.inside {
	padding:10px;
}

#header_content { 
	position:absolute;  
    top:95px;   
    left:45px;   
    width:400px;   
    color:#cccccc;   
    font-size:30px;
	font-weight:bold;   
    line-height:35px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}   

#breadcrumbs {
	position:absolute;
	float:left;
	padding-top:10px;	
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	display:inline;
}
	
#main_content {

	position:relative;
	left:10px;
	top:10px;
	width:600px;
	height:350px;
	text-align:left;
	overflow:hidden;

		
}

#postit_content {
	position:relative;
	left:30px;
	top:50px;
	text-align:left;
}

a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
a:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	text-decoration:undeline;
	text-transform:uppercase;
}
a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:blue;
	font-weight: bold;
	text-decoration:underline;
	text-transform:uppercase;
}
a.fl:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
a.fl:active
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	text-decoration:undeline;
	text-transform:uppercase;
}
a.fl:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}
a.fl:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:blue;
	font-weight: bold;
	text-decoration:none;
	text-transform:uppercase;
}

h1,h2,h3,h4,h5,h6{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:black;
}


/*  ###########################################
	# 
	#	Footer
	#
	#
	#
	########################################### */


#footer {   
	position:relative;
	background:#801100;
    border-top:1px solid #333333;

}  


#footer {   
    border-top:1px solid #333333;   
    padding:30px 30px 80px 50px;   
    color:#ffffff;   
    font-size:11px;   
    line-height:14px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}   

#footer span {   
    display:block;   
   	 
    width:700px;   
}   
#footer a {   
    color:#cccccc;   
    text-decoration:none;   
}   
#footer a:hover { color:#ffffff; }  
