/*
	Basic Layout
*/

body {
	background: #83B1A1;
}

#cnt-wrapper {
	background: #fff;
}

#cnt {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../img/footer_bg.gif) no-repeat center bottom;
	padding-top: 10px;
	padding-bottom: 100px;
}

#header {
	height: 224px;
	background: transparent url(../img/header_bg.gif) no-repeat right top;
}

#left {
	float: left;
	width: 195px;
	padding-top: 15px;
}

#main {
	float: left;
	width: 765px;
	min-height: 300px;
}

#content {
	padding-top: 2em;
	padding-left: 10px;
	padding-bottom: 2em;
}

#footer {
	clear: both;
	padding: 10px 0;
	margin: 0 5px;
	border-top: 1px solid #BDD6CC;
}

#breadcrumb {
	border-bottom: 1px solid #BDD6CC;
	padding: 10px 5px;
	margin-left: 5px;
	font-size: 1.4em;
}

#breadcrumb a {
	color: #006748;
	text-decoration: none;
}


#breadcrumb a:hover {
	text-decoration: underline;
}

/*
	Specific Layout Adjustment
*/

#header h1 {
	font-size: 2em;
	padding-top: 50px;
}

#left h2 {
	color: #006748;
}

#left #search-box {
	padding-top: 48px;
}

/*
	Specific Layout Adjustment
*/

#font-sizer ul {
	padding: 1em 0;
	list-style-type: none;
}

#font-sizer li {
	display: block;
}

#font-sizer .small {
	font-size: 1em;
}

#font-sizer .normal {
	font-size: 1.3em;
}

#font-sizer .big {
	font-size: 1.6em;
}

/*
	Messages
*/

#cms_message {
	margin: 1em 0;
}

#cms_message ul {
	margin: 0;
}

#cms_message li {
	list-style-type: none;
	background: none;
	padding: 0.5em;
}

#cms_message.success {
	color: #006748;
	border: 1px solid #006748;
	background-color: #E6FFF7;
}

#cms_message.failed {
	color: #B14651;
	border: 1px solid #B14651;
	background-color: #FFE6E8;
}

/*
	MPW-Player
*/
#mp3player, #flvplayer {
	margin-bottom: 1em;
}