/******** CSS RESET START **********/
/* this resets the styles so they are the same across all browers/platforms */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0px; padding: 0px;} 
table {border-collapse: collapse; border-spacing: 0px;} 
fieldset,img {border: 0px;} 
address,caption,cite,code,dfn,em,strong,i,b,th,var {font-style: normal;	font-weight: normal;} 
ol,ul {list-style: none;} 
caption,th {text-align: left;} 
h1,h2,h3,h4,h5,h6 {font-size: 100%;	font-weight: normal;} 
q:before,q:after {content: '';} 
abbr,acronym {border: 0px;}
.red{color:#C02A2C;}
/******** CSS RESET END ********/


/******** BODY & PAGE START ********/
body {
	clear: both; 
	font-family: Tw Cen MT, Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-image: url('../images/bkg-megaevent.jpg');
	background-repeat: no-repeat;
	background-color: #fff; 
	margin: 5px 7px 0px 7px; 
	min-width: 320px;
	overflow-y: scroll;
	}
td,p,div {
	font-family: Tw Cen MT, Helvetica, Arial, sans-serif; 
	font-size: 12px;
	color: #333;
	}
.page, .header {
	text-align: left; 
	margin: 0px; 
	padding: 0px; 
	max-width: 970px !important; 
	width: 100%;
	}
.page{
	/* border-left: 1px groove #ccc;
	border-right: 1px groove #ccc; */
	/*background-color: #ff0000;  */
	}
.content-frame {
	clear: both; 
	margin: 0px; 
	padding: 0px 0px 30px 0px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff; 
	}
#header #nav_main #subnav_main #footer ul{
	list-style: none;
	white-space: nowrap;
	margin: 0px;
	}
#breadcrumb {
	padding: 5px 0px 10px;
	}
h1,h2,h3,h4{color: #9F090F; font-weight: 700; padding: 4px 0px;}
h1{font-size: 20px;}
h2{font-size: 17px;}
h3{font-size: 14px;}
h4{font-size: 11px;}
strong,b {font-weight:700;}
.clear {clear: both;}
.clearElm {clear: both; height: 0px;}

.content-main-sheet img {
	max-width: 100%;
	height:auto;
	}
/******** BODY & PAGE END ********/


