/*1)TO DECORATE THE OVERALL LAYOUT OF WEB SITE*/
*{
	margin:0;
	padding:0;
}

#sitehugger {
	margin: auto;
	width: 800px;
	border: medium solid #0033FF;
	background-image: url(../image/hugger_bacground.jpg);	
}


/*TO DECORATE THE TOP BANNER*/
#banner {
	height: 100px;
	width: 800px;
	background-image: url(../image/banner.gif);
	background-repeat: no-repeat;
	text-indent: -50000px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0033FF;
}

/*TO DECORATE THE LEFT MENU BAR*/

#left_vertical_menu_bar {
	background-color: #220eb7;
	width: 130px;
	padding-top: 20px;
	float: left;
	
}


#left_vertical_menu_bar a:hover {
	color: #33FF66;
	text-decoration: underline;
}

#left_vertical_menu_bar li {
	text-decoration: none;
	display: inline;
}
#left_vertical_menu_bar li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 100px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-left: 10px;
}

/*TO DECORATE THE OVERALL CONTENT BAR*/
#content {
	width: 600px;
	float: right;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*TO DECORATE THE OVERALL FOOTER AREA*/
#footer {
	clear: both;
	height: 50px;
	padding-right: 130px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	border: thin solid #220eb7;
}

/*TO DECORATE THE PARAGRAPH FOOTER AFEA*/
#footer_text {
	font-size: 12px;
	padding-left: 150px;
	padding-top: 30px;
}

/*2)TO DECORATE HOME PAGE
/*TO DECORATE THE OVERALL LAYOUT OF HOME PAGE -WELCOME COLUMN*/

#welcome_bar {
	float: left;
	width: 190px;
	padding-right: 10px;
}

/*TO DECORATE THE HEADING OF HOME PAGE-WELCOE COLUMN*/
#welcome_heading {
	font-size: 24px;
}

/*TO DECORATE THE PARAGRAPH OF HOME PAGE-WELCOE COLUMN*/

.welcome_bar_p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*TO DECORATE THE OVERALL LAYOUT OF HOME PAGE -MEMBERS NEWS COLUMN*/

#members_news_bar {
	float: left;
	width: 200px;
}

/*TO DECORATE THE HEADING OF HOME PAGE-MEMBERS NEWS COLUMN*/
#members_news_heading {
	font-size: 24px;
	font-weight: bold;
}


/*TO DECORATE THE PARAGRAPH OF HOME PAGE-MEMBERS COLUMN*/

.members_bar_p1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*#members_bar_p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}*/

/*TO DECORATE THE OVERALL LAYOUT OF HOME PAGE - PHOTO COLUMN*/

#photo_bar {
	float: right;
	width: 190px;
}

/*3)TO DECORATE THE INSTURCTOR PAGE*/
/*TO DECORATE THE HEADING OF INSTRUCTORS PAGE*/
#instructor_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}

/*TO DECORAGE THE DIVISION OF CHIEF INSTRUCTOR*/
#chief_instructor {
	float: left;
	height: 240px;
	width: 380px;
}

/*TO DECORAGE THE HEADING OF CHIEF INSTRUCTOR*/

#chief_in_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

/*TO DECORATE THE NAME OF CHIEF INSTRUCTORS*/
#chief_in_h_name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

/*TO DECORATE THE PARAGRAPH OF CHIEF INSTRUCTORS*/
#chief_in_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*TO DECORAGE THE DIVISION OF THE PHOTO OF CHIEF INSTRUCTOR*/
#chief_photo {
	float: right;
	height: 240px;
	width: 220px;
	text-align: center;
}

/*TO DECORATE THE WORDS OF THE PHOTO OF CHIEF INSTRUCTORS*/
.chief_photo_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/*TO DECORAGE THE DIVISION OF OTHER INSTRUCTOR*/

#other_instructor {
	clear: both;
	width: 600px;
	padding-top: 20px;
	line-height: 15px;
}



/*TO DECORATE THE HEADINGS OF OTHER INSTRUCTORS*/
.other_instructor_h {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

/*TO DECORATE THE NAMES OF OTHER INSTRUCTORS*/
.other_in_b_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}


/*TO DECORATE THE PARAGRAPHS OF OTHER INSTRUCTORS*/
.other_in_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*4)TO DECORATE THE ABOUT KENDO PAGE*/
/*TO DECORATE THE HEADING OF ABOUT KENDO PAGE*/

#about_page_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}

