body {
	background: url(./background.gif) repeat-y;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

#logo {
	position: absolute;
	background: url(./organdrive.jpg);
	height: 1000px;
	width: 900px;
	top: 0px;
	left: 0px;
}

#content {
	position: absolute;
	top: 130px;
	left: 200px;
	width: 460px;
	padding: 10px 20px 10px 20px;
}

h1 {
	font-size: 20px;
	color: #000000;
	padding: 0px 0px 20px 70px;
}

h3 {
	color: #FF6707;
}

h2 {
	color: #FF6707;
	text-align: center;
}

#rightcolumn {
	position: absolute;
	top: 150px;
	left: 700px;
	width: 200px;
}

#rightcolumn p {
	padding: 0px 10px 0px 10px;
}

#rightcolumn p.pix {
	padding: 0px 0px 0px 0px;
}

#rightcolumn img {
	border-top: 2px solid #FF6707;
	border-bottom: 2px solid #FF6707;
}

#content a {
	color: #FF6707;
	padding: 1px;
}

#content a:hover {
	color: #000000;
	background-color: #FF6707;
	padding: 1px;
}

#menu {
	border-top: 2px solid #FF6707;
	border-bottom: 2px solid #FF6707;
	padding: 10px;
	/** background-color: #888888; **/
}

#leftcolumn {
	position: absolute;
	top: 280px;
	left: 0px;
	width: 200px;
}

#leftcolumn a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#leftcolumn a:hover {
	color: #000000;
}

