/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

body{
	font-family:Tahoma;
	background-color:#3a4137;
	font-size:11px;
	color:#9d9d9d;
	margin:0 0 0 0;
}

#wrapper{
	width:586px;
	height:547px;
	background:#3a4137 url(../images/bg.jpg) no-repeat;
	padding:0;
	margin:0 auto;
}

#text{
	width:325px;
	padding:0;
	text-align:center;
	margin:0 auto;
	padding-top:225px;
}

#footer{
	width:313px;
	padding:0;
	text-align:center;
	margin:0 auto;
	padding-top:40px;
}

p{
	padding:0px;
	margin:0px;
}

h1{
	font-family:Tahoma;
	font-weight:normal;
	font-size:17.34px;
	color:#baa161;
	text-transform:uppercase;
	
}

.grey{
	color:#666666;
}

a{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	text-decoration:underline;
	text-transform:uppercase;
}

a:hover{
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	text-decoration:none;
	text-transform:uppercase;
}

a.big{
	font-family:Tahoma;
	font-size:18px;
	color:#bca261;
	text-decoration:none;
	text-transform:uppercase;
}

a.big:hover{
	font-family:Tahoma;
	font-size:18px;
	color:#bca261;
	text-decoration:underline;
	text-transform:uppercase;
}

a.big2{
	font-family:Tahoma;
	font-size:11px;
	color:#bca261;
	text-decoration:none;
	text-transform:uppercase;
}

a.big2:hover{
	font-family:Tahoma;
	color:#bca261;
	text-decoration:underline;
	text-transform:uppercase;
}




