/*

stylesheet created by johan persson

*/

* {
	margin: 0px;
	padding: 0px;
	}

/* DESiGN */

body {margin: 30px 0 0 20px; background: #f2ebe7;}

#wrapper {width: 720px;}

#top {height: 101px; background: url(inc/logo.gif) no-repeat; margin-bottom: 5px;}
#top h1 {display: none;}

#nav {width: 710px; background: url(inc/nav-bg.gif); padding-top: 12px; height: 23px; padding-left: 10px;margin-bottom: 10px; }

#content {clear: both; width: 700px; padding: 0 10px; font: 16px normal 'georgia', 'times new roman';}

#content-left {width: 500px; float: left; line-height: 150%;}

#content-right {width: 180px; float: right;}

#footer {text-align: center; background: url(inc/footer-bg.gif) no-repeat center; clear: both; padding-top: 60px; font: 14px normal 'trebuchet ms', sans-serif;}

/* NAV */

#nav li {list-style: url(inc/nav-list-style.gif); float: left; margin-right: 20px;}

#nav li a:link, a:visited {color: #6f5033; font: 12px normal 'trebuchet ms', sans-serif; text-transform: uppercase; letter-spacing: 2px; text-decoration: none;}

#nav li a:hover {color: #636155;}

#nav .first {list-style: none;}

/* OTHER */

h2 {font: 36px normal 'georgia', 'times new roman';}


/* COLORS */

#orange {color: #b65334;}
#green {color: #65884e;}
#brown {color: #6f5033;}
#red {color: #954433;}
#light-brown {color: #c18f5a;}
#grey {color: #636155;}