/*TO DECORATE THE LEFT COLUMN OF ABOUT KENDO PAGE*/
#about_content {
	float: left;
	width: 340px;
	padding-top: 30px;
}

/*TO DECORATE THE PARAGRAPH OF THE LEFT COLUMN OF ABOUT KENDO PAGE*/
.about_kendo_left_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 30px;
}

/*TO DECORATE THE HEADING OF THE RIGHT COLUMN OF ABOUT KENDO PAGE*/
#about_kendo_right_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

/*TO DECORATE THE LAYOUT OF THE RIGHT COLUMN OF ABOUT KENDO PAGE*/
#about_link_photo {
	float: right;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*5)TO DECORATE THE LAYOUT OF SCHEDULE PAGE*/

/*TO DECORATE THE HEADING OF SCHEDULE PAGE*/
#schedule_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}

/*TO DECORATE THE SUB-HEADING OF SCHEDULE PAGE*/
.schedule_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

/*TO DECORATE THE PARAGRAPH OF SCHEUDLE PAGE*/
.schedule_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*6)TO DECORATE THE LAYOUT OF MEMBERSHIP PAGE*/

/*TO DECORATE THE HEADING OF MEMBERSHIP PAGE*/
#membership_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}
/*TO DECORATE THE SUB-HEADING OF MEMBERSHIP PAGE*/
.membership_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
/*TO DECORATE THE PARAGRAPH OF MEMBERSHIP PAGE*/
.membership_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*7)TO DECORATE THE LAYOUT OF PHOTO GALLERY PAGE*/
/*TO DECORATE THE HEADING OF PHOTO GALLERY PAGE*/
#photo_g_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}


/*TO DECORATE THE HEADINGS FOR THREE ITEMS OF PHOTO GALLERY PAGES*/
.photo_g_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-decoration: underline;
}


/*TO DECORATE THE LAYOUT OF THE FIRST TWO TOP COLUMNS (2 GLIDERS) OF PHOTO GALLERY PAGE*/
div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 500px; 
	height: 300px;
	overflow: hidden;
	border:1px solid #cccccc;
	}
	
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:500px;
		height:300px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
		
div.scroller div.content {
		width: 550px;
		}

/*8)TO DECORATE THE LAYOUT OF FAQ PAGE*/
/* TO DECRODATE THE HEADING OF FAQ PAGE*/
#faq_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}

/*TO DECORATE THE LAYOUT OF OF THE LEFT SIDE OF FAQ PAGE*/
#faq_left_bar {
	float: left;
	width: 250px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*TO DECORATE THE LAYOUT OF OF THE RIGHT SIDE OF FAQ PAGE*/
#faq_right_bar {
	float: right;
	width: 250px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/*TO DECORATE THE QUESTIONS OF FAQ PAGE*/
.faq_q {
	color: #ff0000;
}

/*TO DECOREATE THE ANSWERS OF FAQ PAGE*/

.faq_p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*9)TO DECORATE THE CONTACT PAGE*/
/*TO DECORATE THE HEADING OF CONTACT PAGE*/
#contact_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}

/*10)TO DECORATE THE SAFETY PAGE*/
/*TO DECORATE THE HEADING OF SAFETY PAGE*/
#saftety_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}

/*11)TO DECORATE THE NEWS ARCHIVE PAGE*/
/*TO DECORATE THE HEADING OF NEWS ARCHIVE PAGE*/
#news_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}

/*12)TO DECORATE THE SPIRIT OF KENDO PAGE*/
/*TO DECORATE THE HEADING OF THE SPIRIT OF KENDO PAGE*/
#sp_kendo_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}

/*TO DECORATE LAYOUT OF THE TOP SECTION OF THE SPIRIT OF KENDO PAGE*/
#spirit_article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 50px;
}

/*TO DECORATE LAYOUT OF THE BOTTOM SECTION OF THE SPIRIT OF KENDO PAGE*/
#spirit_article {
	border: thin solid #FF0000;
}

/*13)TO DECORATE ETIQUETTE PAGE*/
/*TO DECORATE THE HEADING OF ETIQUETTE PAGE*/
#etiq_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
}

/*TO DECORATE THE SUB-HEADINGS OF ETIQUETTE PAGE*/
.etiq_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

/*14)TO DECORATE FORMALITIES PAGE*/
/*TO DECORATE THE HEADING OF FORMALITIES PAGE*/
#b_e_f_h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
}

/*TO DECORATE THE SUB-HEADINGS OF FORMALITIES PAGE*/
.b_e_f_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
