body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	background: #c00 url(images/bg.jpg) repeat-x left top;
}
#sidebar1 #designers {
	font-size: 9px;
	color: #555;
	text-align: justify;
	margin-right: 26px;
}
h1, h2 {
	font-size: 1.5em;
}
h3, h4 {
	font-size: 1.3em;
}
h5, h6 {
	font-size: 1.2em;
}
a:link {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: red;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #006;
	font-weight: bold;
	text-decoration: none;
}
/*CSS for JQuery Image Slider*/
#s3slider {
   width: 175px; /* important to be same as image width */
   height: 250px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 250px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 374px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

.announcement {
	line-height: normal;
    font-weight: bold;
    color: red;
    background: #e8e8e8;
    border: 3px solid black;
    padding: 8px;
    margin: 1em 24px;
	clear: right;
	border-radius: 10px; 
		-moz-border-radius: 10px; 
		-webkit-border-radius: 10px; 
		-khtml-border-radius: 10px;
    }
