/* CSS Document */
@import url(styles_works.css);
@import url(styles_about.css);
@import url(styles_thumbs.css);

html, body, h1, h2, p { margin:0; padding:0;}
html { background-color:#fafaf4;}
#container { width:100%; margin:0 auto;}
#top_border, #footer { width:100%; height:45px; background-color:#ddddc8;}
#nav_bg { width:100%; height:80px; background-color:#4e433d;}
#nav { width:725px; height:80px; margin:0 auto;  background-image:url(images/header.gif); background-repeat:no-repeat; background-position:0% 50%; }
#nav h1 { font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; margin:0 0 0 -9999px;  padding:0;}
ul { list-style-type:none; margin:0; padding:15px 0 0 0; text-align:right;}
ul li { display:inline; padding:0 0 0 15px;}
ul li a:link, ul li a:visited { font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; text-decoration:none; color:#fafaf4;}
ul li a:hover { color:#7b974e;}
#content { width:725px; margin:30px auto;}
#content p {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e433d;
	line-height:1.8em;
}
#content p.home {
	text-align:justify;
}

#content p img { float:left; margin:5px 15px 5px 0;}
#content p a:link, #content p a:visited { color:#7b974e; text-decoration:none;}
#content p a:hover { color:#304a00;}
#footer p { width:725px; margin:0px auto; padding:10px 0 0 0; font-family:"Trebuchet MS",Arial, Helvetica, sans-serif; font-size:11px;color:#7b974e; }
#footer { clear:both;}
