@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	background-image:url('../images/background.jpg');
	background-repeat:repeat-all;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

.siteWrap {
	margin-top:50px;
	width:955px;
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	font-family:Myriad Pro, Arial, Helvetica, sans-serif;
	text-align:left;
	vertical-align:top;

}

a{
	color:#e19a5c;
	text-decoration:none;
	font-size:13px;
	vertical-align:top;
}

a:hover{
	color:#f3bc7e;
	text-decoration:none;
	font-size:13px;
}

hr {
	border:0;
	color:#404040;
	background-color:#404040;
	height:1px;
}

p
{ 
text-indent: 20px
}