body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #dddddd;
	background-image: url(images/kng_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/*this is the css for the vertical version*/
.vertical ul{
	list-style-type: none;
	padding: 0px;
	margin:0px;
	width: 165px;
}
.vertical li a{
	display: block;
	text-decoration: none;
}

.vertical li{
	/*Needed for IE. Don't ask me why, It was a lucky guess.*/
	display: inline;
}
.vertical li ul{
	position: absolute;
	margin-top: -25px;
	margin-left: 158px;
	padding-right: 4px;
	padding-bottom: 4px;
	background-image: url(images/shadow_m2.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	display: none;
}

/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
/*Not sure if I recommend this or not*/
.inaccesible li ul{
	display: none;
}
		
/*colors for menu*/
.blackwhite li a{
	background-color: #787878;
	color: white;
	background-image: url(images/back_m1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 12px;
}
.blackwhite li a:hover{
	background-color: #9c9c9c;
	background-image: url(images/back_m1_over.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.blackwhite li li a{
	background-color: #787878;
	background-image: url(images/back_m2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4e4e4e;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 12px;
	background-color: #d4d4d4;	
}

.blackwhite li li a:hover{
	background-color: #9c9c9c;
	background-image: url(images/back_m2_over.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #e2e2e2;
}

#cont{
	background-image: url(images/back_cont.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:justify;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/back_h1.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.red{
	color:#ec5f00;
}

h2{
	font-size: 14px;
	font-weight: bold;
	color:#ec5f00;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color:#000000;
}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a{
	color:#ff904a;
}
#links{
	text-align:right;
	width: 100%;
	bottom: 0;
	display:table;
}

#who{
color:#969696;
font-size:11px;
width: 100%;
float: left;
padding-bottom: 10px;
}

#who a{
color:#969696;
}

li{
	font-size:14px;
}

#lista_cursos a{
	color:#000000;
	text-decoration:none;
}

#wrapper {
	margin: 0 auto; 
	width: 1005px;
}

#comment-box{
	float: left;
	margin-top: 31px;
	width: 200px;
	height: 660px;
	background-color: #ffffff;
	padding: 5px;
	-moz-box-shadow: 4px 4px 8px #868686;
	-webkit-box-shadow: 4px 4px 8px #868686;
	box-shadow: 4px 4px 8px #868686;
}

#comment-box #header{
	float: left;
	/*width: 130px;*/
	height: 125px;
	padding: 10px 60px 10px 10px;
	font-size: 14px;
	color: #5e5e5e;
	background: #fff url(images/back-comment.png) no-repeat 0 -6px;
}

#comment-box #header strong
{
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
	display: block;
}	

#comment-box #content{
	float: left;
	width: 190px;
}

span.or{
	color: #EC5F00;
	display: block;
	margin-bottom: 5px;
}

.comment {
	font-style: italic;
}

.comment p{
	padding: 0;
	margin: 10px 0;
}

.comment .start{
	float: left;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-size: 62px;
    height: 70px;
    margin-bottom: -32px;
    margin-top: -52px;
    padding-top: 42px;
    width: 40px;
}

#main {
	float:left;
}
