/* CSS Document */

body
{
	padding: 0px;
	margin: 0px;
	background-color:#000000;
	font-family: arial, verdana;
	font-size: 12px;
	color: #5f1100;	
}

#wrapper
{
	display:block;
	width: 867px;
	height: 1340px;
	overflow: hidden;
	background-color:#FFD600;
}

#wrapper #main
{
	background: url(images/bg.jpg) no-repeat left top;
	background-color:#FFD600;
	width: 500px;
	float:left;
	height: 700px;
	display: block;
	padding: 57px 57px 15px 40px;
	text-align: left;
	
}

#column
{
	float: left;
	width: 270px;
	background: #000000 url(images/columnBGBorder.gif) repeat-y left;
	height: 1780px;
	xpadding: 0px 5px 0px 5px;
}

#columnContent
{
	margin-left: 73px;
	margin-right: 8px;
	text-align: center;
	color: #c0c059;
}

#columnContent p + p
{
	xline-height: 0px;
	margin-top: -5px;

}

.description
{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
	
.candle
{
	padding: 10px 10px 10px 130px;
}

.aya
{
	font-size: 14px;
	font-weight: bold;
}

.notification
{
	
	font-weight: bold;	
	display: block;
}

a.downloadBtn
{
	display:block;
	width: 187px;
	height: 29px;
	margin:3px;
	background: url(images/btnUp.gif) no-repeat center center;
	text-align:center;
	padding-top: 9px;
	text-decoration: none;
	color: #993300;
	font-weight: bold;
	padding-right: 10px;
}

a.downloadBtn:hover
{
	background: url(images/btnOver.gif) no-repeat center center;
	text-align:center;	
	color: #000066;
	float:left;
}

a
{
	color: #c0c059;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#Name, #Email, #Message
{
	
	font-family: arial, verdana;
	font-size: 12px;
	
}

#Submit
{
	font-size: 10px;
}