#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#navbar {
	height: 30px;
	position: absolute;
	width: 800px;
	background-image: url(images/gradation.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#navbar ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	white-space: nowrap;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	color: #4ca0a0;
}

#navbar li {
	list-style-type: none;
	display: inline;
	margin-left: 3px;
	margin-right: 64px;
}

#content {
	border-right: solid #000000 1px;
	
	position: absolute;
	width: 470px;
	height: 504px;
	padding: 8px;
	margin-top: 195px;
}

#singlecontent {
	position: absolute;
	width: 782px;
	height: 504px;
	padding: 8px;
	margin-top: 195px;
	
}

#sidebar {
	border-left: solid #000000 1px;
	position: absolute;
	width: 290px;
	height: 500px;
	margin-left: 490px;
	margin-top: 195px;
	padding: 10px;
}

#filler {
	border-bottom: 1px solid #000000;
	
	position: absolute;
	width: 800px;
	height: 160px;
	margin-top: 30px;
}

#one {
	position: relative;
	width: 160px;
	height: 160px;
	background-color: #CCCCCC;
	margin-top: -16px;
	
}

#two {
	position: relative;
	width: 160px;
	height: 160px;
	background-color: #CCCCCC;
	margin-top: -176px;
	margin-left: 163px;
	
}

#three {
	position: relative;
	width: 160px;
	height: 160px;
	background-color: #CCCCCC;
	margin-top: -176px;
	margin-left: 326px;
}

#four {
	position: relative;
	width: 160px;
	height: 160px;
	background-color: #CCCCCC;
	margin-top: -176px;
	margin-left: 489px;
}

#click {
	position: relative;
	
	width: 140px;
	height: 160px;
	margin-top: -160px;
	margin-left: 653px;
	text-align: center;
	
}

.pledge {
	margin-top: 45px;
}

ul {
	
}

#filler li {
	list-style-type: none;
	font: Arial, Helvetica, sans-serif;
	margin-left: -32px;
	font-size: 13px;
	margin-top: 3px;
	color: #a30b9e;
}

#filler a {
	text-decoration: none;
	color: #a30b9e;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer {
	width: 800px;
	height: 20px;
	color: 4ca0a0;
	position: relative;
	margin-top: -30px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	list-style-type:circle;
	margin-bottom:5px;
	
}

h3 {
	color: #4ca0a0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: -10px;
	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration:underline;
}

a:visited {
	color: #0000FF;
}

.purpitalics {
	color: #4ca0a0;
	font-style: italic;
	font-weight:bold;
	font-size: 14px;
	
}

.centered {
	text-align: center;
}

.move {
	margin-left: -40px;
}

.drop {
	margin-top: 10px;
}