/***************************************************************
/
/ Global Styles
/
***************************************************************/

html {
	min-height: 101%;
}

body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #231f20;
	background: #231f20;
}

h1, h2, h3, h4 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #942923;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 135%;
}

a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #231f20;
}

a:hover {
	background: none;
}

a.noline:link, a.noline:visited {
	text-decoration: none;
	border-bottom: none;
	color: #231f20;
}

a.noline:hover {
	background: none;
}

.clear {
	clear: both;
}

img {
	border: none;
}

#wrapper {
	width: 990px;
	min-width: 990px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background: url('/images/bg_rpt.gif') repeat-y;
}

#main_container {
	background: url('/images/bg_main.jpg') no-repeat #231f20;
	width: 860px;
	height: 740px;
	margin: 0 auto;
}

#footer_container {
	clear: both;
	width: 860px;
	margin: 0 auto;
	font-size: 8pt;
	color: #fff;
	background-color: #231f20;
}

#footer_container a:link, #footer_container a:visited {
	color: #fff;
	text-decoration: none;
	border: none;
}

#footer_container a:hover {
	text-decoration: none;
}

#footer_left {
	float: left;
	width: 430px;
	padding: 3px 0px 0px 0px;
}

#footer_right {
	float: left;
	width: 430px;
	text-align: right;
	padding: 3px 0px 0px 0px;
}

/***************************************************************
/
/ Left Column Styles
/
***************************************************************/
#left_col {
	float: left;
	width: 187px;
	margin: 11px 7px 0px 0px;
}

#navwrap {
	margin: 15px 0px 0px 0px;
}


#logo a, #nav_home a, #nav_sifu a, #nav_jowga a, #nav_gallery a, #nav_school a, #nav_programs a, #nav_news a, #nav_mediakit a, #nav_contact a {
	text-decoration: none;
	border: none;
}

#logo a:hover img, #nav_home a:hover img, #nav_sifu a:hover img, #nav_jowga a:hover img, #nav_gallery a:hover img, #nav_school a:hover img, #nav_programs a:hover img, #nav_news a:hover img, #nav_mediakit a:hover img, #nav_contact a:hover img {
	text-decoration: none;
	border: none;
}

/***************************************************************
/
/ Right Column Styles
/
***************************************************************/

#right_col {
	float: left;
	width: 625px;
	margin: 69px 16px 0px 13px;
}

.home_large {
	font-size: 1.8em;
}

#contact_left {
	float: left;
	width: 200px;
}

#contact_right {
	float: left;
	width: 425px;
}