/* Elements */

body {
	background: #fff;
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position:center; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000
}


a {
	color: #fff;
}


a:hover {
	text-decoration: none;
}



/* Top Bar*/

#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0 0 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



/* Content Area*/

#content {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 150px;
}



/* Content Item */

.post {
	font-size: 1.0em;
	color: #000;
	padding-top: 50px;
    padding-right: 0px;
    padding-bottom: 50px;
    padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post h1 {
	font-size: 2.0em;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.post h2 {
	font-size: 1.2em;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

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






/* Bottom Bar*/

#footer {
	font-size: 0.5em;
	color: #000;
	width: 700px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	text-justification: 
	vertical-align: text-bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#box {
	
}