/* CSS Document */

#content{
	height:600px;
}

#welcome{
	width:500px;
	height:600px;
	float:left;
	font-size:16px;
	line-height:18px;
}
#welcome li{
	list-style:none;
	list-style-image:url(../Images/icon3.png);
	line-height:22px;
}
.blackline{
	height:10px;
}
/*
p {font-family: Times, TimesNR, 'New Century Schoolbook',
     Georgia, 'New York', serif;}*/
#version,#link{
	width:270px;
	float:right;
	line-height:20px;
	padding-left:20px;
	font-size:16px;
}
#version h3,#link h3{
	line-height:30px;
}
#version p,#link p{
	text-indent:25px;
}
#version{
	border-left:solid 1px #107010;
	border-right:solid 1px #107010;
	border-top:solid 1px #107010;
}
#link{
	border:solid 1px #107010;
}

/* img rotation start*/
#img_switch{
	width: 300px;
	height: 500px;
	float: left;
	overflow: hidden;
}
#pic {
	width: 300px;
	height: 500px;
	float:right;
	position:relative;
	overflow: hidden;
}
#img_switch_text {
	width: 155px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	height: 15px;
	z-index: 10;
}
.number_nav {
	display: inline;
	float: left;
}
.number_nav ul {
	font:12px Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	list-style-type:none;
	color:#fff;
}
.number_nav ul li{
	float: left;
	font-weight: bold;
	background: #000;
	float: left;
	margin-right: 8px;
	width: 23px;
	cursor: pointer;
	line-height: 17px;
	height: 17px;
	text-align: center;
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	opacity: 0.75;
}
#ref{
	font-weight:bold;
	font-size:12px;
	width:100px;
	float:right;
}
#ref a{
	
}
/* img rotation end*/

