
p {
	padding-bottom: 10px;
}
h1 {
	font-size: 30px;
	color:#FF0000;
	padding-bottom: 15px;
	margin-top: -35px;
}
h2 {
	font-size: 20px;
	color:#FF0000;
	padding-bottom: 15px;
}
a {
	color:#FF0000;
}

#pigpaint {
	background-color:#27611D;
	background-image:url(../images/pigpaint-bg.jpg);
	background-position:center -250px;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}

#wrapper {
	background-color: #FFF;
	border-top:none;
	border-right:3px solid #FF0000;
	border-left:3px solid #FF0000;
	border-bottom:3px solid #FF0000;
	color:#333333;
	margin:0 auto;
	margin-bottom: 50px;
	padding:0;
	width:960px;
}
@media only screen and (max-device-width: 480px) {


	#brush {
		display: none !important;
	}
}
#contact {
	position: absolute;
	top:297px;
	margin-left: 250px;
	font-size: 14px;
}
#nav {
	background-image:url(../images/nav-bg.jpg);
	background-position: left;
	background-repeat: repeat-x;
	height: 36px;
	padding: 0;
}
#nav li {
	display: inline;
	padding:0;
	height: 48px;
}
#nav a {
	border-right: 2px solid #FFFF00;
	color:#FFFF00;
	font-size:24px;
	text-decoration: none;
	padding: 7px 12px 7px 10px;
}
#nav a:hover {
	background-image:url(../images/nav-over-bg.jpg);
	color:#a4151b;
}
#nav a.last {
	border-right: none !important;
}
	
#pig {
	position: absolute;
	top:80px;
	margin-left: -60px;
}
#brush {
	position:absolute;
	margin-left:760px;
	top: 140px;
}

#body-content {
	padding-bottom: 30px;
}
#body-content .content {
	border-left: 1px dotted #FF0000;
	border-right: 1px dotted #FF0000;
	padding: 0 9px;
}


/*-----------------------------
-----BLOG UPDATE-----------*/
#blog {
	margin: 0;
}

/*#blog div.even {
	padding: 10px;
	overflow: hidden;
}*/
#blog div.odd,
#blog div.even {
	padding: 10px;
	margin: 10px 0;
	border: 1px dotted #FF0000;
	background-color:#B8DDE6;
}

#ads {
	float:right;
	margin:-40px 0 0;
}
#ads img {
	padding-bottom: 10px;
}


#footer {
	background-color: #FFFF00;
	text-align: center;
	color: #FF0000;
	padding-top: 20px;
	margin: 0;
	width:960px;
}
.footnote {
	font-size: 10px;
	color:#FF0000;
	font-style: italic;
}