
/* 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;
 }

#outer {
 text-align:left;
 border: none;
 width:660px;
 margin:auto;
 border:solid #575757;	
 border-width:0px 2px 0px 2px;
 }

#hdr {
 height:150px;
 background:#FFF;
 color: #FFF;
 border:solid #000;	
 border-width:0px 5px 0px 5px;
 }

#bar {
 height:25px;
 background: #fff url(bg1.gif) repeat;	
 color: #333333;
 border:solid #000;	
 border-width:0 5px 0px 5px;
 width:650px;
 }

#bodyblock {
 position:relative;
 background: #fff url(sidewrapper.gif) repeat;
 color: #333333;
 border:solid #000;	
 border-width:0px 5px 0px 5px;
 width:650px;
 padding:0;
 }

#l-col {
 float:left;
 background: none;
 color: #333333;
 width:145px;
 }

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

#ftr {
 height:25px;
 background:#FFF url(footer.gif) repeat;
 color: #333333;
 border: solid #F7FBFF;
 border-width:0px 0px 0px 0px;
 margin:0;
 }

img.ava       { 
        margin:0px;
        margin-right:0px;
        margin-top:0px;
        float: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;  
	}
