body{
    background-color: #000000;
	margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
}
a,a:active{
    color: #668bb2;
}
a:hover{
    color: #29527a;
}
a:visited{
	color: #666666;
	text-align: right;
}
#wrapper{
    width: 950px;
    margin: 0 auto;
}
#header{
    position: relative;
    padding: 0px;
}
#menuWrapper{
	position: relative;
	height: 44px;
	clear: both;
	width: 100%;
	float: left;
	background: transparent url(../images/menu-bg.png) top left no-repeat;
	text-align: right;
}
#searchBox{
    position: absolute;
    top: 8px;
    right: 30px;
    padding: 5px 0px 0px 5px;
    background: transparent url(../images/search-bg.png) top left no-repeat;
    height: 30px;
    width: 260px;
}
#mod_search_searchword{
    border: 0px solid #ffffff;
    width: 220px;
}
#breadcrumb{
    clear: both;
    background: transparent url(../images/breadcrumb-bg.png) top left repeat-x;
    padding: 10px;
}
#breadcrumb a{
    color: #ffffff;
}

#contentWrapper{
    clear: both;
    background: #ffffff url(../images/content-bg.png) top left repeat-y;
    float: left;
    width: 100%;
}
#hpcontentWrapper{
    clear: both;
    background: #ffffff url(../images/hp-content-bg.png) top left repeat-y;
}
#homepageContent{
    width: 948px;
    margin: 0 auto;
    color: #383838;
}
#leftColumn{
    width: 640px;
    float: left;
    color: #383838;
}
#leftColumn div{
    padding: 0px 30px 30px 30px;
}
#rightColumn{
	width: 240px;
	padding: 20px;
	float: left;
	color: #e3ebfd;
	font-size: 12px;
}
#footer{
    clear: both;
    color: #383838;
    position: relative;
    background: #ffffff;
    border-top: 2px solid #535353;
    border-right: 2px solid #535353;
    border-left: 2px solid #535353;
    padding: 20px 20px 0px 20px;
}
#footer img{
    padding: 0px 8px 0px 8px;
}
#footerBar{
    margin: 0 auto;
    width: 950px;
}
.rightColumnHeader{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
}
.contentHeadline{
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}
.contentpaneopen{
    padding: 0px 30px 0px 30px;
}
#leftColumn form{
    padding: 0px 30px 0px 30px;
	
}
/*.searchintro{*/
/*    padding: 0px 30px 0px 30px;*/
/*}*/
#rightColumn a{
    color: #ffffff;
}

#reg_btn a {
display: block;
background:  url(../images/reg_btn.gif) top;
width: 250px;
height: 60px;
}

#reg_btn a:hover {
background:  url(../images/reg_btn.gif) no-repeat bottom;
}

#hour_consult_btn a {
display: block;
background:  url(../images/hour_consult_btn.gif) top;
width: 250px;
height: 60px;
}

#hour_consult_btn a:hover {
background:  url(../images/hour_consult_btn.gif) no-repeat bottom;
}

