body {
	text-align:center;
	background-color: #ffffff;
	margin:0px;
}

/*Main Container*/

#container {
	width:775px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;
	background-image:  url(images/bg.jpg);
	background-position: top center; 
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-color: #ffffff;
	position: relative;
	height: 900px; 
}

/*top Container*/

#top_box {
	position: absolute;
	width: 200px;
	margin-top: 50px;
	left: 540px;
	top: -17px;
}

/*Left Container*/

#left {
	width: 425px;
	float:left;
	top: 230px;
	position: relative;
	left: 10px;
	background-image: url(images/left_box.jpg);
	margin: 0px;
	height: 700px;
	background-repeat: no-repeat;
}

#left_title {
	float:left;
	top: 10px;
	position: relative;
	margin: 0px;
	bottom: 10px;
}

#left_text {
	width: 400px;
	float:left;
	position: relative;
	left: 10px;
	height: 600px;
	overflow: auto;
	margin: 0px;
	top: 10px;
	padding-right: 10px;
}

#left_text img {
	float:left;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
}

/*Right Container*/

#right {
	width: 300px;
	float:left;
	top: 125px;
	position: relative;
	left: 20px;
	height: 700px;
	background-image: url(images/pectus_box_right.jpg);
	background-repeat: no-repeat;
}

#right_text {
	width: 285px;
	float:left;
	position: relative;
	left: 10px;
	height: 700px;
	overflow: auto;
	margin: 0px;
	top: 60px;
}

/*Home Navigation*/

#home {
	position: absolute;
	left: 12px;
	top: 179px;
}

/*Footer Container*/

#main_bottom {
	position: relative;
	height: auto;
	padding: 10px;
	border: 2px #6699cc solid;
	width:775px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align: center
}

/*Text Styles*/

a:link {
	color: #336699;
	text-decoration: underline;
}

a:hover {
	color: #cc99cc;
	text-decoration: underline;
}

a:visited {
	color: #339999;
	text-decoration: underline;
}

a:active {
	color: #336699;
	text-decoration: underline;
}

p {
	font-size: 0.9em;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-weight: normal;
	text-align: left;
	color: #000000;
}

h1 {
	font-size: 1.1em;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-weight: bold;
	text-align: right;
	color: #993399;
}

h2 {font-size: 1.3em;
font-family: "Trebuchet MS", Trebuchet, sans-serif;
font-weight: bold;
text-align: left;
color: #666699;}

h3 {font-size: 1.2em;
font-family: "Trebuchet MS", Trebuchet, sans-serif;
font-weight: bold;
text-align: left;
color: #993399;}

h4 {font-size: 1.1em;
font-family: "Trebuchet MS", Trebuchet, sans-serif;
font-weight: bold;
text-align: left;
color: #666699;}

h5 {font-size: 1em;
font-family: "Trebuchet MS", Trebuchet, sans-serif;
font-weight: bold;
text-align: left;
color: #000000;}

h6 {font-size: 0.8em;
font-family: "Trebuchet MS", Trebuchet, sans-serif;
font-weight: normal;
text-align: left;
color: #000000;}

/*Misc Class*/

.small {
	font-size: smaller;
}

.bold {
	font-weight:bold;
}

.small_bold {
	font-size: smaller;
	font-weight:bold;
}

.footer {
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;
	text-align: center;
}

