.slideshow { 
    height:  365px;  
    width:   532px;  
    padding: 0;  
    margin:  0;  
}
.slideshow img { 
    padding: 15px;  
    border:  1px solid #E1DE99;  
    background-color: #E1DE99;  
    width:  500px; 
    height: 333px; 
    top:  0; 
    left: 0 

}
.flicker {
	background-color: #E1DE99;
	text-align:center;
    height:  25px;  
    width:   532px; 
margin-bottom: 15px;
}
.flicker p {
	font-size: 14px;
	font-weight: bold;
}
#mainContent .title {
	color: #505A69;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/background.gif) repeat;
	margin: 15 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/banner_19.gif) repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #FFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#banner {
	height: 148px;
	width: 800px;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 147px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(images/filmStrip.gif) repeat-y top; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-left: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	bottom: 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 15px 50px 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #container #sidebar1 #photoTable {
	margin-left: 24px;
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	vertical-align: text-top;
}
.twoColFixLtHdr #footer {
	width: 535px;
	padding: 0px;
	float: right;
	bottom: 4px;
	vertical-align: text-bottom;
	margin-top: 10px;
	margin-right: 45px;
	margin-left: 35px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #020202;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #000;
	font-weight: normal;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 31px;
	font-weight: normal;
	color: #020202;
	margin-right: 60px;
}
#top{
color:#020202;
font-family:"Times New Roman",Times,serif;
font-size:21px;
font-weight:normal;
line-height:23px;
margin-right:0;
}
#top_en {
color:#020202;
font-family:"Times New Roman",Times,serif;
font-size:21px;
font-weight:normal;
margin-right:0;
}
div#ficker {
	background: #E0DC97;
	padding: 4px;
	margin: 4px;
	width: 300px;
	float:right;
	}
	
div#flicker {
	background: #E0DC97;
	padding: 4px;
	margin: 4px;
	width: 300px;
	float: left;
	}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	color: #020202;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
p a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #505a69;
}
p a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #505a69;
}
p a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #505a69;
	text-decoration: underline;
}
p a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #505a69;
}
#footer {
	float: right;
	width: 620px;
	padding-right: 10px;
	position: relative;
	margin-top: 10%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer a {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	color: #505a69;
}
#footer a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	color: #505a69;
}
#footer a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	color: #505a69;
}
#footer a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	color: #505a69;
}
#footer a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	color: #505a69;
}
.twoColFixLtHdr #container #mainContent #filmTable tr td p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #000;
	margin: 2px;
	padding: 0px;
}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 26px;
	color: #020202;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
hr {
	margin: 10px 0px;
	padding: 0px;
	color: #020202;
}
#bgImg     {
	border: medium solid #DCD995;
	margin-right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #mainContent #Table_ tr #rec02 {
	background-image: url(images/rec_back.jpg);
	background-repeat: repeat-y;
	padding: 15px;
	background-position: left top;
}
.twoColFixLtHdr #container #mainContent p #FLVPlayer {
	border: medium solid #DCD995;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent p #metisImg {
	border: medium solid #DCD995;
	margin-right: 10px;
}
.twoColFixLtHdr #container #mainContent p #socalledImg {
	border: medium solid #DCD995;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent #rec {
	width: 188px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
}
.twoColFixLtHdr #container #mainContent #rec #Table_ tr #rec02 p strong a {
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}
.twoColFixLtHdr #container #twitter_div {
	background-color: #E0DC97;
	float: right;
	width: 500px;
	padding: 15px 15px 5px;
}
.twoColFixLtHdr #container #twitter_div #twitter_update_list {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	margin-left: 15px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.twoColFixLtHdr #container #twitter_div #twitter_update_list a {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #505a69;
}
.twoColFixLtHdr #container #twitter_div #twitter_update_list a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #505a69;
}
.twoColFixLtHdr #container #twitter_div #twitter_update_list a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #505a69;
}
.twoColFixLtHdr #container #twitter_div #twitter_update_list a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #505a69;
}
.twoColFixLtHdr #container #twitter_div #twitter_update_list a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #505a69;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
    clear: both;
}
#comments .navigation {
    padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
h3#comments-title {
    padding: 24px 0;
}
.commentlist {
    list-style: none;
    margin: 0;
}
.commentlist li.comment {
    border-bottom: 1px solid #e7e7e7;
    line-height: 24px;
    margin: 0 0 24px 0;
    padding: 0 0 0 56px;
    position: relative;
}
.commentlist li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
    margin-bottom: 18px;
}
#comments .comment-body p:last-child {
    margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
    margin-bottom: 24px;
}
.commentlist ol {
    list-style: decimal;
}
.commentlist .avatar {
    position: absolute;
    top: 4px;
    left: 0;
}
.comment-author {
}
.comment-author cite {
    color: #000;
    font-style: normal;
    font-weight: bold;
}
.comment-author .says {
    font-style: italic;
}
.comment-meta {
    font-size: 12px;
    margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
    color: #888;
    text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
    color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
    font-size: 12px;
    padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
    color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
    color: #ff4b33;
}
.commentlist .children {
    list-style: none;
    margin: 0;
}
.commentlist .children li {
    border: none;
    margin: 0;
}
.nopassword,
.nocomments {
    display: none;
}
#comments .pingback {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 18px;
    padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
    margin-top: -6px;
}
#comments .pingback p {
    color: #888;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
}
.pingback .url {
    font-size: 13px;
    font-style: italic;
    text-decoration:none;
}

/* Comments form */
input[type=submit] {
    color: #333;
}
#respond {
    border-top: 1px solid #e7e7e7;
    margin: 24px 0;
    overflow: hidden;
    position: relative;
}
#respond p {
    margin: 0;
}
#respond .comment-notes {
    margin-bottom: 1em;
}
.form-allowed-tags {
    line-height: 1em;
}
.children #respond {
    margin: 0 48px 0 0;
}
h3#reply-title {
    margin: 18px 0;
}
#comments-list #respond {
    margin: 0 0 18px 0;
}
#comments-list ul #respond {
    margin: 0;
}
#cancel-comment-reply-link {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
}
#respond .required {
    color: #ff4b33;
    font-weight: bold;
}
#respond label {
    color: #888;
    font-size: 12px;
}
#respond input {
    margin: 0 0 9px;
    width: 98%;
}
#respond textarea {
    width: 98%;
}
#respond .form-allowed-tags {
    color: #888;
    font-size: 12px;
    line-height: 18px;
}
#respond .form-allowed-tags code {
    font-size: 11px;
}
#respond .form-submit {
    margin: 12px 0;
}
#respond .form-submit input {
    font-size: 14px;
    width: auto;
}

