/* CSS Document */

body
{
margin: 0;
padding: 0;
font-size: small;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000;
background-color: #FF9966;
}

#container {
width: 100%;
}

a:link
{
color: #CC3300;
}

a:visited
{
color: #CC3300;
}

a:hover, a:active
{
color: #000;
}

#header
{
	border: 1px solid #CC3333;
	height: 130px;
	background-image: url(images/header_ped.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	clear: both;
}

#header #logo2
{
	background-image: url(images/logoped_h.gif);
	height: 130px;
	background-repeat: no-repeat;
	background-position: right;
}

#columnleft
{
	background-image: url(images/columnleft_ped.gif);
	background-repeat: no-repeat;
	min-height: 500px;
position: float;
float: left;
	width: 230px;
}
#leftwrapper {
width: 230px;
float: left;
} 
#banner {
width: 200px;
margin: 5px;
}

#columnright
{
	position: float;
	float: right;
	width: 150px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #CC3300;
}

#columnright a:link {
color: #333;
}

#columnright a:visited {
color: #333;
}

#columnright a:hover { 
color: #000;
}

#menu ul
{
	list-style-type: none;
	padding: 0;
	margin-top: 40px;
	margin-left: 20px;
}

#menu ul li a
{
	display: block;
width: 200px;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 2px;
	background-image: url(images/button_ped.gif);
	margin-left: 0px;
	background-repeat: no-repeat;
	margin-top: 1px;
	height: 25px;
}

#menu ul li a:hover
{
width: 200px;
	color: #FFFFFF;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-top: 2px;
	margin-left: 0px;
	background-color: transparent;
	background-image: url(images/button_over_ped.gif);
	margin-top: 1px;
	height: 25px;
}

#columnright h3
{
	margin-top: 0;
	color: #000000;
	padding: .2em;
}

#maintext
{
	padding: 10px;
	background-color: #FF9966;
	color: #000;
margin-left: 230px;
margin-right: 160px;
}

#maintext h2
{
	font-size: 2em;
	color: #000;
	margin: 0;
	padding-top: 1em;
	font-weight: normal;
}

#bottom
{
	clear: both;
	padding: 0.5em 1em;
	border-top: #999;
	text-align: left;
	margin-top: 1em;
	height: 200px;
}

h2 {
	font-size: 12px;
}

hr {
border: 0;
height: 1px;
color: #333;
background-color: #333;
}