/* css Genevieve Patterson Home Page v0.9 */


/* basic elements */
	body { 
		font-family: Rockwell, "Courier New", courier, Georgia,
                 Times, "Times New Roman", serif; 
		color: #555753; 
		background: #555753; 
		margin: 0; 
		padding: 0;
	}

	#container {
		background:none repeat scroll 0 0 white;
		margin:0 auto;
		min-height: 800px;
		padding:20px 30px;
		width: 60%;
		width:840px;
	}

	ul {
		margin: 0; 
		padding: 0;
	}
	a {
		color: #59C5C7;
		text-decoration:none;
		font-weight:bold;
	}
	
	a:hover {
		color: #333333;
	}	


	.author{
		color: #59C5C7;
	}

	.title,.date{
		color: #555753;
	}

	h3{
		font-style:italic;
	}
	verbatim{
		font-size:small;
		color:  #003F87; 
	}


/* HEADER CLASSES */

	#header {
		height:150px;
		width:100%;
	}

	#maincolumn {
		margin-top:10px;
		padding:10px;
		border: 1px dashed #968895;
	}
	#footer {
		margin-top:10px;
		border-top: 1px dashed #59C5C7;

	}	
		
/* link for thumbnails : <a href="image/"><img src="thumbnails/"></a>*/		
