/* --------------------------------------------------------------------

	Title:	WhoIsHermanWallace.com master stylesheet for screen media
	Author: the.knife@mac.com
	Update:	June 7 2008

-------------------------------------------------------------------- */
<!--
    body {
        background: #000;
        min-width: 1040px;
        font: 100% Verdana, Arial, Helvetica, sans-serif;
    }

/* anchor styling */
    
/*   .blue a:link {
    	text-decoration: none;
    	color: #00aeef;
    	font-size: 1em;
    }
*/

    a {
		text-decoration: none;
    	color: #434341;
    	font-size: 1em;
}

/*
    .blue a:hover {
    	text-decoration: underline;
    	color: #00aeef;
    	font-size: 1em;
    }
 */
	a:hover {
    	text-decoration: underline;
    	color: #434341;
    	font-size: 1em;

}

/* div positioning */

    #left {
        float: left;
    }
    #right {
        background: #fff;
        width: 200px;
        height: 200%;
        float: right;
        padding: 6px;
        font-size: 1em;
 
    }

/* image styling for cycle plugin */

.pics {  
    height:  630px;  
    width:   640px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {    
    background-color: #000;  
    width:  640px; 
    height: 630px; 
    top:  0; 
    left: 0;
} 

/* text styling */
    
    
    .text {
    	padding-bottom: 10px;
    	padding-top: 10px;
    	border-bottom: 1px dotted black;
    	border
    }
    .text_1 {
    	font-size: 1em;
    	font-weight: bold;
    }
    .text_2 {
    	font-size: .9em;
    }
    .text_3 {
    	font-size: .8em;
    	
    }
    .text_4 {
    	color: #00aeef;
    	font-size: 1em;
    }
    .text_5 {
    	font-size: 2em;
    	font-weight: bold;
    }
    .text_6 {
    	font-size: 1.5em;
    	font-weight: bold;
    }

/* dotted line */

      
   .line {
    	padding-top: 6px;
    	padding-bottom: 6px;
    	border-bottom: 1px dotted #000;
    }

	.newline {
    	padding-bottom: 6px;
    	border-top: 1px dotted #000;
    }

/* main content div */
 
 	#wrapper {
		padding: 15px;
	}
    #content_table {
        height: 100%;
    }

/* column styling */

	#col_1 {
		width: 640px;
	}
    
    #col_2 {
        width: 200px;
        min-width: 200px;
        background: #fff;
        padding: 6px;
        font-size: 1em;
}
    
    #col_3 {
        width: 200px;
        min-width: 200px;
        background: #fff;
        padding: 6px;
        font-size: 1em;

    }

 -->
