/* Tags ************************/
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 10px;
	font-family: Helvetica;
}

/* Top container *****************/

#top_container {
	width: 922px;
	height: 455px;
	margin: 0px auto;
	position: relative;
}

#left_column {
	width: 120px;
	height: 455px;
	float: left;
}

#center_column {
	width: 682px;
	height: 455px;
	background-image: url('images/frame.gif');
	background-repeat: no-repeat;
	float: left;
}

#right_column {
	width: 120px;
	height: 455px;
	float: left;
}

#main_image {
	width: 675px;
	height: 451px;
	position: relative;
}

#main_image img{
	width: 675px;
	height: 451px;
	margin-left: 4px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
}

/* Bottom Container ***/

#another_holder {
	margin:0px auto;
	width: 950px;
	padding-top: 75px;
}

#bottom_container {
	width: 682px;
	background-image: url('bottom_frame.gif');
	background-repeat: no-repeat;
	height: 100px;
	margin: 0px auto;
	position: relative;
}

#navigation {
	height: 25px;
	float: left;
}

#personal {
	background-image: url('images/personal.gif');
	background-repeat: no-repeat;
	width: 47px;
	height: 28px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

#personal_on {
	background-image: url('images/personal_on.gif');
	background-repeat: no-repeat;
	width: 47px;
	height: 28px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

#travel {
	background-image: url('images/travel.gif');
	background-repeat: no-repeat;
	width: 30px;
	height: 28px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

#travel_on {
	background-image: url('images/travel_on.gif');
	background-repeat: no-repeat;
	width: 30px;
	height: 28px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

#editorial {
	background-image: url('images/editorial.gif');
	background-repeat: no-repeat;
	width: 42px;
	height: 28px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

#editorial_on {
	background-image: url('images/editorial_on.gif');
	background-repeat: no-repeat;
	width: 42px;
	height: 28px;
	float: left;
	margin-left: 10px;
	cursor: pointer;
}

#system_working {
	background-color: #FFFFFF;
	background-image: url('images/indicator.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	margin-top: 8px;
	margin-left: 8px;
	padding: 5px;
	z-index: 60;
	float: left;
}

#logo {
	background-image: url('images/logo.gif');
	background-repeat: no-repeat;
	width: 276px;
	height: 23px;
	margin-top: 9px;
	float: right;
}

#navigation_two {
	margin-right: 5px;
}

#about_me {
	background-image: url('images/about_me.gif');
	background-repeat: no-repeat;
	width: 53px;
	height: 10px;
	margin-left: 10px;
	margin-top: 6px;
	float: right;
	cursor: pointer;
}

#contact {
	background-image: url('images/contact.gif');
	background-repeat: no-repeat;
	width: 42px;
	height: 10px;
	margin-left: 10px;
	margin-top: 6px;
	float: right;
	cursor: pointer;
}

/* Thumb Navigation ************/
#arrow_holder {
	float: right;
	margin: 180px 10px 0px 10px;
}

#up_arrow {
	background-image: url('images/up_arrow.gif');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 2px;
	cursor: pointer;
}

#down_arrow {
	background-image: url('images/down_arrow.gif');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 2px;
	cursor: pointer;
}

#up_arrow_off {
	background-image: url('images/up_arrow_off.gif');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-bottom: 15px;
	margin-left: 2px;
}

#down_arrow_off {
	background-image: url('images/down_arrow_off.gif');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	margin-left: 2px;
}

/* Thumb Nav */
#thumb_navigation {
	position: absolute;
	margin-top: 4px;
	margin-left: 22px;
	width: 70px;
}

#thumb_navigation img {
	border: 1px solid #C0C0C0;
	margin-bottom: 17px;
	width: 68px;
	height: 45px;
	cursor: pointer;
}

/* Contact Div */
#contact_div {
	margin-top: 4px;
	margin-left: 4px;
	position: absolute;
	z-index: 60;
	border-bottom: 1px solid #666666;
}

#contact_div p {
	margin-top: 0px;
	padding-top: 0px;
}

.button {
	height: 27px;
	border: 1px solid #666666;
}

#test {
	background-color: #FFFFFF;
	padding: 15px;
	width: 645px;
	opacity: .95;
	filter: alpha(opacity=95);
}

#contact_title {
	float: left;
}

#contact_closer {
	float: right;
	cursor: pointer;
	margin: 0px;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
}

#contact_form input {
	width: 250px;
	font-size: 10px;
	font-family: Helvetica;
}

#contact_form textarea {
	width: 637px;
	height: 75px;
	font-size: 10px;
	font-family: Helvetica;
}

#submit_button {
	width: 65px!important;
	height: 19px;
}

/** about me **/
#about_me_div {
	margin-top: 4px;
	margin-left: 4px;
	position: absolute;
	z-index: 59;
	border-bottom: 1px solid #666666;
}

#about_me_holder {
	background-color: #FFFFFF;
	padding: 15px;
	width: 645px;
	opacity: .95;
	filter: alpha(opacity=95);
}

#about_me_picture {
	height: 300px;
	width: 322px;
	background-image: url('images/bioimage.gif');
	background-repeat: no-repeat;
	border: 1px solid #666666;
	float: left;
}

#about_me_right {
	float: left;
	width: 305px;
	padding-left: 15px;
}

#about_me_close {
	float: right;
	cursor: pointer;
}

#about_me_right p {
	text-align: justify;
	margin-top: 5px;
}

/* Utility Divs */
.clearer {
	clear: both;
	margin: 0px;
	padding: 0px;
}

#system_working2 {
	background-color: #FFFFFF;
	background-image: url('images/indicator.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 16px;
	height: 16px;
	margin-left: 8px;
	padding: 5px;
	float: left;
}

#system_working {
	background-color: #FFFFFF;
	background-image: url('images/indicator.gif');
	background-repeat: no-repeat;
	background-position: center center;
	width: 50px;
	height: 50px;
	margin-left: 320px;
	margin-top: 190px;
	position: absolute;
	z-index: 100;
	border: 1px solid #666666;
	opacity: .75;
	filter: alpha(opacity=75);
}

#system_working p {

}

