/* Global Styles */

body { 
            margin: 0px;  
            font-size: 12px;
			font-family:Verdana, Arial, Helvetica, sans-serif;
			background-image:url(../raise/images/background.jpg);
			background-attachment: fixed;
  			background-repeat: repeat-x;
}

#Content {
	position:absolute;
	left:50%;
	width:800px;
	height:660px;
	margin-top:15px;
	margin-left:-426px;
	text-align:left;
	padding:20px;
	border:4px dotted #FFF;
	background-color:#FFFF23;
	}
			 
			 
a:link{
	text-decoration:none;
	color:#FF8D1C;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a:visited{
text-decoration:none;
color:#FFFFFF;}

a:hover{
	text-decoration:none;
	color:#FFFF23;
}


a img { border-style:none;
			 }

#top  { 
    width: 800px;
	height: 75px;
	position:absolute;
	top:20px;
}

#title  {
	width: 800px;
	height: 50px;
	background-color:#FF8D1C;
	position:absolute;
	top:95px;
	z-index:1000;
}


#bottom {
	width: 784px;
	height: 520px;
	padding: 8px;
	background-color:#FFFFFF;
	position:absolute;
	top:143px;
	z-index:10;
   }
   
   #main {
	width: 739px;
	height: 475px;
	padding: 8px;
	position:absolute;
	background-color:#FFFFFF;
	border-style:dashed;
	border-color:#FF8D1C;
	border-width:5px;
	top:11px;
	left: 18px;
} 
#headlines {
	width: 160px;
	height: 453px;
	padding: 8px;
	border-style:double;
	border-color:#35312C;
	border-width:5px;
	position:absolute;
	top:11px;
	left:587px;
	background-color:#FFFFFF;
 }


	
img a {
	text-decoration: none;
}
	  

h1 {
	font-size:18px;
 	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;    
	padding-left: 5px;
	top:85px;
	left:25px;
}

h2 { 
     font-size: 16px; 
     font-family: verdana, tahoma, sans-serif;
     color: #FF8D1C;
     font-weight: bold;
     padding-top: 0px;
     padding-bottom: 0px;
     margin-top: 0px;
     text-transform: capitalize;  }
	 
h3 {
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	}	
	 
.smallTitle{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#97291E;
	font-weight:bold;
	} 
	
p{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	} 
#links {
	text-align: center;
	width: 99%;
	margin: 0px;
	background-position: center;
	position: absolute;
}

#home {
	position:absolute;
	right:6px;
	top: 11px;
 }

.other { font-size: 12px; padding-left: 2px }

