body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
body {
	background-image:url(../images/main_bg.png);
	background-color:#FFF;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #ED008C;
	font-size:11px;
}
a:visited {
	color: #ED008C;
	font-size:11px;
}
a:hover {
	color: #666;
	font-size:11px;
}
a:active {
	color: #ED008C;
	font-size:11px;
}
.text_nrm{
	color:#000;
	font-size:11px;
}
.text_error{
	font-size:11px;
	color:#FF0000;
}



/*body {
	background-image:url(../images/main_bg.png);
	background-color:#FFF;
	background-repeat:repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
a:link {
	color: #ED008C;
}
a:visited {
	color: #ED008C;
}
a:hover {
	color: #666;
}
a:active {
	color: #ED008C;
}*/
.18_orange{
	color:#ff9900;
	font-size:18px;
}
.text_18{
	font-size:18px;
}
.text_22{
	font-size:22px;
}
.pink_main{
	color:#ED008C;
	font-size:11px;
}
.flash_holder {
	/*background-color:#0FF;*/
	position:absolute;
	top:113px;
	left:0px;
	height:271px;
	width: 900px;
/*	background:url(../images/);*/
}
.menu {
	position: absolute;
	/*background-color:#FF0;*/
	left:0px;
	width: 169px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width*/
	height:271px;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.flash {
	position: absolute;
	background-color:#C09;
	left:173px;
	top: 0px;
	margin-right:12px;
	width: 727px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:271px;
	background:#FFF;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.top_menu {
	background-color:#0F3;
	position: absolute; /* adding position: relative allows you to position the two sidebars relative to this container */
	top:2px;
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin-top: 0px;
	padding-left:12px;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.left {
	position: absolute;
	padding-right:10px;
	top: 400px;
	left: 10px;
	width: 117px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width*/
	height:300px;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.right {
	position: absolute;
	right: 0px;
	top: 212px;
	margin-right:12px;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:400px;
	background:#FFF;
	padding: 0px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
}

.main_body{
	position:relative;
	margin-top:0px;
	width:900px;
	text-align:left;
}

.container{
	position:static;
	width:900px;
	margin-top:250;
	padding-top:100px;
	background-image:url(../images/);
	background-repeat:repeat-y;
	text-align:left;
}
.content_gallery{
	text-align:justify;
	background-color:#FFF;
	position:relative;
	padding-left:14px;
	padding-top:14px;
	padding-right:15px;
	margin-bottom:260px;
	padding-bottom:55px;
	top: 300px;
	left: 173px;
	width:698px;
	min-height:50px;
}
.content{
	text-align:justify;
	background-color:#FFF;
	position:relative;
	padding-left:30px;
	padding-top:35px;
	padding-right:30px;
	margin-bottom:260px;
	padding-bottom:100px;
	top: 300px;
	left: 173px;
	width:667px;
	min-height:50px;
}
.content_head{
	background-image:url(../images/heading_bg.png);
	left:173px;
	position:relative;
	padding-left:10px;
	line-height:180%;
	height:39px;
	top: 300px;
	width:717px;
	min-height:39px;
	color:#ff0099;
	font-size:18px;
}
.content_head_text{
	color:#ff0099;
	font-size:18px;
}

.footer{
	bottom:0px;
	position:relative;
	font-size:8px;
	text-align:center;
	margin-top:200px;
	padding-left:15px;
	padding-top:10px;
	width:885px;
	height:80px;
	background-image:url(../images/footer_bg.gif);
	background-color:#FFF;
	background-repeat:no-repeat;
}

.header{
	background-image:url(../images/header.png);
	text-align:right;
	padding-right: 10px;
	position:absolute;
	top:0px;
	height:113px;
	width: 900px;
}