/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 20px;
	color: #000000;
	background-color: #FE920E;
	background-image: url(images/fire.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}



/* Content */

#content {
	width: 700px;
	background-image: url(images/gr1.jpg);
	background-repeat: repeat;
	height: auto;
	z-index: 1;
	margin-top: 60px;
	margin-bottom: 60px;
	margin-left: 160px;
	font-style: normal;
}


/* Content > Heading */

#heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1F1F1F;
	text-align: center;
	background-image: url(images/gr1.jpg);
	background-repeat: repeat;
	padding-top: 60px;
	font-weight: bold;
	padding-bottom: 30px;
}


/* Content > Entry */

#entry {
	background-image: url(images/gr1.jpg);
	background-repeat: repeat;
	padding-right: 60px;
	padding-left: 60px;
}

/* Content > Heading1*/

#heading1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding-top: 30px;
	font-weight: bold;
}

/* Content > Entry > Text */

#text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	line-height: 20px;
	color: #1F1F1F;
}

/* Content > Entry > Text_normal */

#text_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	line-height: 20px;
	color: #1F1F1F;
}

/* Content > Main */

#main {
	text-align: justify;
	padding-right: 60px;
	padding-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #1F1F1F;
	padding-top: 20px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}



/* Content > Footer */

#footer{
	width: 580px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: normal;
	margin-left: 60px;
}


/* Content > Copyright */	

#box {
	padding-right: 60px;
	padding-left: 60px;
	padding-top: 15px;
}

/* Content > Copyright > Text */

#copytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 16px;
	color: #1F1F1F;
	border: 1px solid #1F1F1F;
}

/* Bottom */

#bottom {
	background-image: url(images/fire.jpg);
	background-repeat: repeat;
	text-align: justify;
	height: 60px;
}
#text_normal_footer {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	line-height: 20px;
	color: #1F1F1F;
}

