* {margin:0; padding:0;}
html, body {height: 100%;}
body {background-image: url(images/background.png); font-family: Helvetica; font-size:14px; line-height: 18px; background-color: #FFF; color: #232222;}
ul {list-style: none inside;}
ol {list-style: decimal inside;}
a {outline: none; text-decoration:underline; color: #fccc77;}
a:hover {color: #76441f;}
a img {border:none;}
img {vertical-align: middle;}
table {border-collapse: collapse;}

img {padding: 0; max-width: 100%;}

h1, h2, h3 { font-weight: normal; margin-bottom: 12px; }

.clear {clear: both;}

#header {
}

#outer-shell {
	width: 100%;
	height: 100%;
	/*background-image: url(images/background.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom right;
	background-attachment: fixed;
	
}

#page-wrap {
	width: 960px;
	margin: 0 auto;
}

#content {
 	width: 610px;
 	float: right;
 	margin-right: 80px;
 	margin-top: 10px;
}

#sidebar {
	width: 240px;
	float: left;
	background-image: url(images/sidebar.jpg); background-repeat: repeat-y;
}

#sidebar a {
	color: #fccc77;
}

#sidebar a:hover {
	color: #76441f;
}

#main-links {
	margin-bottom: 20px;
}

#main-links li {
	width: 100%;
	text-align: center;
	padding: 15px 0;
}

#small-links {
	margin-bottom: 20px;
}

#small-links li {
	font-size: 11px;
	text-align: right;
	margin-right: 50px;
}

.patty-portal-entry {
	margin-bottom: 40px;
	clear: both;
	background-color: #76441f;
	border: 1px dashed #220f09;
}

.patty-portal-entry p {
	width: 350px; 
	float: left;
	color: #f8e7c8;
}

.patty-portal-entry img {
	width: 198px;
	float: left;
	margin: 20px;
}
	
.patty-portal-entry h1 {
	margin-left: -5px;
	color: #f8e7c8;
}

.patty-portal-entry a:hover {
	color: #fff;
}

.entry-inner {
	padding-top: 42px;
	width:350px;
	float: right;
	margin-right: 20px;
	}


.intro {
	background-color: ;
}

.intro p {
	color: #f8e7c8;
	margin-bottom: 20px;
}

.intro h1 {
	
	font-weight: normal;
	color: #fccc77;
	text-transform: uppercase;
	
}

