body {
	font-family: tahoma, sans-serif;
}

a {
	text-decoration:none;
}                                

img {
	border:0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0;
}
	h2 {
		font-family:myriad pro;
		font-size:23px;
		font-weight:normal;
	}
	#sidebar h2 {
		margin:15px auto 10px auto;
	}

p, ul, ol {
	line-height:1.35em;
}

ul {
	margin:0 auto;
}

.break {
	height:20px !important;
}

.center {
	margin:auto;
}

.clear {
	clear:both;
	height:0px;
	font-size:0px;
}

.left {
	float:left;
}

.line {
	background:#E8E8E8;
	height:2px !important;
	margin:15px 0 10px 0;
}

.right {
	float:right;
}

.t-center {
	text-align:center;
}

.t-right {
	text-align:right;
}



.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	}
.nav_link {
	margin-bottom: 30px;
	}
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
