/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-attachment: fixed;
	background-image: url(images/main-bg.png);
	background-repeat: no-repeat;
	background-color: #DEBE95;
}

#wrapper { 
 margin: 0 auto;
 width: 999px;

}
#midimg {
	margin: 0;
	position: relative;
	top: -25px;
}
#flash {
	width: 297px;
	padding: 0px;
	height: 280px;
	position: relative;
	top: -28px;
	left: -25px;
}
#header {
	width: 999px;
	height:179px;
	float: left;
	margin: auto;
	background-image:url(images/header-slice_02.png);
	background-repeat:no-repeat;
}

/*#sec01 {
	width: 700px;
	height:300px;
	float: none;
	background-image:url(images/slice1.png);
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}*/
#sec02 {
	width: 680px;
	height:auto;
	float: none;
	margin-bottom: 10px;
	background-image:url(images/slice2.png);
	background-repeat:repeat;
	padding: 10px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;	
}

#leftcolumn {
	height: auto;
	width: 255px;
	float: left;
	background-image:url(images/Headings/bar_02.png);
	background-repeat:repeat;

}
#rightcolumn { 
 float: left;
 height: auto;/*
 width: 710px;*/
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 margin: 0px auto;
 padding: 10px;
}

#footer2 { 
 width: 900px;
 clear: both;
 color: #333;
 margin: 0px auto;
 padding: 10px;
}



/*Example CSS for the two demo scrollers*/

#pscroller1{
width: 199px;
height: 200px;
padding: 20px;
}

#pscroller1 a{
text-decoration: none;
}

.img-nopad{
	position: relative;
	left: -10px;
}
