
*

{
margin: 0px;
padding: 0px;
}

a:link {
	/*color: #30A6D1;*/
	color: #4A0953;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #30A6D1;
}

body {
	background: #000000 url(images/back_all.jpg) no-repeat;
	font: 13px Arial, Helvetica, sans-serif;
	/*color: #383838;*/
	color: #4A0953;
	margin-top: 40px;
}

#content
{
	width: 733px;
	margin: 0px auto;
}

#main
{
width: 733px;
height: 14px;
background: url(images/top.png) no-repeat;
}

#back
{
width: 733px;
background: url(images/back.png) repeat-y;
}

#bottom
{
width: 733px;
height: 20px;
background: url(images/bottom.png) no-repeat;
}

#header {
	height: 320px;
	text-align: right;
}

#logo {

width: 713px;
height: 240px;
text-align: left;
padding-top: 10px;
padding-left: 150px;
}


#logo a {
	text-decoration: none;
	/*text-transform: lowercase;*/
	font-style: italic;
	font-size: 50px;
	color: #ffffff;
}
#logo H2 a
{
font-size: 12px;
}


#menu
{
width: 600px;
height: 80px;
padding-left: 133px;
background: url(images/menu.png) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 100px;
	height: 30px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 15px;
}

#menu a:hover {
	width: 100px;
    height: 30px;
	color: #C2F8FF;
	/*text-decoration: underline;*/
	background: url(images/menu_r.png) repeat-x;
}



#right
{
	width: 228px;
	float: right;
	margin-right: 20px;
}

#right H3
{
width: 218px;
height: 27px;
font-size: 14px;
font-weight: bold;
padding-left: 10px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/title.png) no-repeat;
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}

#right .title_back
{

}

#right li  {
	padding: 7px;
	padding-left: 20px;

}


#right a {
	/*color: #30A6D1;*/
	color: #4A0953;
}
#right a:visited {
	/*color: #30A6D1;*/
	color: #4A0953;
}

#right p
{
font-size: 10px;
padding-left: 10px;
}

.bot
{
padding: 10px;
}

#left
{
width: 450px;
margin-left: 20px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #30A6D1;
}

#left a
{
/*color: #30A6D1;*/
color: #0000FF;
text-decoration: none;
}

#left p {
	margin: 5px;
	padding: 0;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	/*color: #30A6D1;*/
	color: #4A0953;
}

#left ol, #left ul
{
margin-left: 30px;
}

.date {
	text-align: right;
	/*color: #30A6D1;*/
	color: #3E21FF;
	font-size: 11px;

}

.date a {
	/*color: #30A6D1;*/
	color: #3E21FF;

}


#footer {
	height: 44px;
	clear: both;
	padding-top: 30px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #666666;
}

#s3slider, #s3slider2, #s3slider3 {
   width: 400px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

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

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

.s3sliderImage span, .s3slider2Image span, .s3slider3Image 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
   */
}

#s3slider ul, #s3slider2 ul, #s3slider3 ul {
	list-style: none;
}

.clear {
   clear: both;
} 

.top {
	top: 0;
	left: 0;
}
