@import url("reset.css");
@import url("header.css");
@import url("content.css");
@import url("footer.css");
@import url("menu.css");

body
{
	background: transparent url(/static/images/background.jpg) no-repeat fixed;
	font-family: arial;
	line-height: 20px;
}

.cleaner
{
	clear: both;
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}

p
{
	padding-bottom: 10px;
}

ul
{
	padding-bottom: 30px;
}

li
{
	padding-bottom: 5px;
	margin-left: 25px;
	list-style-type: circle;
	list-style-position: outside;
}

h1
{
	font-size: x-large;
	font-weight: bold;
	padding-bottom: 10px;
}

h2
{
	font-size: large;
	font-weight: bold;
	padding-bottom: 10px;
}

a
{
	color: #36461d;
}

a:visited
{
	color: #463a1d;
}