body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
/*-----Common---------------------------*/
#main {
	background:url(../images/bg01.gif) repeat-x left bottom;
	margin:0px;
	padding:0px;
}
#wrapper {
	margin:4px auto 0px auto;
	padding:0px;
	width:775px;
	display:table;
	background-color:#FFFFFF;
}
#page {
	width:771px;
	clear:both;
	margin:0px auto 0px auto;
	display: block;
	background:url(../images/wrapper_bg.gif) repeat-y top;
}
.clearfix {
	clear:both;
	display:block;
	visibility:hidden;
	height:0px;
	content: ".";
	line-height:0px;
}
/*-----Header---------------------------*/

#header {
	width:771px;
	height:260px;
	margin:0px auto 0px auto;
}
.top_left {
	height:260px;
	width:193px;
	float:left;
	clear:both;
}
.top_right {
	height:260px;
	width:576px;
	float:right;
}
.logo {
	height:140px;
	background-color:#EBEAEA;
}
.top_bg {
	background:url(../images/top_bg.jpg) #4A4747 no-repeat top right;
	height:48px;

}
.top_link {
	float:right;
	margin-right:20px;
	margin-top:20px;
}
.top_link img{
	margin-left:15px;
	margin-right:15px;
}
.navi_bg {
	background-color:#A70000;
	height:120px;
	float:left;
	clear:both;
	width:193px;
}
.navigation {
	margin:0px 0px 10px 12px;
	padding:0px;
}
.navigation ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.navigation li{
	font-family:"Trebuchet MS", Arial, Georgia, Tahoma;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
	background:url(../images/bullet.gif) no-repeat left top;
	padding-left:15px;
	list-style-type:none;
}
.navigation li a{
	font-family:"Trebuchet MS", Arial, Georgia, Tahoma;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
}
.navigation li a:hover{
	color:#ccc;
	text-decoration:none;
}

/*----------Left Band---------------------*/

.left_band {
	width:191px;
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	float:left;
	margin-right:20px;
	text-align:center;
	height:318px;
}
.left_band img{
	margin-top:10px;
	margin-bottom:10px;
}

/*----------Right Band---------------------*/
.right_band {
	width:188px;
	background-color:#F2F2F2;
	float:right;
	margin-left:20px;
	margin-top:1px;
	height:316px;
}
.heading {
	background:url(../images/head_bg.jpg) #B9B9B9 no-repeat top right;
	font-family:"Trebuchet MS", Arial, Georgia, Tahoma;
	font-size:14px;
	color:#262626;
	font-weight:bold;
	text-decoration:none;
	padding-left:22px;
	height:32px;
	line-height:32px;
	margin-bottom:10px;
}
.listing ul {
	margin:0px 10px 10px 10px;
	padding:0px;
	list-style-type:none;
}
.listing li {
	background:url(../images/bullet01.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3E3E3E;
	padding-left:15px;
	list-style-type:none;
	vertical-align:top;
	line-height:16px;
	margin-bottom:5px;
	text-decoration:none;
}
.listing li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3E3E3E;
	text-decoration:none;
}
.listing li a:hover{
	color:#3E3E3E;
	text-decoration: underline;
}
/*----------Content---------------------*/
.content_area {
	float:left;
	width:350px;
	margin-top:10px;	
}
.content_area p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	line-height:16px;
	text-decoration:none;
	text-align:justify;
}
.content_area h1{
	font-family:"Trebuchet MS", Arial, Georgia, Tahoma;
	font-size:18px;
	color:#BC0000;
	text-decoration:none;
}
.content_area h1, content_area p{
	margin:0px;
	padding:0px;
}
/*----------Footer---------------------*/
#footer {
	width:771px;
	clear:both;
	margin:0px auto 0px auto;
	display: block;
	height:73px;
}
.b_link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	height:30px;
	background-color:#BC0000;
	text-align:center;
	line-height:30px;
}
.b_link a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
.b_link a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
.font10 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#D95C5C;
	text-decoration:none;
}
.font10_blk {
	font-family:verdana, Helvetica, sans-serif;
	font-size:9px;
	color:#4A4747;
	text-decoration:none;
}
.font10_blk a{
	font-family:verdana, Helvetica, sans-serif;
	font-size:9px;
	color:#4A4747;
	font-weight:bold;
	text-decoration:none;
}
.font10_blk a:hover{
	color:#4A4747;
	text-decoration: underline;
}
/*-----------Inner Page-----------------*/

.inner_top {
	width:771px;
	height:47px;
	background:#4A4747;
	margin: auto;
}
#inner_left {
	width:193px;
	float:left;
}
#container {
	float:right;
	width:576px;
}
.page_head {
	background:url(../images/page_head.gif) repeat-x left;
	height:44px;
}
.head14 {
	font-family:"Trebuchet MS", Arial, Georgia, Tahoma;
	font-size:14px;
	font-weight:bold;
	color:#A70000;
	text-decoration:none;
	padding:10px 0px 0px 25px;
	text-transform: uppercase;	
}
.img_admission {
	background:url(../images/img_admission.jpg) no-repeat center top;
	width:576px;
	height:139px;
	margin:0px;
	padding:0px;
}
.news_left {
	width:191px;
	border-left: 1px solid #B9B9B9;
	border-right: 1px solid #B9B9B9;
	float:left;
	margin-top:1px;
	height:300px;
}
.inner_content {
	margin:10px 20px 10px 20px;
	font-family:"Trebuchet MS", Arial, Georgia, Tahoma;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	text-align:justify;
}
.inner_content a{
	font-family:"Trebuchet MS", Arial, Georgia, Tahoma;
	font-size:12px;
	color:#666666;
	text-decoration: underline;
}
.inner_content a:hover{
	color:#666666;
	text-decoration:none;
}
.thumb {
	border:10px solid #E5E5E5;
}
.head13 {
	font-family:"Trebuchet MS", Arial, Georgia, Tahoma;
	font-size:13px;
	color:#BC0000;
	font-weight:bold;
	text-decoration:none;
}
.head39 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:39px;
	color:#fff;
	font-weight:bold;
	text-align:right;
	text-decoration:none;
	padding:103px 0px 0px 0px;
	margin-right:10px;
	text-transform: uppercase;
}
.brd_lhs {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.brd_rhs {
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
.plink {
	font-family:"Trebuchet MS", Arial, Georgia, Tahoma;
	font-size:13px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
.plink a{
	font-family:"Trebuchet MS", Arial, Georgia, Tahoma;
	font-size:13px;
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
.plink a:hover{
	color:#A70000;
	text-decoration:none;
}
.link1 a, #prevLink1, #nextLink1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}
.link1 a:hover, #prevLink1:hover, #nextLink1:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A70000;
	font-weight:bold;
	text-decoration: underline;
}
/*--------Photo Gallery-----------*/
