body {
	background-color: #230302;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin: 0px;
}

td {
	font-size: 12px;
	font-family: Arial;
}

th {
	font-size: 12px;
	font-family: Arial;
}
img {
	border: 0px;
}

/*BACKGROUND*/

.background_banner_top {
	with: 775px;
	height: 227px;
	background: url(../images/banner.jpg) no-repeat;
}
.background_content {
	background: url(../images/bg_content.jpg);
}
.background_dot {
	background: url(../images/dot.jpg);
	height: 18px;
}

/*MENU*/

.top_menu_left {
	display:block;
	line-height: 24px;
	background: url(../images/icon_top_menuleft.jpg) no-repeat #820000 left;
	font-family:Arial;
	font-weight: bolder;
	color:#FF9900;
	text-decoration:none;
	padding-left: 18px;
}


/*TITLE*/

a.title:link, a.title:visited {
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration:none;
}
a.title:hover {
	color:#BD0000;
	text-decoration:underline;
}

a.link_1:link, a.link_2:visited {
	line-height: 18px;
	/*text-indent: 0;*/
	background: url(../images/arow.jpg) no-repeat left;
	color: #000000;
	text-decoration:none;
	padding-left: 15px;
}
a.link_1:hover {
	color:#A52A2A;
	text-decoration:none;
}
a.link_1:visited {
	color:Maroon;
	text-decoration:none;
	padding-left: 15px;
	background: url(../images/arow.jpg) no-repeat left;
}

a.more:link, a.more:visited{
	color:#B22222;
	text-decoration:none;
}

a.more:hover{
	text-decoration:underline;
}

a.design:link, a.design:visited, a.design:hover{
	color:#ffffff;
	text-decoration:none;
	text-align: right;
}

a.design:hover{
	color:#B22222;
	text-decoration:underline;
}

.the_play {
	color:#BD0000;
	font-weight: bolder;
	text-align:center;
	/*height: 18px;*/
	text-decoration:none;
}

a.audio_video:link, a.audio_video:visited {
	display:block;
	border-bottom: 1px dotted #C8C8C8;
	line-height: 18px;
	background: url(../images/listen.gif) no-repeat;
	font-family:Arial;
	font-size: 11px;
	color:#000000;
	text-decoration:none;
	padding-left: 20px;
	margin-left: 2px;
}
a.audio_video:hover {
	color:#E60000;
	text-decoration:none;
	padding-left: 20px;
}

/*HEADER*/

.box_header:link, .box_header:visited {
	display:block;
	background-color: #BD0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	text-align:right;
	font-weight: bolder;
	color: #ffffff;
	text-decoration:none;
	padding-right: 7px;
}

.box_header:hover {
	text-decoration:underline;
}

.box_header_caption {
	display:block;
	background-color: #BD0000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	text-align:right;
	font-weight: bolder;
	color: #ffffff;
	text-decoration:none;
	padding-right: 7px;
}

.box_header_right_top {
	display:block;
	background-color: #E60000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration:none;
	padding-left: 7px;
}

.box_header_right {
	display:block;
	background: url(../images/icon_box_right_1.1.jpg) no-repeat #BD0000 right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration:none;
	padding-left: 7px;
}

.box_header_right_link:link, .box_header_right_link:visited {
	display:block;
	background: url(../images/icon_box_right_1.1.jpg) no-repeat #BD0000 right;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	font-weight: bolder;
	color: #ffffff;
	text-decoration:none;
	padding-left: 7px;
}

.box_header_right_link:hover {
	text-decoration:underline;
}

.header_content_1 {
	display:block;
	background: url(../images/header_content_1.2.jpg);
	font-family:Times New Roman;
	font-size: 22px;
	line-height: 38px;
	font-weight: bolder;
	color: #BD0000;
	text-decoration:none;
}

a.header_content_2:link, a.header_content_2:visited {
	display:block;
	background: url(../images/header_content_2.1.jpg) no-repeat #FFCC99;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bolder;
	color: #E60000;
	text-decoration:none;
	padding-left: 42px;
}
a.header_content_2:hover {
	color:#000000;
	text-decoration:none;
}
/*FOOTER*/
.footer {
	background: url(../images/bg_content.jpg);
	color:#FFFFFF;
	font-size: 11px;
	text-decoration:none;
	text-align:center;
	height: 35px;
	vertical-align: middle;
}


/* The wrapper determines the width of the menu elements */
#menuwrapper { 
   width: 100%; 
}

/* Do not edit */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
}
#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav li { 
   position: relative; 
}



/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   border-top: 1px dotted #820000; 
   display: block;
   margin: 0px; 
   padding: 5px 10px; 
   color: #FFFFFF;
   text-decoration: none;
   background: transparent;
   font-size: 95%; 
   font-family:tahoma;
   font-weight: bolder;
   padding-left: 18px;
   min-height:1em; /* Fixes IE7 whitespace bug*/
}
#primary-nav li, #primary-nav li.menuparent { 
   background: url(../images/icon_menuleft_1.jpg) no-repeat #BD0000 left;
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive {    
   background: #9D0000;
   background-image: url(../images/icon_menuleft_2.jpg); 
   background-position: left; 
   background-repeat: no-repeat;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
   background: #BD0000;
   background-image: url(../images/icon_menuleft_1.jpg); 
   background-position: left; 
   background-repeat: no-repeat;
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh {   
   background: url(../images/icon_menuleft_2.jpg) no-repeat #9D0000 left;
   padding-left: 1px;   
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #000000;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

.right_block
{
	border-left: #FFCC99 1px solid ; 
	border-right: #FFCC99 1px solid;  
	border-top-style: none; 
	border-top-width: medium; 
	border-bottom: #FFCC99 1px solid; 
}