body {
        background: url(../Resources/bg_squares.gif) repeat-x fixed left bottom;
        margin:0px;
        padding:0px;
        font-family: andale mono,arial,Helvetica,sans-serif;
        color:#666;
        font-size: 12px;
        } 
        
#header {
		 position:relative;
		 /*top: 90%;*/
		 left: 0px;
		 z-index: 10;
		 background: url(../Resources/bg_squares.gif) repeat-x fixed left top;
		 }
		 		 
#Content {
        position:relative;
        left:50%;
        width:600px;
        margin-top:0px;
        margin-left:-340px;
        padding:2px;
        background:none;
        z-index: 9;
        }

#right {
 		position: relative;
		top: 29px;
        text-align: right;
        font-size: 14px;
	 }
	 
#h1 {
        position:relative;
        width:605px;
        height:28px;
        padding-bottom: 2px;
       	border-bottom:1px dashed #cecece;

	}
	
#link { position: relative;
		left: 500px;
		top: 135px;
		width: 200px;
		height: 20px;
		color: #666666;
	  }
	  
#thumbs {
        position:relative;
        width:400px;
        height:45px;
       	margin-top: 2px;
       	background: transparent;
       	}
	 
#image {
        position:relative;
        width:700px;
        height:300px;
       	margin-top: 55px;
       	background: transparent;
       	z-index: 9;
	 }
	 

	 


/*------------------------------------------------------------------*/
/*LINK STYLES*/
/*------------------------------------------------------------------*/

a:link { text-decoration: none ; color: #666666; }
a:active { text-decoration: none; color: #30598c; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #30598c; }







