@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------------------------*/
/*------------TURKEY VIDEO SLIDESHOWS PAGE CSS FEATURES------------*/
/*-----------------------------------------------------------------*/

body { 
background:#222222;

}

#pageContainer {
width:896px;

/*background:#747474;*/
margin:20px auto 20px auto;
padding:0px;

}


#banner p {

margin:0;
padding:0;

}


#header {
width:896px;
padding:0;
margin:0;
line-height:inherit;

}

#header ul {
list-style:none;
width:896px;
background:#414141;
float:left;
padding:0;
margin:0;
line-height:24px;


}

#header ul li {
float:left;
/*display:inline;*/

}

#header ul li a {
text-decoration:none;
display:block;
color: #999999;
font-family: Tahoma, Georgia, Arial, sans-serif, Helvetica, Geneva;
font-size:12px;
width:110px;
text-align:center;
text-transform:uppercase;
}

* html header ul li a { height: 1px; }

#header ul li a:hover {

background: #666666;
color:white;
font-weight:bold;

}

#content {
width:896px;

padding-top:48px;
background:url(../img/videopage_images/bkgnd_repeat.png) top left repeat-y;



}


#leftColumn {
width:896px;
/*float:left;*/




}

#rightColumn {
width:200px;
border:solid 1px white;
/*float:right;*/


}