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

@import "box.css";
@import "menu.css";
@import "gallery.css";

@font-face {
	font-family: 4711_AtNoon_Traditional;
	font-style:  normal;
	font-weight: normal;
	src: url(font/ATNOONT0.eot);
}

@font-face {
    font-family: Pimpdeed II New;
    font-style:  normal;
    font-weight: normal;
    src: url(font/PIMPDEE0.eot);
}

@font-face {
    font-family: JasmineUPC;
    font-style:  normal;
    font-weight: normal;
    src: url(font/JASMINE0.eot);
}

body{
	background:#FFF repeat-x;
	margin:0px;
	padding:0px;
	font-family:Tahoma, Geneva, sans-serif;
	/*font-family:"MS Serif", "New York", serif;*/
}

a:link, a:visited {
	text-decoration:none;
	color:#333399;
}
a:hover, a:active {
	text-decoration:none;
	color:#333399;
}

img{
	border:none;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#header{
	height:265px;
	width:1000px;
	background-image:url(../images/header.png);
	position:relative;
}

#body_page{
	width:947px;
	margin:auto;
}

#body_page #body_page_top{
	width:947px;
	height:17px;
	background:url(../images/body_page_top.png) top center no-repeat;
}

#body_page #body_page_center{
	width:947px;
	background:url(../images/body_page_center.png) top repeat-y;
	padding-top:10px;
}

#body_page #body_page_botten{
	width:947px;
	height:21px;
	background:url(../images/body_page_bottom.png) top center no-repeat;
}

#left_side{
	width:192px;
	float:left;
	padding-left:8px;
}

#right_side{
	width:177px;
	float:left;
	padding-left:18px;
}

#center_side{
	width:550px;
	float:left;
}

#center_side #center_head{
	background:url(../images/center_side_top.png) top center no-repeat;
	width:550px;
	height:11px;
}

#center_side #center_body{
	background:url(../images/center_side_center.png) top center repeat-y;
	width:550px;
}

#center_side #center_footer{
	background:url(../images/center_side_bottom.png) top center no-repeat;
	width:550px;
	height:12px;
}

#clearBoth{
	clear:both;
}

#activity #imageAct{
	width:100px;
	height:50px;
	display:inline;
}

#activity img#act_img{
	width:50px;
	height:50px;
	border:solid 1px #CCCCCC; 
	padding:2px; 
	margin-left:10px;
	margin-right:10px;
	display:inline;
}

#activity #act_text{
	display:inline;
	margin-top:10px;
	height:20px;
	clear:both;
}

#activity {
	clear:both;
	padding-top:5px;
	margin-left:10px;
	padding-right:5px;
	margin-right:5px;
	width:480px;
	height:60px;
}

#activity a{
	text-decoration:none;
}

#activity .imageAct {
	float:left;
	width:52px;
	height:52px;
	margin-right:10px;
}

#activity .imageAct img {
	width:50px;
	height:50px;
	border:solid 1px #CCCCCC; 
	padding:2px;
}

#activity .textAct{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#activity .textDate{
	font-size:12px;
	font-weight:bold;
	color:#FF6;
	text-decoration:none;
}

#activity:hover .textAct{
	color:#FF6;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#pr{
	margin:0px;
	padding:0px;
	margin-left:10px;
	list-style:none;
	width:480px;
}

#pr li{
	background:url(../images/RightArrow_Blue.png) left center no-repeat;
	padding-left:23px;
	width:457px;
	overflow:hidden;
}

#pr li:hover{
	background:url(../images/RightArrow_Yellow.png) left center no-repeat;
}

#pr #text{
	width:auto;
	float:left;
	overflow:hidden;
}

#pr #div_icon{
	width:67px;
	float:left;
	text-align:right;
}

#pr #div_icon #icon{
	float:left;
	width:16px;
	height:16px;
	padding-left:5px;
}

#pr li a{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#pr li:hover a{
	color:#FF6;
	text-shadow: 0.1em 0.1em 0.2em black;
}

#academic{
	margin:0px; 
	padding:0px;
}

#academic li{
	list-style:none;
	margin-left:5px;
	background:url(../images/RightArrow_Blue.png) left center no-repeat;
}

#academic #academic_box{
	font-size:12px; 
	font-weight:bold; 
	width:100%;
}

#academic #academic_text{
	width:auto;
	overflow:hidden; 
	margin-left:25px; 
	padding-top:2px; 
	float:left;
}

#academic #academic_text a{
	color:#FFF;
}

#academic li:hover{
	background:url(../images/RightArrow_Yellow.png) left center no-repeat;
}

#academic li:hover #academic_text a{
	color:#FF6;
	text-shadow: 0.1em 0.1em 0.2em black;
}
