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

body {
	margin: 0px;
	padding: 0px;
	vertical-align:middle;
}

#content {
	margin:10px auto;
	width: 1024px;
}

#content_text {
	float:left;
	border:#666 solid 1px;
	height:766px;
	width:447px;
}

#content_photo {
	float:right;
	border-bottom:#666 solid 1px;
	border-right:#666 solid 1px;
	border-top:#666 solid 1px;
}

#menu {
	float:left;
	padding-left:22px;
	padding-right:0px;
}

#menu div {
    float:left;
    cursor:pointer;
}

#menu .home_up {
    background:url(../images/btn_home_up.gif) 0px 0px no-repeat;
    width:86px;
    height:32px;
}

#menu .home_down {
    background:url(../images/btn_home_down.gif) 0px 0px no-repeat;
    width:86px;
    height:32px;
}

#menu .about_up {
    background:url(../images/btn_about_up.gif) 17px 0px no-repeat;
    width:107px;
    height:32px;
}

#menu .about_down {
    background:url(../images/btn_about_down.gif) 17px 0px no-repeat;
    width:107px;
    height:32px;
}

#menu .news_up {
    background:url(../images/btn_news_up.gif) 17px 0px no-repeat;
    width:98px;
    height:32px;
}

#menu .news_down {
    background:url(../images/btn_news_down.gif) 17px 0px no-repeat;
    width:98px;
    height:32px;
}

#menu .contact_up {
    background:url(../images/btn_contact_up.gif) 17px 0px no-repeat;
    width:119px;
    height:32px;
}

#menu .contact_down {
    background:url(../images/btn_contact_down.gif) 17px 0px no-repeat;
    width:119px;
    height:32px;
}

#text {
	width:402px;
	height:570px;
	padding-left:22px;
	padding-right:22px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:normal;
}

#text .up {
    cursor:pointer;
}

#text .down {
    cursor:pointer;
}

#text #news_content {
    margin-top:20px;
    width:380px;
    height:480px;
    float:left;
    overflow:hidden;
}

#text #contact_content {
    padding-top:60px;
    width:380px;
    height:300px;
}

#text #btn_scrolls {
    margin-top:20px;
    height:400px;
    width:20px;
    float:left;
}

#bottom_gray {
	width:425px;
	height:80px;
	padding-right:22px;
	background-image:url(../images/bottom_gray.gif);
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#FFF;
}

#bottom_gray div {
    padding-top:50px;
}
