body {
	background-color: #404040;
	background-image: url('/webimgs/swwils_bg.jpg');
	background-repeat: repeat-x;
	font-family: Verdana, Helvetica, sans-serif;
	color: white;
}
input, textarea, select { 
	font-family: Tahoma, Geneva, sans-serif;
	font-size:9px;
	margin: 1px;
}
input[type=text], textarea, select {
	background-color: #EEE;
	border: 2px;
}


#leftlink { left:0; float:left; }
#rightlink { right:0; float:right; }

div#inner {
	position:relative;
	width:820px; 
	margin:0 auto;
	padding:0 0 0 0;
	background-color:#000;
	font-size:0px;
	text-align:center;
}

#leftlink, #rightlink {
	width:48%;
	height:545px; /* Trick IE into showing hover */
	display:block;
	cursor: hand;
	cursor: pointer;
}
div#links {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:545px;
	z-index:10;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}

div#links {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:545px;
	z-index:10;
	filter:alpha(opacity=80);
	opacity:0.8;
	-moz-opacity:0.8;
}

	
h1 { font-size: 21px; padding-top:5px; }
form { margin: 0px; }
a:link { color: #CCCCCC; text-decoration: none; }
a:visited {color: #CCCCCC; text-decoration: none; }
a:active {color: #CCCCCC; text-decoration: none; }
a:hover {color: #FFFFFF; text-decoration: none; }
img:hover {color: #FFFFFF; border-color: #FFFFFF; text-decoration: none; }
img {color: #CCC; border-color: #CCC; text-decoration: none; }
#main {
	width:760px;
}
.mainbody #container {
	width:820px;  /* this will create a container 820px wide (centered) */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color:#FFFFFF;
		
}
.mainbody #header {
	background: #000000;
	padding: 0 5px 0 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.mainbody #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
}
.mainbody #thumbsarea {
	margin: 0;
	padding: 0 10px;
	background-color: #000000;
}
.mainbody #thumbsarea p{ 
	margin: 0; /* zeroing the margins of the first element will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 
.mainbody #thumbsarea h1 {
	margin: 0; /* zeroing the margin of the last element will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;
}
.mainbody #imagearea {
	padding: 0px;
	background-color: #000000;
	text-align: center;
}	
	.mainbody #imagearea h1 {
	margin: 0; /* zeroing the margin of the last element div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#FFFFFF;

}
.mainbody #captionarea { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color:#FFFFFF;
} 

.mainbody #gallerynamearea{ 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color:#FFFFFF;
} 
.mainbody #gallerynamearea p{ 
	margin: 0; /* zeroing the margins of the first element will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 
.mainbody #captionarea p {
	margin: 0; /* zeroing the margins of the first element will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.mainbody #shoparea{ 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
	color:#FFFFFF;
} 
.mainbody #shoparea p{ 
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 
