/**
 * 
 * Main css for www.franciskusleden.se
 * 
 */

/** 
 * Global
 */

* {
	margin: 0;
	padding: 0;
}
body, table {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 150%;
	color: #897b74;
}

body * {
	text-align: left;
}

/**
 * Text, links
 */

a {
	text-decoration: none;
	cursor: pointer;
	color: #968880;
	border-bottom: 1px dashed #968880;
}

img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Tahoma, sans-serif;
}

h1 {
	margin-bottom: 10px;
	font-size: 24pt;
}

h2 {
	margin-top: 10px;
	margin-bottom: 2px;
	font-size: 20pt;
}

p, ul {
	margin-bottom: 10px;
	line-height: 150%;
}

ul {
	margin-left: 15px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/**
 * Header
 */
#header {
	display: none;
}

/**
 * Main wrapper
 */
#mainWrapper {
	width: 100%;
	border: 0;
}

/**
 * Menu
 */
#menu {
	display: none;
}
	
/**
 * Main area
 */
#leftColumn {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
	#leftColumn * {
		border: none;
	}


#rightColumn {
	display: none;
}

/**
 * Footer
 */
#footer {
	display: none;
}