/*
	projects.css
	CSS file to help standardize Eric's Projects pages
*/

body {
	background-image: url('http://projects.ericshalov.com/graph.jpg');
	background-color: #B0B0B0;
	padding: 0px;
	color: black;
}

#small_print {
	font-family: Times, serif;
	font-style: normal;
	font-variant: small-caps;
	font-size: 11px;

	text-align: center;
}

#header {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 20px;

        position: relative;
        background: url('http://projects.ericshalov.com/waterpaper.gif');
        background-color: white;
        color: black;
        width: 100%;
	margin-bottom: 5px;
        padding: 5px;
        text-align: left;
}

#fine_print {
	font-family: Times, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-size: 10px;

	text-align: center;
	font-size: 12px;
}
