body	{	margin:0;
			padding:0;
			font: normal 75% Verdana, "Trebuchet MS", Arial, sans-serif;
			text-align:left;
			line-height: 1.5em;
			background-image: url(images/background.jpg);
			color: #333333;
		}

html	{	font-size: 100%;	}

b	{	font-size: 110%;	}

#maincontainer	{	width: 700px; /*Width of main container*/
						margin: 0 auto; /*Center container on page*/
						text-align: left;
						border: 10px solid #fff;
						background: #FDF6E8;
						color: #333;
					}

#topsection	{	height: 150px;
				border: 1px solid #fff;
				color: #333;
			}
			
#topsection h1	{	margin: 0;
						padding-top: 0px;
					}

#contentwrapper	{	float: left;
							width: 100%;
						}

#contentcolumn	{	margin-left: 161px; /*Set left margin to LeftColumnWidth*/	}

#leftcolumn	{	float: left;
					width: 161px; /*Width of left column*/
					margin-left: -700px; /*Set left margin to -(MainContainerWidth)*/
					background: transparent;
					color: #333;
				}

#footer	{	clear: left;
				width: 100%;
				background: #D85B00;
				color: #FFF;
				text-align: center;
				padding: 4px 0;
			}

#footer a	{	color: #F4D500;	}

.innertube	{	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
					margin-top: 0;
				}


/* LINKS*/ 
a:link, a:visited	{	color: #990000;
							text-decoration: none;
						}

a:hover	{	text-decoration: none;
				color: #ff9900;
			}


/* TYPOGRAPHY */ 
.clear	{	clear: left;
				overflow: hidden;
				width: 0;
				height: 0;
			}

blockquote p	{	padding: 5px;
						font-size: 1.2em;    
						background: inherit;
					}

blockquote	{	padding: 5px;
					font-size: 1.5em;    
					background: inherit;
				} 

.backtotop	{	font-size: 0.75em;
					padding: 10px;
					font: small-caption;
					text-align: right;
				}

p, td, li	{	color: #585947;
					margin:0;
					padding: 0 0px;
				}

.tablelines	{	border-style:	none none inset none;
					border-width:	0 0 1px 0;
		  		}

h3	{	margin: 0 0 0 10px;
		letter-spacing: 3px;
		line-height: 200%;
		font-size: 1.2em;
		background: inherit;
		color: #C63A00;
	}

.subtitle	{	font-weight: bold	}

.centeritalics	{	text-align: center;
						font-style: italic;
					}
