body {
	margin: 0px;
	height: 725px;
	}
#container {
	position: relative;
	width: 710px;
	margin: 0 auto;
	}

#center_column {
	position: relative;
	float: right;
	width: 710px;
	margin-top: 15px;
	}

/* Hearder Parts */
#header {
	position: relative;
	width: 100%;
	height: 65px;
	margin-bottom: 30px;
	}

#logo {
	float: left;
	margin-left: 20px;
	border: 0;
	}

#header_links {
	float: right;
	margin-right: 20px;
	margin-top: 45px;
	}

/* Content Parts */

#main {
	position: relative;
	width: 100%;
	height: 450px;
	}

#top_border {
	position: relative;
	width: 100%;
	heigth: 35px;
	margin: 0;
	}

#top_right_corner {
	position: absolute;
	right: 0px;
	float: right;
	height: 35px;
	}

#top_center {
	margin: 0 30px;
	height: 35px;
	}

#sub_menu {
	position: relative;
	text-align: right;
	padding-top: 10px;
	}

#top_left_corner {
	position: absolute;
	left: 0px;
	float: left;
	height: 35px;
	}

#content {
	position: relative;	
	height: 385px;
	margin: 0 3px;
	}

#left_border {
	position: absolute;
	width: 3px;
	height: 385px;
	left: 0px;
	}

#right_border {
	position: absolute;
	width: 3px;
	height: 385px;
	right: 0px;
	}
	
#bot_border {
	position: relative;
	width: 100%;
	height: 30px;
	margin: 0;
	}

#bot_right_corner {
	float: right;
	}

#bot_left_corner {
	float: left;
	}

#bot_center {
	position: absolute;
	right: 35px;
	height: 30px;
	width: 650px;
	}

#bot_line {
	position: absolute;
	right: 35px;
	bottom: 0px;
	height: 2px;
	width: 650px;
	z-index: 1;
	}

#tree {
	position: relative;
	width: 125px;
	padding-top: 28px;
	margin: 0 auto;
	}

/* Left Column */
#left_column {
	position: absolute;
	left: -125px;
	top: 260px;
	width: 115px;
	}

#top_l {
	position: relative;
	width: 75px;
	margin: 10px auto;
	}
	
#mid_l {
	position: relative;
	width: 85px;
	margin: 10px auto;
	}
	
#bot_l {
	position: relative;
	margin: 0 auto;
	height: 115px;
	width: 110px;
	}

/* Misc Tages */
a, img 	{
	border: 0px;
	}

li.header {
	display: inline;
	padding-right: 15px;
	}