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

body{
	margin:auto 0;
	background:url(../images/bg.png) repeat-x;
	font:normal 9pt arial;
}
a {text-decoration:none}

#wrapper { 
 margin: 0 auto;
 width: 980px;
}

#header { background:url(../images/header.gif) no-repeat #c0272d;
 height:165px;
}

#header-right{
	float:right;
	font-size:20px;
	color:#FFF;
	margin-top:120px;
	margin-right:73px;
}

#header-left{
	float:left;
	background-image:url(../images/logo.png);
	width:466px;
	height:86px;
	margin-left:50px;
	margin-top:45px;
	}
	
#menu {
	width:980px;
	height:34px;
	background:url(../images/menu-bg.png) repeat-x;
}
 
.content {
	width:980px;
	background:url(../images/cont-bg.png) repeat-x;
	display:table;
	}

#sidebar { 
     padding-top:10px;
	 width:195px;
	 float:left;
	 }
	 
#sidebar ul, #sidebar li {
	padding:0px; margin:0px; list-style:none;
}
#sidebar a {
	display:block; float:left; width:165px; padding:5px 5px 5px 25px; border-bottom:1px solid #fff; color:#333; font-weight:bold;
	background:url(../images/tip.gif) 5px center no-repeat;
}
#sidebar a:hover {background-color:#ddd; color:#000000}

#box2 { 
     padding-top:10px;
	 border:1px solid #d0d0d0;
	 border-top:0px;
	 border-bottom:0px;
	 width:583px;
	 float:left;
	 }
#text {width:563px; padding:10px; font:normal 10pt tahoma; line-height:140%; text-align:justify} 
#text h1 {color:#444; font:normal 18pt impact,'Times new roman'}

#rightside { 
	  width:198px;
	  float:left;
	  text-align:center;
	 }
#rightside img.items {margin:10px auto; border:0px;}
 
	 
#sliderbox {text-align:center;}	


	 
#footer {text-align:center; width:100%; clear:both; margin-top:20px; padding-top:10px; border-top:1px solid #aaa; color:#888}
#footermenu { list-style:none;}
#footermenu ul {list-style:none;}
#footermenu ul li {display:inline; font-size:14px; color:#656565; padding:0px 8px}
#footermenu a {color:#856565;}
#footermenu a:hover {color:#333; text-decoration:underline}

.theme-default #slider {
    margin:auto;
    width:565px; /* Make sure your images are the same size */
    height:266px; /* Make sure your images are the same size */
}