@charset "UTF-8";
/* CSS Styles for the Kamiza Website (http://www.kamiza.com) */


/* standard styles */

html, body {
	height:100%;
	margin:0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background:#FFFFFF url(../images/blossom_bg.jpg) bottom left no-repeat fixed;
}

p {
	margin:0;
	padding:0;
}

h2 {
	margin:0;
	margin-bottom:15px;
	padding:0;
	font-size:18pt;
	color:#B53835;
	text-align:left;
}

ul {
	margin:0 auto;
	padding-left:15px;
}


/* link styles */

a:link {
	text-decoration:none;
	color:#B53835;
}

a:visited {
	text-decoration:none;
	color:#B53835;
}

a:hover {
	text-decoration:none;
	color:#3B775C;
}

a:active {
	text-decoration:none;
	color:#B53835;
}



/* content styles */

#container {
	margin:0 auto;
	width:100%;
	height:198px;
	background:#FFFFFF url(../images/ltgreen_fade.png) bottom repeat-x;
}

#header {
	width:760px;
	height:198px;
	margin:0 auto;
	background:#006633 url(../images/kamiza_header.png) center top no-repeat;
	border-bottom:#FFFFFF 1px solid;
	position:relative;
}

#header_title {
	width:760px;
	position:absolute;
	bottom:1px;
	text-align:center;
	font-style:italic;
	font-size:7pt;
	color:#ffffff;
	
}

#main {
	width:758px;
	height:425px;
	margin:0 auto;
	background:#a7b9ad url(../images/ltgreenHoriz_fade_rev.png) right repeat-y;
	border-bottom:#FFFFFF 1px solid;
	border-left:#93AB9C 1px solid;
	border-right:#93AB9C 1px solid;
}

#content {
	width:330px;
	height:380px;
	padding:10px;
	float:right;
	overflow: auto;
	color:#000000;
	text-align:center;
}

#content p {
	margin-bottom:1em;
}

#content_image {
	width:400px;
	height:400px;
	float:left;
}

#footer {
	width:760px;
	height:24px;
	line-height:24px;
	background:#93AB9C;
	margin:0 auto;
	color:#FFFFFF;
	font-size:8pt;
	text-align:center;
	clear:both;
}

#main_image {
	background:#FFFFFF;
	border:#93AB9C 1px solid;
	margin-bottom:10px;
	margin-top:10px;
}

#main_image img {
	margin:4px;
}

#curriculum {
	width:758px;
	height:400px;
	margin:0 auto;
	overflow:auto;
	text-align:center;
}


/* navigation styles */

#nav {
	width:758px;
	height:24px;
	line-height:25px;
	background:#93AB9C;
	margin:0 auto;
	color:#FFFFFF;
	font-size:9pt;
	text-align:center;
	border-bottom:#ffffff 1px solid;
	padding-left:1px;
}

#nav a {
	width:151px;
	float:left;
}

#nav a:link {
	color:#3B775C;
}

#nav a:visited {
	color:#3B775C;
}

#nav a:hover {
	color:#B53835;
	background:#C3CEC5;
}

#nav .current {
	background:#C3CEC5;
}


/* class styles */

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.padded_left {
	padding-left:10px;
}

.padded_right {
	padding-right:10px;
}

.padded_top {
	padding-top:10px;
}

.padded_bottom {
	padding-bottom:10px;
}

.underline {
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}
