@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:"Courier New", Courier, monospace;
	color: #2a2a2a;
	}

html {
	height:101%;
	}

body { 
	background: #61574a url('images/veg.gif') bottom center no-repeat fixed;
	font-size:100%;
	}

#cont {
	padding:20px;
	width:1000px;
	font-size:0.9em;
	margin:0 auto;
	margin-bottom:100px;
	}

a {
	text-decoration:none;
	color:#f1f1f1;
	}
a:hover {
	color: #2a2a2a;
	}

ul, li {
	margin-left:15px;
	background-color: #61574a;
	
	}
	
p {
	background-color:#61574a;
	}
	
#nav {
	font-size:14px;
	float:right;
	color:#f1f1f1;
	}
#nav span {
	padding:0 5px;
	}

.photo {
	background: transparent url(images/frame.png) no-repeat top left;
	width:464px;
	height:375px;
	padding:25px 0 0 30px;
	float:left;
	}

#footer {
	width:100%;
	clear:left;
	color:#f1f1f1;
	text-align:right;
	padding: 50px 0;
	}
#footer a:hover {
	color: #ccc;
	}
