@charset "utf-8";
@font-face {
  font-family: 'coronet';
  src:url(../fonts/coronet.eot) format('eot'),
       url(../fonts/coronet.woff) format('woff'),
	   url(../fonts/coronet.svg) format('svg'),
       url(../fonts/coronet.ttf) format('truetype');
}
body
{
	margin:0;
	background-color:#fff;	
	font-family: 'coronet';
	font-style:normal;
}
#wrapper {
	float:left;
	height: 1024px;
	font-family: 'coronet';
	width: 1280px;
	/*border: 2px solid #0A0A0A;*/
	margin-left:auto;
	margin-right:auto;
}

#left_wrapper
{
	float:left;
	width:340px;
	height:1024px;
	background-color:#8d8b94;
	position:fixed;
}
#right_wrapper
{
	float:none;
	width:940px;
	height:1024px;
	padding-left:30%;
	background-color:#fff;	
}
.logo
{
	float:left;
	width:340px;
	height:111px;
	background-color:#fff;

}
a
{
	text-decoration:underline;color:red;}
.menu
{
	float:left;
	width:340px;
	height:500px;
	font-family: 'arial';
	/*background-color:#2ACFC7;*/
	margin-top:0px;
}
.row1
{
	float:left;
	vertical-align:middle;
	width:340px;
	height:50px;
	border-top:1px solid #898A93;
	border-bottom:1px solid #150958;
}
.active
{
	background-color:#150958;
}
.row1:hover
{
	background-color:#150958;
	cursor:pointer;
}
.row1 a
{
	float:left;
	font-weight:100;
	margin-left:50px;
	font-size:26px;
	margin-top:5px;
	color:#fff;
	vertical-align:middle;
	text-decoration:none;
}
h1
{
	font-size:50px;
	font-family: 'coronet';
	margin:0px;
	border-bottom:3px solid red;
	width:200px;
	color:#150958;
}
h2
{
	font-size:26px;
	font-family: 'arial';
	margin:0px;
	line-height:55px;
	width:200px;
	border-bottom:3px solid red;
	color:#150958;
}
h3
{
	font-size:26px;
	font-family: 'arial';
	margin:0px;
	color:#150958;
	border-bottom:3px solid red;
	width:100%;
	margin-left:10px;
}
p
{
	color:white;
	text-align:justify;
	margin:10px;
	font-family: 'arial', cursive;
	font-size:20px;
	line-height:25px;
}
ul li
{
	font-family: 'Satisfy', cursive;
	font-size:16px;
	line-height:25px;
}

.right_content
{
	background-color:#150958;
	float:right;
	width: 910px;
	height:1000px;
	/*border:1px solid #000;*/
	margin-top:30px;
	margin-right:25px;
}
.right_content1
{
	float:left;
	width: 910px;
	height:1000px;
	/*border:1px solid #000;*/
	margin-top:30px;
	margin-right:-270px;
}
.textbox
{
	float:left;
	width:350px;
	height:25px;
	padding:5px;
	color:#150958;
	margin-bottom:7px;
	border: 1px solid #EC1C1F !important;
	font-family: 'arial', cursive;
}

.msgbox
{
	width:353px;
	height:120px;
	padding:5px;
	margin-bottom:7px;
	border: 1px solid #EC1C1F !important;
	font-family: 'arial', cursive;
}
.submit
{
	background-color:#150958;
	border:1px solid white;
	width:120px;
	color:#fff;
	font-size:20px;
	height:35px;
	margin-top:5px;
}
.submit:hover
{
	background-color:#747373;
	border:1px solid #747373;
	cursor:pointer;
}
