@charset "utf-8";
/* CSS Document */

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #fff;
}

strong{
	font-weight:bold;
}


a.blue:link {
	color: #09C;
	text-decoration: none;
}
a.blue:visited {
	text-decoration: none;
	color: #09C;
}
a.blue:hover {
	text-decoration: underline;
	color: #000;
}
a.blue:active {
	text-decoration: none;
	color: #09C;
}

a.blue2:link {
	color: #000;
	text-decoration: none;
}
a.blue2:visited {
	text-decoration: none;
	color: #000;
}
a.blue2:hover {
	text-decoration: underline;
	color: #000;
}
a.blue2:active {
	text-decoration: none;
	color: #09C;
}

/*a.blue:link {color: #333333; background: #ffffff; text-decoration: none; }
a.blue:active {color: #333333; background: #ffffff; text-decoration: none; }
a.blue:visited {color: #333333; background: #ffffff; text-decoration: none; }
a.blue:hover {color: #333333; background: #ffffff; text-decoration: underline; }*/




#body {
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
	background-image: url(../images/bg4.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-size:12px;
}
#wrapper {
	margin:auto;
	width:1001px;
	height:100%;
	background-color:#f9f9f9;
	border:1px #CCC solid;
	
}


#header {
	width:1001px;
	height:90px;
	background-image: url(../images/index_01.jpg);
	background-repeat: repeat-x;
	background-color:#f9f9f9;
}
#top-bg {
	background-image: url(../images/index_03.jpg);
	background-repeat:repeat-x;
	background-color:#f9f9f9;
	width:1001px;
	height:83px;
}
#logo {
	background-image:url(../images/index_04.jpg);
	width:296px;
	height:83px;
	margin-left:50px;
}
#bnr {
	background-image:url(../images/index_08.jpg);
	background-repeat: repeat-x;
	background-color:#f9f9f9;
	width:96%;
	height:114px;
	margin-left:20px;
	border:1px #999 solid;
	margin-top:40px;
}

#msg-box{
	font-family: Arial;
	;
	font-size:12px;
	color:#333;
	width:580px;
	margin-top:25px;
	margin-left:20px;
	
}

.colegn{
	font-family: Arial;
	font-size:45px;
	font-weight: bold;
	color:#066;
}


#img-box {
	width:317px;
	height:238px;
	border:1px solid #999;
	background-color:#FFF;
	position:absolute;
	margin-left:580px;	
	z-index:auto;
	top: 150px;
}


#img-box2 {
	margin-left:3px;
	margin-right:2px;
	margin-top:4px;
}
#menu {
	width: auto;
	height:32px;
	margin-left:30px;
	margin-bottom:50px;
}

#sound {
	width:120px;
	height:50px;
}

#menu-l {
	width:23px;
	height:32px;
	background-image: url(../images/index_12.jpg);
	background-repeat:repeat-x;
	background-color:#f9f9f9;
	float:left;
}
#menu-m {
	background-image: url(../images/index_13.jpg);
	width:900px;
	height:32px;
	float:left;
}
#menu-r {
	background-image: url(../images/index_15.jpg);
	width:23px;
	height:32px;
	float: left;
}

#menu-txt{
	margin-top:5px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}
#content-box {
	width:auto;
	height:auto;
	margin-bottom: 20px;
}
#con-top {
	margin:auto;
	background-image:url(../images/index_20.jpg);
	background-repeat:repeat-x;
	width:963px;
	height:30px;
}
#con-m {
	margin:auto;
	background-image: url(../images/index_23.jpg);
	background-repeat:repeat;
	width:963px;
	height:730px;
}
#con-b {
	margin:auto;
	background-image: url(../images/index_29.jpg);
	background-repeat:repeat;
	width:963px;
	height: 36px;
}
#text-box {
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	width:630px;
	height:auto;
	float:left;
	padding-right: 20px;
}
#text-box2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	width:270px;
	height:auto;
	float:left;
	border:1px #CCC solid;

}

#donate {
	float:left;
	margin-left:50px;
	}

#text-box2 .txt2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	width:270px;
	height:auto;
	margin-left:5px;

	

}



#text-box .h1 {
	
	font-family:Arial;
	font-size:18px;
	font-weight: bold;	
	color:#999;
	height:auto;
	float:left;
	
	}

#footer {
	background-image:url(../images/index_31.jpg);
	width:1001px;
	height:20px;
	margin:auto;
	}


#new_alert{
	height:20px;
	border:1px solid #CCC;
	background:#EBEBEB;
	padding:5px;
	padding-top:10px;
	
	
}
