* { margin:0; padding:0;}

body {
	color: #000000;
	text-align: center;
	font-size: 1em;
	line-height: 1.2em;
	background-image: none;
}
#left_column {
	float: left;
	width: 95%;
}
#right_column {
	float: left;
	width: 95%;
}


p {
	padding-bottom: 10px;
}

#main_wrapper {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: none;
	background-repeat: repeat-y;
}

/*==================Header====================*/

#header {
	display:none;
}
#header_inner {
	display:none;
}


/*==================Navigation====================*/
	
#navigation {
  display:none;
}
/* Menu */
#menu {
	display:none;
}
	
/*==================Content===================*/

#content {
	width:90%; 
	top:0px;	
}
	
#content_inner {
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
}
	
#content_inner p {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.2em;
}

#content_inner a:link {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #CCCCCC;
}

#content_inner a:visited {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999999;
}

#content_inner a:hover {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}

#content_inner a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
}



/*==================Footer====================*/

#footer {
	display:none;
}

#footer_inner {
	display:none;
}
#copyright {
	display:none;
}

/*==================Text and Image Alignment====================*/


h5 {
	font-size:1.1em;
	color:#FFFFFF;
	font-weight:bold;
	font-style: italic;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1em;
}


#box_right {
   	display:none;
}
#box_left {
	display:none;
}
#address {
	display:none;
}
