/* CSS Document */

body {
	margin: 0px;
	background-color: #FFFFFF;
	color: #373737;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #FF0000;
	font-size: 12;
}

a:hover {
	text-decoration: underline;
	color: red;
	font-size: 12;
}

#wrapper {
	margin: 5px auto 0px auto;
	padding: 0px;
	width: 780px;
	background-image: url(images/content01-middle-01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	height:140px;
	width:780px;
	padding: 0px;
	margin: 0px;
}

#header-top {
	height:90px;
	width:780px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/header02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#header-bottom {
	height:50px; 
	width:780px;
	padding: 0px;
	margin: 0px;
}

#content-top {
	height:30px;
	width:780px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/content01-top-01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#content-middle {
	width: 780px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(images/content01-middle-01.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}

#content-middle-left {
	margin: 0px 0px 0px 18px;
	width: 180px;
	float: left;
	position: relative;
}

#content-middle-left h4 {
	background-color: #d2d2d2;
	padding: 0px 0px 0px 5px;
	font-size: 12px;
}

#content-middle-left h5 {
	margin-bottom: 0px;
	color: #FF6600;
	font-size: 12px;
	padding-bottom: 0px;
}

#content-middle-right{
	margin: 0px 0px 0px 50px;
	width:480px;
	float:left;
	position: relative;
}

#content-middle-right h3 {
	background-color: #340075;
	padding: 0px 0px 0px 5px;
	color: #FFFFFF;
}

#content-middle-right h4 {
	margin-bottom: 0px;
	color: #FF6600;
	font-size: 14px;
	padding-bottom: 0px;
}

.top-paragraph {
	margin-top: 0px;
}

#content-bottom {
	height: 30px;
	width: 780px;
	clear: both;
	padding: 0px;
	margin: 0px;
	background-image: url(images/content01-bottom-01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	height: 50px;
	width: 780px;
	clear: both;
	background-image: url(images/footer01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}