/**
 * Style sheet main
 */
body
{
	margin:0px;
	padding:0px;
	background-image:url("inc/images/wood.jpg");
}

a,
body,
div,
em,
input,
label,
li,
ol,
p,
select,
span,
strong,
td,
th,
textarea,
u,
ul
{
	font-family:Georgia, Times New Roman, Times, serif;
	color:#FFFFFF;
}

a,
body,
div,
input,
label,
li,
ol,
p,
select,
td,
th,
textarea,
u,
ul
{
	font-size:14px;
}

h1
{
	margin:0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	font-size:16px;
}

h2
{
	margin:0px 0px 5px 0px;
	padding:0px;
	font-weight:bold;
	font-size:14px;
}

a,
a:active,
a:visited
{
	text-decoration:none;
	color:#FFFF66;
}

a:hover
{
	text-decoration:underline;
	color:#FFFF66;
}

img
{
	vertical-align:middle;
	border:0px;
}

p,
pre,
form
{
	margin:0px;
	padding:0px;
}

