html {
	height: 100%;
}

body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.gif) repeat-x;
	font-size: 13px;
	color: #666666;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#666666;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
	text-align: center;
}

p, ul, ol {
	line-height: 200%;
}


img {
border: 0px;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: none;
}


#container {
	height: 100%;
}

#upper {
	min-height: 100%;
	margin: 0;
	padding: 0;
}

#header {
	width: 760px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	background: url(images/img02.gif) no-repeat center;
}

.lang {
	color: #FFFFFF;
}

#logo {
	float: left;
	padding: 90px 0 0 0;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
	padding-left: 60px;
}

#logo a {
	color: #FFFFFF;
	text-decoration: none;
}

#search {
	float: right;
	width: 200px;
	padding: 75px 0 0 0;
}

#search p {
	color: #FFFFFF;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#s {
	width: 190px;
	margin: 0;
	padding: 3px 5px;
	background: #FFFFFF url(images/img03.gif) repeat-x;
	border: 1px solid #FFFFFF;
}

#x {
	display: none;
}

#page {
	width: 720px;
	margin: 0 auto;
	padding: 20px 0;
}

#content {
	float: left;
	width: 420px;
	padding-bottom: 50px;
}

#content p,#content ul,#content ol {
	line-height: 150%;
}

#content p {
	text-indent: 20pt;
	text-align: justify;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
}

.byline {
	margin: 0;
}

.videoDownload {
	text-align: center;
	padding: 20px 0px 20px 0px;
}


#sidebar {
	float: right;
	width: 240px;
	color: #333333;
}



#sidebar ul {
	margin: 0;
	/*padding: 0;*/
	list-style: none;
}

#sidebar li {
	padding-left: 10px;
	background: url(images/img06.gif) no-repeat left center;
	border-bottom: 1px dotted #CCCCCC;
}


#sidebar h2 {
	margin: 0;
	padding: 20px 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	color: #999999;
}

#footer {
	clear: both;
	margin-top: -50px;
	height: 50px;
	padding: 30px 0;
	background: url(images/img07.gif) repeat-x;
	text-align: center;
	width: 100%;
/*	position: absolute;
	bottom:0;
*/
}

.float-left  { float: left; padding-right: 5px; }

.float-right { float: right; padding-left: 5px; }

.align-left  { text-align: left; }

.align-right {	text-align: right; }

table {

	border-collapse: collapse;

	margin: 10px 15px;	

}

th strong {

	color: #fff;

}

th {

	background: #717170;

	background-image:url(images/table-bg.jpg); background-repeat:repeat-x;
	
	height: 29px;

	padding-left: 11px;

	padding-right: 11px;

	color: #fff;

	text-align: left;

	border-left: 1px solid #999999;
	
	border-right: 1px solid #999999;

	border-bottom: solid 2px #999;

}

tr {

	height: 30px;

}

td {

	padding-left: 11px;

	padding-right: 11px;

	border: 1px solid #999;

	/*border-bottom: solid 1px #ffffff*/;

}

td.first,th.first {

	border-left: 0px;

}

tr.row-a {

	background: #F8F8F8;

}

tr.row-b {

	background: #EFEFEF;

}

