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

*{
	margin:0;
	padding:0;
}
body{
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
img{
	border:none;
}
a{
	text-decoration:none;
	color:#FFFFFF;
	cursor:pointer;
}
.Container{
	width:100%;
	float:left;
}
p{font-size:14px;}
.Wrapper{
	width:1000px;
	margin:0 auto;
	position:relative;
	min-height:510px;
}
.Header_Wrapper{
	width:950px;
	float:left;
	padding:10px 0px 10px 50px;
	background-color:#872345;
	position:fixed;
	z-index:10;
}
.White_Stripe{
	float:left;
	width:1000px;
	background-color:#FFFFFF;
	height:5px;
	position:fixed;
	z-index:50;
	top:110px;
	
}
.Body_Wrapper{
	width:948px;
	float:left;
	padding-top:55px;
	padding-left:50px;
	background:url(../images/Main_Bg.jpg) fixed no-repeat top center;
	min-height:510px;
	position:fixed;
	top:115px;
	border-left:#333 1px solid;
	border-right:#333 1px solid;
	border-bottom: #aba9a9 20px solid;
}
.Left_column{
	width:170px;
	height:auto;
	float:left;
	margin-right:10px;
}
.Left_column ul{
	list-style:none;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}
.Left_column ul li{
	display:block;
	padding-bottom:8px;
}
.Left_column ul li a:hover{
	color:#872345;
}
.Right_column{
	width:600px;
	position:absolute;
	z-index:9;
	background:url(../images/Text_bg.png) repeat;
	height:auto;
	min-height:340px;
	right:100px;
	top:170px;
	padding: 10px 40px 20px 30px;
}
.Text_Container{
	width:570px;
	float:left;
	height:auto;
	
}
.Text_Container p{
	width:480px;
	font-size:14px;
	color:#000;
	line-height:18px;
}
.Small_Img{
	float:right;
	padding-top:30px;
	width:auto;
	position:absolute;
	right:50px;
	bottom:20px;
}
.Small_Img img{
	float:right;
}
.Small_gap{
	padding-top:5px;
	float:left;
}
.Fonder_Text_Container{
	width:600px;
	float:left;
	height:auto;
}
.Fonder_Text_Container p{
	width:590px;
	font-size:14px;
	color:#000;
	line-height:18px;
}

/******************************************** Founder Page*****************************************/

.Question{
	font-weight:bold;
	height:auto;
	float:left;
	color:#000000;
	line-height:18px;
	padding-bottom:2px;
}
.Answer{
	font-weight:normal;
	height:auto;
	float:left;
	color:#000000;
	line-height:18px;
	padding-bottom:5px;
}

/******************************************** Time Table Page*****************************************/
.tr{
	width:570px;
	height:auto;
	float:left;
	padding:4px;
}
.Date{
	width:140px;
	float:left;
	font-weight:bold;
	font-size:14px;
}
.Description{
	width:415px;
	float:left;
	color:#000000;
	line-height:18px;
	font-size:14px;
	
}

/*..............................*/
.Fonder_Text_Container a:hover h3{ color:#872345;}

/* Media Css */
@media only screen and (max-width: 470px) {
	.Right_column .Small_Img {
		position: unset !important;
	}
}