/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 100.01%;
color: #000000;
background-color: #000000;
text-align: center;
}
#wrapper{
width: 770px;
background-color:#ffffff;
margin:10px auto;
border: 1px solid #FFFFFF;
text-align: left;
}
#banner{
	height: 90px;
	background-image: url(../images/top_banner.jpg);
	background-repeat: no-repeat;
}
#home_image{
	height: 323px;
	background-image: url(../images/home_image.jpg);
	background-repeat: no-repeat;
}
#other_image{
	height: 31px;
	background-image: url(../images/other_image.jpg);
	background-repeat: no-repeat;
}
#hand_image{
	background-repeat: no-repeat;
	background-image: url(../images/hands_bg.jpg);
}
#candle_image{
	background-repeat: no-repeat;
	background-image: url(../images/candle_bg.jpg);
}
#news_image{
	background-repeat: no-repeat;
	background-image: url(../images/news_bg.gif);
}
#h_line{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC3333;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
}
#nav{
border-bottom: 10px solid #FFFFFF;
}
/* nav ul is specificity to #nav*/
#nav ul{
padding:0;
margin:0;
background-color:#FFFFFF;
}
/* nav ul li is specificity to #nav ul */
#nav ul li{
display: inline;
padding: 0;
margin: 0;
}

#nav ul li a{
font-size:80%;
color:#000000;
background-color:#FFFFFF;
text-decoration:none;
padding:0 10px;
border-right:1px solid #000000;
text-align:center;
width:9em;
}
#nav ul li a:hover,#nav ul li a:focus{
background-color:#CCCCCC;
}
#content{
	margin-left: 10px;
	margin-right: 20px;
}
a:active {
}
#content p{
	font-size:80%;
	text-align: justify;
	}
	#content li {
	color: #582460;
	list-style-type: square;
	list-style-position: outside;
	text-transform: none;
	font-size: 80%;
	margin-left: 20px;
}
#content h1{
	font-size: 105%;
	color: #CC3333;
	padding: 0;
	text-align: left;
}

#content h2{
font-size: 110%;
color: #582460;
padding: 0;
}
#content h3{
	font-size: 90%;
	color: #CC3333;
	padding: 0;
	font-style: italic;
}
#content h4{
	font-size: 80%;
	color: #CC3333;
	padding: 0;
	font-style: normal;
	font-weight: bold;
}
.leftimage{
float: left;
margin: 0 10px 10px 0;
border: 2px solid #582460;
}
.rightimage{
float: right;
margin: 0 0 20px 15px;
border: 2px solid #582460;
}
.rightimage_home{
	float: right;
	margin: 0 0 0px 15px;
	border: 1px solid #333333;
}
#footer{
height: 31px;
background-image: url(../images/other_image.jpg);
background-repeat: no-repeat;
clear: both;
}
a:link {
	color: #CC3333;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #CC3333;
	text-decoration: none;
}
