/* @override http://www.howardlyon.com/style.css */

/* @override http://fineart.howardlyon.com/wp-content/themes/lyonfineart/style.css */

/*
Theme Name: lyonFineArt
Theme URI: http://www.www.howardlyon/.com
Description: lyonFineArt is a 3 column theme with left and right sidebars. Gravatar, widget and addthis ready.
Version: 3.0
Author: Howard Lyon 
Tags: dark, three columns, widgets

*/

html {
	background: #000;
	text-decoration: none;
	
}

div#main {
	width: 800px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 104px;
}


div#fineart {
	width: 400px;
	height: 400px;
	background-image: url(images/bg/fineart-bg.jpg);
	float: left;
}    

div#fineart:hover {
	background-image: url(images/bg/fineart-bg-over.jpg);

}

div#illustration {
	width: 400px;
	height: 400px;
	background-image: url(images/bg/illustration-bg.jpg);
	float: right;
}    

div#illustration:hover {
	background-image: url(images/bg/illustration-bg-over.jpg);

}
