@charset "utf-8";
/* CSS Document */


#background{
	height: 640px;
	padding-left: 8%;
	padding-top: 30px;
}

#frame{
	width: 1050px;
	height: 630px;
	background-color: #F0F0F0;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 10px;
	border-radius: 20px;
	border: 4px solid #8E8E8E;
}

}
#logoholder{
	position: fixed;
	height: 270px;
	width: 180px;
	background-color: #F0F0F0;
	align-items: center;
	padding-left: 28px;
}

#content{
	float: right;
	width: 1045px;
	height: 630px;
	background-color: #FFFFFF;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	text-align: center;
	text-decoration: underline;
	padding-top: auto;
}

#menu{
	position:fixed;
	float: left;
	height: 640px;
	background-color: #F0F0F0;
	padding-top: 15px;
}

#menu ul.navigation{
	margin: 0 0  50px 8px;
	padding: 5px 0 0 0;
	list-style-type: none;
	background-image: url('../images/border-dashed.gif');
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
	width: 225px;
	z-index: 9990;
	  
	}

#menu ul.navigation li{
	  width:200px;
	  height:40px;
      
	  position:relative;
	  line-height:40px;
	  background-image:url('../images/menu-separator.jpg');  
	  background-repeat:no-repeat;
	  background-position:0 35px;
	}
	
#menu ul.navigation li{
	  width:200px;
	  height:40px;
      
	  position:relative;
	  line-height:40px;
	  background-image:url('../images/menu-separator.jpg');  
	  background-repeat:no-repeat;
	  background-position:0 35px;
	  
	}

#menu li a{
	  width:214px;
	   height:40px;
	  height:40px;
      display:block;
	  position:absolute;
	  left:0;
	  top:-5px;
	  text-align:center;
	  padding-right:10px;
	   color:#999999;
	   text-decoration:none;
	}
#menu ul.navigation li a:hover{
	  width:214px;
	   height:40px;
	  height:40px;
      display:block;
	  position:absolute;
	   color:#BF0A7A;
	   background: url("../images/sprite.gif");
	  background-repeat:no-repeat;
	  background-position: 200px -228px;
	   text-shadow: #ffffff 2px 0px 1px;
	}
	
#menu ul.navigation li.first{
	  background-image:url('../images/border-dashed.gif');  
	  background-repeat:repeat-x;
	  background-position:bottom;
	}  
	
#menu ul.navigation li.last{
	  background-image:url('../images/border-dashed.gif');  
	  background-repeat:repeat-x;
	  background-position:bottom;
	}
	
#contentinner{

	padding-left:15px;	
	width:660px;
	height:100%;
}

#logopcs{
	width: 170ox;
	height: 170px;
}

#face{
	margin-left:70px;	
}

h1{
	text-align:center;
	color:#2A00FF;
}

h4{
	color:#4D46FF;
}
h5{
	color:#FFE11D;
	font-size:34px;	
}
h6{
	color:#000000;
	font-size:33px;
}
h7{
	color:#FFFFFF;
	font-size:33px;
}