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

body {background:url(../images/wood-bg.jpg); background-repeat:repeat;}

#wrapper {
	width: 980px;
	margin: 10px auto 0;
	background: url(../images/content-980.png); 
	background-repeat:repeat-y;
}

.header {width:980px; height:180px;}
#postit {width: 220px; height:180px; float:right;}
#postit img {border:none;}
#logo {width: 760px; height: 180px; float:left;}
#logo img {border:none;}
#content {width:980px; height:600px;}
#sidebar {width: 198px; padding-left: 34px;}
.clear { clear:both;}
#footer {
	width:980px;
	height:52px;
	background:url(../images/footer-980.png);
	margin:0 auto;
	text-align: center;
	padding: 60px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#4A1F0E
}
#footer a { color:#4A1F0E; text-decoration:none;}
#menu {
	width: 174px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#4A1F0E
}
#menu a { color:#4A1F0E; text-decoration:none;}
#menu a:hover { color:#4A1F0E; text-decoration:underline;}
#menu ul,li {list-style-image:url(../images/clip.png);}
#info {
	width:680px;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 20px 40px 0;
	text-align: justify;
}
#info ul,li { list-style-type: circle;
list-style-image:none;
}
h1 {font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#4A1F0E;
	margin: 6px 0;}
#info p {margin:10px 0}	
