/*----------------Body----------------*/

body {

	width:955px;
	margin:0px auto;
	font-family:"arial";
	font-size:12px;
	background-image: url(../img/body/body_bg.gif);
	background-repeat:repeat-x;
	background-color:#666666;
	color:#FFF;
}

/* get rid of those system borders being generated for A tags */

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}



/*----------------Header----------------*/

#header {

	height:150px;

	color:#fff;

	margin-top:10px;

	margin-bottom:-1px;

	/*border-bottom:1px white solid;*/

}





.rounded {

  -moz-border-radius-topleft:2ex;

  -moz-border-radius-topright:2ex;

  -webkit-border-top-left-radius:2ex;

  -webkit-border-top-right-radius:2ex;

} 



#player {

	margin-top:-22px;

}



#MySlideShow{

	display:none;

	width:955px;

	height:350px;

}

<!--[if IE 6]>

#MySlideShow{

	height:350px;

}



/*----------------Menu Images----------------*/

#menuimage{

	border-bottom:1px solid #FFF;	

	border-top:1px solid #FFF;

}

/*----------------Menu Tabs----------------*/

#menubackground{

	background-color:#000;

	height:41px;

	

}

/*----------------Mainbody----------------*/



#mainbody{

	background-color:#000000;

	font-size:16px;

	padding:10px;

	border-top:1px solid #FFF;

	border-bottom:1px solid #FFF;

}







/*----------------Mainbody----------------*/

#contact{

	background-color:#000;

	/*margin-top:-15px;*/

	font-size:14px;

	/*border-top:1px solid #FFF;*/

}



.lpic{

	float:left;

	padding:10px;

}



/*----------------Menu Page Links----------------*/

#menupage{

	font-size:16px;

}



#menupage A:link	{color: #FFF;

	text-decoration:none

}

	

#menupage A:visited	{color: #FFF;

	text-decoration:none

}

	

#menupage A:active	{color: #FFF;

	text-decoration:underline

}

	

#menupage A:hover	{color: #FFF;

	text-decoration:underline

}





/*----------------Footer----------------*/

#footer{

	color:#fff;

	margin:0 auto;

	font-size:12px;

	text-align:center;

	margin-top:10px;

}

#footer A:link	{color: #FFF;

	text-decoration:none

}

	

#footer A:visited	{color: #FFF;

	text-decoration:none

}

	

#footer A:active	{color: #FFF;

	text-decoration:underline

}

	

#footer A:hover	{color: #FFF;

	text-decoration:underline

}



