* {
padding: 0;
margin: 0;
} 

body {


	margin: 10px;
	padding: 0;
	background: #ffffff;
	background-image: url(http://www.beasyouare.com/images/background.gif);
	background-repeat: repeat
	color: #000000;
	font: 12px Verdana, Arial, Tahoma, sans-serif;
	line-height: 20px;
} 
p {	font-size: 12px;
	color: #333333;
	letter-spacing: 0px;
	padding: 15px 0 0 10px;
}

img {border: 1px;}
a{
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
}

a.image { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 100px; /* width of reactive image */
     height: 100px; /* height of reactive image */
     background-image: url(image1.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.image:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(image2.gif); /* source for target image */
     } 

#content {
	width: 971px;
	margin: 2px auto;
	padding: 1px;
	background: #ffffff;
}

#header {
	background:url(http://www.beasyouare.com/images/header.gif)
	font: 11px Verdana, Arial, Tahoma, sans-serif;
	color: #eeeeee;
	margin-top: 1px;
	height: 114px;
	line-height: 30px;
	text-align: center;
	width: 971px;
	border-top: 1px #929191;
	border-bottom: 1px #929191;
}

#logo {
background: #ffffff;
height: 140px;
width: 971px;
}
#header h1 {
	font-size: 28px;
	letter-spacing: 0px;
	padding: 15px 0 0 10px;
	color: #000000;
	font-weight: bold;
}
#header h1 a {
	color: #333333;
	text-decoration: none;
}
#header h1 a:hover {
color: #cccccc;
}
#header h2 {
	font-size: 10px;
	color: #333333;
	padding: 0 0 0 10px;
}

#navigation {
background: #ffffff;
text-align: center;
height: 30px;
line-height: 30px;
margin: 0px auto;
width: 971px;


}
#navigation li {
float:left;
list-style-type:none;
border-right:1px solid #444444;
}
#navigation li a {
display:block;
padding:0 20px;
text-decoration:none;
color: #ffffff;
letter-spacing:1px;
}
#navigation li a:hover {
background: #333333 url(http://www.beasyouare.com/images/menuover.gif) repeat-x;
color:#ffffff;
text-decoration:none;
}
#left {
	float: left;
	width: 400px;
	padding: 2px;
	line-height: 14px;
	height: auto;
	background: #f2f2f2;
	
}
#center {

	background:url(http://www.beasyouare.com/images/bgsection.jpg) repeat-x;
	height: auto;
	text-align: center;
}
.left h2 {
margin-top: 10px;
font: bold 10px Verdana, Arial, Tahoma, sans-serif;
padding: 5px 0 5px 5px; 	
border-bottom: 1px dotted #999999;
}
.left ul  {
color: #999999;
text-align: left;
margin: 3px 0 8px 0; 
padding-left: 20px;
text-decoration: none;	
list-style-type:square;	
}
.left ul li {
padding: 2px 0 2px 0px;
margin: 0 2px;	
}
.left ul a {
font-weight: 600;
color: #173D7F;
}
.left ul a:hover { color : #333333; }

.right {
	float: right;
	width: 250px;
	padding: 2px;
	margin-right: 5px;
	height: auto;
}
.right h2 {
padding: 2px 0 5px 0px; 
font: bold 14px Verdana, Arial, Tahoma, sans-serif;
color: #444444;	
border-bottom: 1px dotted #999999;
margin-bottom: 5px;
margin-top: 10px;
}

#adfooter {
	margin-top:2px;
	height: 110px;
	width: 971px;
	background: #ffffff;

}

#prefooter {
	font: 11px Verdana, Arial, Tahoma, sans-serif;
	background: #ffffff;
	color: #000000;
	margin-top: 1px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 971px;
	border-top: 1px #929191;
	border-bottom: 1px #929191;
}

#footer {
	font: 11px Verdana, Arial, Tahoma, sans-serif;
	background: #ffffff;
	color: #666666;
	margin-top: 1px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 971px;
	border-top: 1px #929191;
	border-bottom: 1px #929191;
}

#footer a {
	color: #000000;
}

#footerlinks a:hover {
	padding-bottom: 2px;
	border-bottom: 1px dashed #929191;
	color: #333333;
}

#copyright {
	background: #ffffff;
	color: #000000;
	margin-top:1px;
	height: 20px;
	line-height: 19px;
	text-align: center;
	width: 971px;
}

#td {
padding-left: 1em;}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.toggleopacity img{
border: 1px solid #ccc;
}

.toggleborder:hover img{
border: 2px solid gray;
}

.toggleborder:hover{
color: gray; /* Dummy definition to overcome IE bug */
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
#search {
	text-align: right;
	left:0px;
	
}
