body {
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    font-size:10px;
    line-height:12px;
    font-family: verdana, Helvetica;
    color: #4a4a4a; 
}
#wrapper {
    width: 100%;
    /*background: url(../images/main_bg.png);*/
    clear: both;
}
#headwrapper {
    width: 100%;
    /*background: url(../images/header_bg.png) repeat-x;*/
    height: 124px;
    clear: both;
}
#header {
    height: 124px;
    width: 940px;
    margin: auto;
    background-image: url('../images/idea_header_bg.png');
    background-repeat: no-repeat;
    background-position: right;
}
#content {
    width: 890px;
    margin: auto; 
    padding: 51px 0px 10px 50px;
}
#footerwrapper {
    height: 30px;
    /*background: url(../images/footer_bg.png) repeat-x;*/
    clear: both;
    width: 100%;
}
#footer {
    height: 40px;
    width: 900px;
    margin: auto;
    padding: 0 0 0 40px;
    background-image: url('../images/idea_footer_bg.png');
    background-repeat: no-repeat;
}

#footerCanvas {
	/*padding-left:455px;
	padding-top:8px;
	font-size:11px;*/
	font-family:Tahoma,Helvetica,sans-serif;
	font-size: 11px;
    color:#FFFFFF;
}

#logo {
    margin-left: 61px;
    margin-top: 37px;
    float: left;
    display: inline;
}
#logobottom {
    text-align: right;
    /*width: 1190px;*/
    height: 53px;
    margin-top: 8px;
    margin-right: 26px;
}
#logobottom img {
    float: right;

}
#header_text {
    float: left;
    margin-left: 160px;
    margin-top: 65px;
}

#header_text h3{
    color: #FFFFFF !important;
}

/* content boxes */
#contentbottom {
	margin-top: 11px;
	padding: 0;
}
#contenttop {
	margin: 0;
	padding: 0;
}
.boxtop {
    width: 419px;
    height: 13px;
    background: transparent url(../images/box_top_bg.gif) no-repeat;
}
.boxmid {
    width: 363px;
    height: 100%;
    background: transparent url(../images/box_bg.png) repeat-y;
    padding: 13px 28px;
    overflow: auto;
}
.boxbottom {
    width: 419px;
    height: 44px;
    background: transparent url(../images/box_bottom_bg.png) no-repeat;
}
.boxtop_small {
    width: 313px;
    height: 12px;
    background: transparent url(../images/box_small_top_bg.gif) no-repeat;
}
.boxmid_small {
	background:url("../images/box_small_bg.png") repeat-y scroll 0 0 transparent;
	height:100%;
	overflow:auto;
	/*padding:5px 0 5px 18px;
	width:296px;*/
    padding:5px 18px;
    width:278px;
}
.boxbottom_small {
    width: 313px;
    height: 42px;
    background: transparent url(../images/box_small_bottom_bg.png) no-repeat;
}
#topleft {
    width: 419px;
    float: left;
    height: 211px;
    display: inline;
}
#topright {
    width: 419px;
    height: 293px;
    background: url(../images/top_right_image.png);
    margin-left: 10px;
    float: left;
    display: inline;
}
#bottomleft {
    width: 419px;
    float: left;
    height: 110px;
    display: inline;
}
#bottomright {
    width: 419px;
    margin-left: 10px;
    float: left;
    height: 129px;
    display: inline;
}
.clearFloat {
	clear:both;
	font-size:1px;
	height:0;
	line-height:0;
	margin:0;
	overflow:hidden;
	visibility:hidden;
}

/*
	tt_news
*/
.c_title {
	font-size: 16px;
	font-weight: bold;
}
.cnews_txt h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 12px;
}
.news_title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:7px;
}
.news_item {
	padding: 5px 0px;
}
.news_item p {
	padding: 5px 0px;
}