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

body
{
	background: url(../images/backgound.png) transparent repeat;
	color: #3b3d4b;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.cleaner
{
	clear: both;
}

.center
{
	text-align: center;
}

.bold
{
	font-weight: bold;
}

p
{
	padding-bottom: 10px;
	font-size: small;
}

ul
{
	padding-bottom: 30px;
}

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

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

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