/*

*/

* {margin: 0;padding: 0;}

body { 
	line-height: 130%; 
	text-decoration: none; 
	text-transform: none; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 18px; 
	font-family: Tahoma, Helvetica, Verdana;
}
a {
	text-decoration: none; 
	text-transform: none; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 14px; 
	font-family: Tahoma, Helvetica, Verdana;
	color: #000;
}
a:hover{
	text-decoration: underline;
}
div#wrapper { width: 800px; margin: 75px 0 75px 75px;}
div#innerwrapper { width: 100%; }
div#header{
	margin-bottom: 42px;
}
h2#sup { 
	font-weight: normal; 
	border-color: #000; 
	border-bottom: 1px solid #000;
	padding-bottom: 5px; 
	color: black; 
	text-transform: uppercase;
	line-height: 100%;
	font-size: 18px;
	margin-bottom: 12px;
}
h1#title {
	line-height: 100%; 
	font-size: 48px; 
	font-weight: normal; 
	font-family: Times, serif;
}
div.post {
	margin-bottom: 30px;}
div.caption { font-size: 11px; margin-bottom: 20px;}
div.text { letter-spacing: 0.01em;  }
p{
	font-size: 14px;
	margin-bottom:5px;
}
#footer {
	margin-top: 150px;
}