body,html {
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    height: 100%;
    color: #999;
    background-color: white;
}
a {
    color: #999;
    background-color: white;
}   
a:hover{
    text-decoration: none;
}
img {
    border: 0px none;
}
h2 {
    font-size: 100%;
    padding: 0px;
    margin: 0px;
}
.css_hidden{
    display: none;
}
.clear {
	clear: both;
}
#page {
    width: 751px;
    border-right: 1px solid #ccc;
}
* html #page {
    width: 752px;
}
    #top {
    	background: url(images/phone.jpg) no-repeat scroll bottom right;
    	height: 318px;
    	border-bottom: 1px solid #ccc;
    }
    * html #top {
        height: 319px;
    }
        #topbanner {
            height: 91px;
            border-bottom: 1px solid #ccc;
            margin-right: 1px;
            
        }
        * html #topbanner{
            height: 92px;
        }
            #contact {
                float: right;
                padding-right: 10px;
                text-align: right;
                padding-top: 14px;
            }
            #logo {
                margin-top: 26px;
                float: left;
                border-right: 1px solid #ccc;
            }
            #date {
                margin-top: 26px;
                float: left;
                margin-left: 15px;
                line-height: 31px;
            }
		#menu {
			list-style-type:none;
			text-align: right;
			font-size: 11px;
			text-transform: lowercase;
			font-weight: bold;
			position: relative;
			left: -30px;
			width: 180px;
		}
			#menu a{
				display: block;
				width: 170px;
				padding-right: 10px;
				line-height: 30px;
				color: #666;
				text-decoration: none;
				
			}
				* html #menu a {
					width: 180px;
				}
			* html #menu {
				top: -8px;
			}
			#menu a:hover {
				background-color: #e8e8e8;
			}
    #news {
        width: 164px;
        float: left;
        margin: 14px;
		text-align: justify;
    }
    * html #news{
        margin: 0px 0px 0px 17px;
        padding-top: 19px;
    }
        #news hr{
            border-top: 1px solid #ccc;
            border-bottom: 0px none;
            border-left: 0px none;
            border-right: 0px none;
            height: 1px;
            margin: 4px 0px;
            padding: 0px;
        }
        * html #news hr{
            margin: -3px 0px;
        }
        #news h5{
            padding: 0px;
            margin: 0px;
            font-weight: bold;
            font-size: 100%;
        }
        * html #news h5{
            margin-top: -5px;
        }
    
    #main{
        float: right;
        width: 540px;
		padding-top: 8px;
		color: #1B88C3;
    }
		#main a {
			color: #1B88C3;
		}
		#main p{
			margin: 0px;
			padding: 8px 0px;
		}
        #main hr {
            border-top: 1px solid #ccc;
            border-bottom: 0px none;
            border-left: 0px none;
            border-right: 0px none;
            height: 1px;
            margin: 2px 0px;
            padding: 0px;        
        }
        * html #main hr{
            margin: 0px 0px;
        }
		#main h1 {
			font-size: 20px;
			margin:0px;
			position: relative;
			left: -4px;
		}
		#main h5 {
			font-size: 14px;
			margin: 0px;
			clear: both;
		}
		#main h2 {
			font-size: 14px;
			margin: 10px 0px 0px 0px;
		}
		#main .topbox {
			width: 171px;
			float: left;
			border-top: 7px solid;
			margin-top: -7px;
			margin-right: 1px;
			text-align: center;
			padding: 0px 4px 10px 4px;
		}
		* html #main .topbox {
			width: 179px;
		}
			#main #tb1, #main #tb1 a{
				border-color: #DC006A;
				color: #DC006A;
			}
			#main #tb2, #main #tb2 a{
				border-color: #1B88C3;
				color: #1B88C3;
			}
			#main #tb3, #main #tb3 a{
				border-color: #EEA024;
				color: #EEA024;
			}
			#main .topbox p {
				color: #999;
			}
			#main .topbox h2, #main .topbox h5 {
				font-size: 18px;
				font-style: italic;
				font-weight: bolder;
				font-family: verdana;
				padding-top: 5px;
			}
			#main .topbox h5{
				padding-top: 0px;
				margin: 0px;
			}
			#main .topbox a {
				text-decoration: none;
				margin-top: 8px;
				float: right;
			}
        #main #ref a {
			display: block;
			float: left;
			width: 179px;
			height: 166px;
			/*margin: 3px;*/
			text-align: center;
		}
			#main #ref a:hover{
				background-color: #e8e8e8;
			}
			#main #ref img {
				margin: 4px 0px;
			}
    #bottomline {
        clear: both;
        border-top: 1px solid #ccc;
        padding: 5px 10px 30px 70px;
        text-align: left;
    }
	
	
	
#demo {
	color: red; position: absolute; top: 110px; left: 320px;
}
#demo h2 {
	font-size: 16px;
}
#demo p {
	font-weight: bold;
}
#demo a {
	color: red;
}