
/* Layout Stylesheet */ 

body {
 margin:0px;
 background: #777676 url(wallpaper.gif) bottom left fixed repeat-x;
 color: #777676;
 text-align:center;
 font-family: arial, helvetica, sans-serif;
 font-size: 12px;
 padding:0;
 }

#cont {
 width:495px;
 background:#FFF url(wrapper.gif) repeat;
 color: #333333;
 border:solid #000;	
 border-width:0 0px 0px 0px;
 text-align:left;
 }

#container{
 text-align:left;
 width:0px;
}

#extra{
 float:left;
 margin-left:260px;
 width:495px;
 background:#FFF url(wrapper.gif) repeat;
 color: #333333;
 border:solid #000;	
 border-width:0px 5px 0px 5px;
 text-align:left;
}

	/* General linkology */
	
a:link, a:visited {
	font-weight: bold;
        text-decoration: none;
	color: #737373;
	background: transparent; 
	}

a:hover {
	font-weight: bold;
	color: #DE007E;
	background: transparent; 
	}

a:active {
	font-weight : none; 
	text-decoration : none;
	color: #737373;
	background: transparent;  
	}