html,body {
	font-family : HelveticaNeueRegular;
	font-size : 13px;
	
	width:100%;
	margin : auto;
	padding: auto;
}


#theme-bg {
 width:100%;
}

a {text-decoration : none;}

a img {
	border: 0px; 
	text-decoration: none;
}

ul { list-style-type:none; margin:0; padding:0;}

#header { width:1000px; margin:auto; height:160px;}
#logo { float:left; position:relative; z-index:2; padding:10px 0 0 10px;}
#header-bar { background:#275b7d url(../images/header-bar.jpg) no-repeat; width:860px; height:40px; margin:65px 0 0 140px; position:absolute; z-index:1;}
#banner-bg { width:1000px; margin:auto;}
#banner { width:993px; height:312px; border:1px solid #e1e1e0;}
#banner-shadow { background:url(../images/banner-shadow.jpg) no-repeat; width:1000px; height:20px;}

#info-content { width:1000px; margin:auto; padding:20px 0 0 0;}
#left-column { width:622px; float:left;}
#rss { overflow:auto; width:615px; height:610px;}
#left-title { font-size:30px; font-weight:bold; color:#275b7d; background:url(../images/news-bar.jpg) bottom no-repeat; width:622px; height:37px; margin-bottom:20px;}
#right-column { background:url(../images/banner-bar.jpg) bottom no-repeat; width:310px; height:37px; float:right;}
#avd-banner { margin-top:60px;}

#footer-bg { display:block; background:url(../images/footer-bg.jpg) repeat-x; width:100%; height:199px; margin-top:20px;}
#footer-copyright-bg { display:block; background:url(../images/footer-copyright-bg.jpg) no-repeat; width:1000px; height:199px; margin:auto;}

#adv-queries { float:left; width:600px; padding-top:20px; font-size:20px; color:#f0ede5;}
#adv-queries a { color:#f0ede5; text-decoration:underline;}
#adv-queries a:hover { text-decoration:none;}
#iskandar-links { float:right; width:400px; padding-top:20px; font-size:14px; color:#f0ede5;}
#iskandar-links a { color:#f0ede5; text-decoration:underline;}
#iskandar-links a:hover { text-decoration:none;}
#footer-title { font-size:25px; color:#f0ede5;}

#copyright { color:#f0ede5; text-align:right; padding:40px 10px 0 0;}

/*##################################################################################*/
/*#################################### Banner ######################################*/
/*##################################################################################*/

#slideshow_wrapper {
	POSITION: relative;
	PADDING-BOTTOM: 0px;
	PADDING-LEFT: 15px;
	WIDTH: 960px;
	PADDING-RIGHT: 0px;
	HEIGHT: 289px;
	OVERFLOW: hidden;
	PADDING-TOP: 10px;
}
#slideshow_footbar {
	Z-INDEX: 5;
	POSITION: absolute;
FILTER: progid:DXImageTransform.Microsoft.gradient(startColorstr=#32000000, endColorstr=#32000000);
	WIDTH: 100%;
	BOTTOM: 0px;
	HEIGHT: 30px;
}
#slideshow_photo {
	POSITION: absolute;
	WIDTH: 100%;
	HEIGHT: 100%;
	CURSOR: pointer;
}
#slideshow_photo A {
	Z-INDEX: 1;
	BORDER-BOTTOM: 0px;
	POSITION: absolute;
	BORDER-LEFT: 0px;
	MARGIN: 0px;
	DISPLAY: block;
	BORDER-TOP: 0px;
	TOP: 0px;
	BORDER-RIGHT: 0px;
	LEFT: 0px;
}

#slideshow_footbar { width:930px; margin-right:100px;}

#slideshow_footbar .slideshow-bt {
	BACKGROUND-COLOR: #ffffff;
	MARGIN: 10px 5px 0px 0px;
	WIDTH: 10px;
	DISPLAY: inline;
	FLOAT: right;
	HEIGHT: 10px;
	FONT-SIZE: 0px;
}
#slideshow_footbar .bt-on {
	BACKGROUND-COLOR: #1e252b;
	border:1px solid #ffffff;
}



@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('../images/helveticaneue.eot');
    src: url('../images/helveticaneue.eot') format('embedded-opentype'),
         url('../images/helveticaneue.woff') format('woff'),
         url('../images/helveticaneue.ttf') format('truetype'),
         url('../images/helveticaneue.svg#HelveticaNeueRegular') format('svg');
}