@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family:Arial, Helvetica, sans-serif, tahoma;
	font-size: 15px;
	color:#464646;
	line-height:24px;
}
body {
	margin-top:0px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	background-color:#6f6f6f;
	background-image:url(../images/bckg.jpg);
	background-repeat:repeat;
	background-position:top center;
}
a, a:link, a:visited ,a:hover {
	font-family:Arial, Helvetica, sans-serif, tahoma; 
	font-size: 15px; 
	line-height:24px;
	font-weight:bold; 
	color:#ed018a;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.break {
	clear:both;
	height: 0; 
	line-height: 0px;
	font-size:1px;
}
form, select, p {
	padding:0px;
	margin:0px;
}
p {
	padding-bottom:20px;
}

.pink {
	font-weight:bold; 
	color:#ed018a;
}

h1 {
	margin:0;
	padding:0;
	margin-bottom:25px;
	font-family:Arial, Helvetica, sans-serif, tahoma;
	font-size:24px;
	line-height:30px;
	color:#ed018a;
	font-weight:normal;
}

#mainout {
	width:100%;
	padding-top:104px;
	background-image:url(../images/bckg_top.png);
	background-repeat:repeat-x;
	background-position:top;
}
#mainbckg {
	margin:0px auto;
	width:820px;
	background-image:url(../images/middle_bckg.jpg);
	background-repeat:repeat-y;
	background-position:0px 0px;
}
#main {
	width:820px;
	padding-top:240px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}
#mainin {
	width:798px;
	padding-left:11px;
	background-image:url(../images/ornabottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#content {
	width:735px;
	padding-left:32px;
	text-align:center;
	padding-bottom:10px;
}
#content img {
	margin-bottom:-3px;
}

#footer {
	width:820px;
	height:15px;
	overflow:hidden;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
}