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



body{
	margin:0px;
	padding:0px;
	background-color:#b7b7b7;
	}

.clear{
	clear:both;
	margin:0;
	padding:0;
	}
	
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	color:#670461;
	font-style:normal;
	font-weight:100;
	margin-top:0px;
	padding-top:0px;
	}

h2{
	margin-top:-17px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#778590;
	font-style:normal;
	font-weight:100;
	}


p{
margin-top:10px;
}

a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	color:#660360;
	}
	
a:active{
	outline:none;
	}
	
:focus{
	-moz-outline-style:none;
	}

	
#title{
	}
	
a:hover{
	text-decoration:underline;
	}

#Container{
	background-image:url(../_images/background2.jpg);
	background-repeat:no-repeat;
	margin:auto;
	margin-top:0px;
	width:1024px;
	height:770px;
	position:relative;
}

/* Header Section */


#Logo{
	float:left;
	height:147px;
	width:129px;
	padding-left:31px;
	padding-top:35px;
	display: inline;
}

#title{
	float:left;
	height:83px;
	width:470px;
	margin-left:140px;
	margin-top:35px;
	padding-top:87px;
	padding-left:25px;
	overflow:hidden;
	}

/* Navigation */
	
.Navigation{
	float:left;
	margin-top:32px;
	width:118px;
	padding-left:42px;
}

.Navigation ul{
	padding:0px;
	margin:0px;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#999;
	text-transform:uppercase;
	text-decoration:none;
	}

.Navigation ul a{
	color:#999;
	text-decoration:none;
	}
	
.Navigation ul a:hover{
	color:#fff;
	text-decoration:none;
	}

.Navigation ul li .active{
	color:#fff;
	text-decoration:none;
	}
	
#subnav{
	margin-top:10px;
	margin-bottom:10px;
	text-transform:none;
	font-size:9px;
}

#subnav li{
	margin-top:7.5px;
	margin-bottom:7.5px;
	}



/* Navigation end */


#video{
	float:left;
	width:647px;
	height:364px;
	border:solid 2px #CCCCCC;	
	margin-top:32px;
	margin-left:166px;
	}
	
	.picture{
	width:115px;
	padding-left:25px;
	float:left;
	margin-top:32px;
}

/* footer */	

#footer{
	position:absolute;
	top:733px;
	left:325px;
	height:35px;
	margin-top:12px;
	overflow:hidden;
	}
	
#footer p{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-size:10px;
	margin:0px;
	padding:0px;
	}
	
#footer a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-size:10px;
	margin:0px;
	padding:0px;
	text-decoration:underline;
	}
	
#footer a:hover{
	color:#fff;
	}

.full-hold{
	position: relative;
	float: left;
	width: 425px;
	height: 500px;
	margin-left:1px;
	margin-top:1px;
	padding-top: 50px;
	padding-left: 300px;
}

.nav-center{

}

.center-logo{
	padding-left: 30px;
}

.center-nav-items{
	margin-left: -60px !important;
	text-align: center;
}
.center-nav-items a{
	color: #50004F !important;
}
.center-nav-items a:hover{
	color: white !important;
}

.logo-center{
	position: absolute;
	margin: 0 auto;
	top: 10%;
	// transform: translateY(-50%);
	left: 0;
	right: 0;
}