/* CSS Document */

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
}

b{font-size: 110%;}

em{color: red;}

#topsection{
	/* background: #EAEAEA; */
	height: 135px; /*Height of top section*/
}

#topsection h1{
	margin: 0;
	padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
	padding: 0px;
}

#contentcolumn{
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
/* background-image: url(Graphics/bg_letter.gif); */
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
	/* background: #C8FC98; */
/*	background-image: url(Graphics/Texture.gif); */
}

#graphicthumb{
	float: left;
	width: 180px;
	height: 115px;
	margin-left: -100%;
	/* background-image: url(Graphics/Texture.gif); */
	vertical-align: middle;
	text-align: center;
	padding: 10px;
}

#footer{clear: left;width: 100%;background: black;color: #FFF;text-align: center;padding: 4px 0;}

#footer a{color: #FFFF80;}

.innertube{
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}
