* {
	margin: 0;
	padding: 0;
}
html {
	height: 101%;
}

img {  
	border-style: none;
}

body {  
	border-style: none;
	font-family: helvetica;
	font-size:13px;
    color: #454545;
	line-height: 140%;
}



/* Columns and layout  --------------------------------------------------------------------------------------------   */

#head {
	width: 841px;
	padding: 35px 10px 10px 10px;
	margin: 0px auto;
	background-color: none;
}

#TopPage, #BottomPage, #MiddlePage, #footer {
	width: 841px;
	padding: 10px 10px 10px 10px;
	margin: 0px auto;
	background-color: white;
}

#MiddlePage {
	font-size:25px;
    width: 851px;
    padding: 5px;
    color: black;
	background-color: #F0F0F0; 
}

#footer {
	clear: left;
	text-align: center;
}

#mainColumn{
	margin-bottom: 20px;
	background-color: none;
}
#sidebar_right {
	width: 175px;
	margin-top: 5px;
	margin-left: 5px;
	background-color: none;
	padding-left: 17px;
    border-left-style:dashed;
    border-left-width:2px;
    border-left-color:#DCDCDC;
}


/* style elements ------------------------------------------------------------------------------------- */

#sidebar_right h1 {
	font-size:18px;
	font-weight:normal;
	color: #1874CD;
	margin-bottom: 10px;
}

#sidebar_right h2 {
	font-size:18px;
	font-weight:normal;
	color: black;
	margin-bottom: 2px;
}

#mainColumn h1 {
	font-size:23px;
    font-family: georgia;
	font-weight:normal;
	color: #3B3B3B;
    margin-top: 10px;
	margin-bottom: 10px;
}

#mainColumn h2 {
	font-size:18px;
	font-weight:normal;
	color: #1874CD;
	margin-bottom: 10px;
}

#screenings {
	font-size:12px;
}
/* Links --------------------------------------------------------------------------------------------  */

#karlName a{
	text-decoration:none;
	background-color: none;
	border-style: none;
	margin-right: 40px;
}


#sidebar_right a, #mainColumn a{
	color: #1874CD;
	text-decoration:none;
}




