@charset "utf-8";
/* CSS Document */

body {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:		13px;
	color:			#000000;
	
	margin-left: 40px;
	background-color: #F2BA8F;
	background-image: url(images/bg-main.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a:hover {
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000000;
	color: #FF6600;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000000;
	color: #FF6600;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #006600;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000033;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #000033;
}
