html {
	font-size: 62.8%;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	color: #333333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: center top; 
}

h1 {
	font-size: 1.5em;
	margin: 0;
	padding: 0;	
	line-height: 1.5em;
	color: #6391af;
	margin-left: 20px;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.2em;
	margin: 10px 0;
	padding: 0;	
	line-height: 1.3em;
	color: #6391af;
}

h3 {
	font-size: 1.2em;
	margin: 2px;
	padding: 0;
	line-height: 1.3em;
	color: #6391af;
}


a {
	color: #6391af;
	text-decoration: underline;
}

a:active, a:hover  {
	color: #6391af;
	text-decoration: underline;
}

img {
 	border: 0px;
}

#header {
	color: #6391af;
	width: 780px;
	height: 105px;
	padding-top: 20px;
	padding-right: 20px;
	font-size: 0.9em;
	padding-bottom: 20px;
}

#header .img {
	clear: both;
	width: 150px;
	height: 70px;
	background-image: url(../img/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}

#header span {
	width: 7.5em;
	font-weight: bold;
	display: inline-block;
	/*float: right;*/
	
}

#content, #content-main, #content-right {
	float: left;
}

#content {
	float: left;
	width: 650px;
}

#content-main {
	width: 430px;
	padding-left: 20px;
}

#content-index {
	
}

#content-program {
	width: 610px;
	padding-left: 20px;
}

#content-right {
	width: 160px;
	padding: 0px 20px;
	color: #6391af;
}

#wrapper {
	width: 800px;
	margin: 0px 8px 0px 5px;
	background-image: url(../img/bg-content.png);
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

#shadow {
	width: 813px;
	margin: 0 auto;
	background-image: url(../img/shadow-content.png);
	background-repeat: repeat-y;
}

#shadow-bottom {
	margin: 0 auto;

	width: 813px;
	background-image: url(../img/shadow-bottom.png);
	background-repeat: no-repeat;
	height: 12px;
}


.shadow-b-l {
	background-image: url(../img/shadow-bottom-left.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	height: 12px;
	font-size: 1px;
}

.shadow-b-r {
	background-image: url(../img/shadow-bottom-right.png);
	background-repeat: no-repeat;
	background-position: bottom right;

	height: 12px;
	font-size: 1px;
}

.table_program {
	vertical-align: top;
}