@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image:url(../images/layout/bg.jpg);
	background-repeat:repeat-x;
}
img { 
	border:none;
}
.clear {
	clear:both;
}
#toplevel {
	width:940px;
	margin-left:auto;
	margin-right:auto;
}
#logo {
	margin-left:17px;
	*-margin-left:15px;
}
#topright {
	float:right;
	width:690px;
}
#topleft {
	float:left;
	width:250px;
	height:10px;
	padding-top:20px;
}
#ttr {
	width:920px;
	height:17px;
	padding-top:3px;
	padding-right:20px;
	text-align:right;
}
#btr {
	width:940px;
	height:27px;
	background-image:url(../images/layout/images/top_right.png);
}
#main {
	background-image:url(../images/layout/images/allbg.png);
	background-repeat:repeat-y;
}
#mainleft {
	width:250px;
	float:left;
	margin-left:5px;
	min-height:300px;
	*-width:239px;
	*-overflow:hidden;
}
#mainlefttop {
	background-image:url(../images/layout/images/allbg.png);
	background-position:top left;
	width:255px;
	*-width:252px;
	float:left;
	height:120px;
	padding-top:5px;
}
#mainright {
	background-image:url(../images/layout/images/allbg.png);
	background-position:bottom right;
	width:685px;
	*-width:683px;
	float:right;
	min-height:300px;
}
#menu {
}
#photo {
	height:174px;
	margin-left:7px;
	margin-top:7px;
}
#content {
	background-image:url(../images/layout/images/right_bg.png);
	background-repeat:repeat-y;
	height:340px;
	padding-left:25px;
	padding-right:10px;
	padding-top:10px;
	text-align:left;
}
#scrollcontent {
	height:340px;
	width:620px;
	overflow-y:auto;
	overflow-x:hidden;
	padding-right:10px;
}
#content_bottom {
	background-image:url(../images/layout/images/right_bottom.png);
	height:26px;
}
#bottom {
	background-color:#FFF;
	background-image:url(../images/layout/images/bottom.png);
	height:26px;
}
#rsstop {
	width:241px;
	height:22px;
	margin-top:5px;
	margin-left:10px;
	background-image:url(../images/layout/images/rss_top.png);
	*-margin-left:5px;
	*-width:235px;
}
#rssbottom {
	width:241px;
	height:36px;
	margin-left:10px;
	*-margin-left:5px;
	*-width:235px;
	background-image:url(../images/layout/images/rss_bottom.png);
}
#rssdisplay {
	margin-left:10px;
	*-margin-left:5px;
	margin-right:20px;
	background-image:url(../images/layout/images/rss_bg.png);
	padding:10px;
	height: 340px;
	width:221px;
	*-margin-left:5px;
	*-width:215px;
	}


#pscroller{
height: 335px;
padding: 5px;
background-color: #fff;
}



.rssclass .rssdate{
color: #000;
font-size:10px;
}

.rssclass a{
text-decoration: none;
}

#footer {
	text-align:center;
}
#footer2 {
	margin:10px;
	
}
#search {
	margin-left:20px;
	margin-top:5px;
	*-margin-left:15px;
}
 #ticker-container {
        position:relative;
        overflow:hidden;
        width: 221px;
		*-width: 215px;
        height: 335px;
        background-color: 666;
        background-repeat: repeat;
        padding: 2px;
        border: Defaultpx dotted #000000;
        }
	
	#ticker {
		position:relative;
		width:215px;
		*-width:212px;
		}
.image_right {
	float:right;
	margin-left:10px;
}
.image_left {
	float:left;
	margin-right:10px;
}
.photo {
	float:right;
	margin-left:10px;
	border:#333 1px solid;
	padding: 10px 10px 40px 10px;
}
/* styles for error box */  
.errorie6 {  
    background:#FBE3E4;  
    color:#8a1f11;  
    border-color:#FBC2C4;  
    padding:20px;  
    border:dashed 2px red;  
    width:90%;  
   	margin:0px auto;  
	font-family:Arial, Arial, Helvetica, sans-serif;  
    font-size:1em;  
    line-height:1.3em;  
}  
.errorie6 a, .errorie6 a:hover{  
    color:#8a1f11;  
}  
  
/* simply moves close box to right */  
.kickRight {  
    text-align:right;  
}  