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


@import url("forms.css"); /* forms styling */

body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#761212;
	padding: 0px;
	margin-top:20px;
	
}

div.wrap {
	text-align:center;
	margin:auto;
	width:750px;
}


div.bar {
	width:710px;
	height:30px;
	text-align:right;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	}
	
div.leftcol {
	width:160px;
	height:100%;
	padding-top:20px;
	padding-bottom:0px;
	padding-left:20px;
	padding-right:20px;
	text-align:left;
	
	}
	
div.rightcol {
	width:530px;
	height:100%;
	text-align:left;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:10px;
	margin-right:10px;
	background-image:url(../images/large-pig.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
	
div.rightcol2 {
	width:500px;
	height:100%;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:30px;
	padding-right:10px;
	margin-right:10px;
	background-image:url(../images/large-pig.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	}
	
div.navbar {
	width:140px;
	height:25px;
	background-image:url(../images/navbar.gif);
	background-repeat:no-repeat;
	padding-top:10px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:0px;
	text-align:left;
	}
	
div.flashbox {
	width:530px;
	height:230px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;	
}

div.footer {
	width:730px;
	height:18px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	padding-top:0px;
	padding-bottom:2px;
	padding-left:20px;
	padding-right:0px;	
	text-align:center;
	}


	
/* text and link formatting */


	
.style1 {
	font-family:century gothic, arial, helvetica;
	font-size:14px;
	color:#FFFFFF;
	letter-spacing:2px;
	}
	
.style2 {
	font-family:century gothic, arial, helvetica;
	font-size:14px;
	color:#88171F;
	text-align:left;
	}

.style3 {
	font-family:century gothic, arial, helvetica;
	font-size:14px;
	color:#333333;
	text-align:left;
	}
	
.style4 {
	font-family:century gothic, arial, helvetica;
	font-size:13px;
	color:#333333;
	text-align:left;
	}

.style5 {
	font-family:century gothic, arial, helvetica;
	font-size:14px;
	color:#580F16;
	text-align:left;
	font-weight:bold;
	}
	
.style5b {
	font-family:century gothic, arial, helvetica;
	font-size:13px;
	color:#580F16;
	text-align:left;
	font-weight:bnormal;
	}

.style6 {
	font-family:Century Gothic, Arial, Helvetica;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	}
	
.style6b {
	font-family:Century Gothic, Arial, Helvetica;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	}
	
ul.ul1 {
	list-style:none;
	font-family:century gothic, arial, helvetica;
	font-size:13px;
	color:#333333;
	text-align:left;
	}	
	
a.link1:active, a.link1:visited, a.link1:link {
	width:120px;
	font-family:Century Gothic, Arial, Helvetica;
	font-size:14px;
	color:#88171F;
	font-weight:normal;
	text-decoration:none;
	padding-right:40px;
	background:none;
	}
	
a.link1:hover {
	background:url(../images/pig-icon.gif) no-repeat right;
	}
	
a.link2:active, a.link2:visited, a.link2:link {
	font-family:Century Gothic, Arial, Helvetica;
	font-size:12px;
	color:#666666;
	font-weight:normal;
	text-decoration:none;
	}
	
a.link2:hover {
	color:#88171F;
	}
	
a.link2b:active, a.link2b:visited, a.link2b:link {
	font-family:Century Gothic, Arial, Helvetica;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration:none;
	}
	
a.link2b:hover {
	text-decoration:underline;
	}

img.thumb {
	padding:6px;
	border:#CCCCCC 1px solid;
	}
	
img.thumb:hover {
	border-color:#88171F;
	}
	

img.img1{
	border:#88171F 1px solid;
	}