html, body {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	line-height: 125%;
	text-align: justify;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #F30A03;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.pictureLeft {
	float: left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.pictureRight {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}




#wrapper {
	text-align: left;
	padding: 0px;
	width: 995px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(../images/sidebar_y.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
#header {
	width: 995px;
	height: 176px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	float: left;
}
#mainNav {
	height: 26px;
	width: 975px;
	margin-top: 143px;
	background-image: url(../images/navigation_bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 13px;
	text-align: right;
	padding-right: 20px;
	padding-top: 7px;
}

#mainContent {
	width: 774px;
	float: right;
	padding-right: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#body01 {
	float: left;
	width: 774px;
	margin-top: 30px;
}

#body02 {
	float: left;
	width: 387px;
}
#body03 {
	float: right;
	width: 387px;
}
#body04 {
	float: left;
	width: 774px;
	margin-bottom: 20px;
	margin-top: 20px;
}


#sidebar {
	width: 190px;
	float: left;
}
#sidebarContent {
	background-image: url(../images/sidebar_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 144px;
	padding-top: 150px;
	padding-right: 36px;
	padding-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	font-size: 0.7em;
	line-height: 170%;
	padding-bottom: 20px;
}



#footer {
	clear: both;
	width: 995px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #999;
}
#footer01 {
	width: 350px;
	margin-left: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	text-align: left;
	line-height: 140%;
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F9CDCC;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
.float-left {
	float: left;
}

