body {
	background: #FFFFFF;
	padding: 0px;
	margin: 0px 0px;
    text-align: center;
}

img {
	border: none;
	vertical-align: text-top;
}

/* ----- text formatting ----- */

.text_main {
	font-family: arial, verdana, helvetica;
	color: #666666;
	font-size: 12px;
}

a {
	font-family: arial, verdana, helvetica;
	color: #cc0000;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
	font-family: arial, verdana, helvetica;
	color: #339999;
	font-size: 12px;
	text-decoration: none;
}

a.link_nav {
	font-family: arial, verdana, helvetica;
	color: #339999;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.link_nav:hover {
	font-family: arial, verdana, helvetica;
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.link_nav_static {
	font-family: arial, verdana, helvetica;
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.link_footer {
	font-family: arial, verdana, helvetica;
	color: #339999;
	font-size: 12px;
	text-decoration: none;
}

a.link_footer:hover {
	font-family: arial, verdana, helvetica;
	color: #cc0000;
	font-size: 12px;
	text-decoration: none;
}

.header {
	font-family: arial, verdana, helvetica;
	color: #339999;
	font-size: 18px;
	font-weight: bold;
}

.subheader {
	font-family: arial, verdana, helvetica;
	color: #339999;
	font-size: 14px;
	font-weight: bold;
}

.text_disclaimer {
	font-size: 11px;
}

ul {
	list-style: disc;
	color: #339999;
}

ol {
	color: #339999;
}

/* ----- layout ----- */

#container {
	width: 900px;
    margin: 0px auto;
    text-align: left;
    padding: 0px;
    height: 100%;
	position: relative;
	/*border: 1px solid red;*/
}

#photo_header {
	position:absolute; 
	top:25px; 
	left:650px;
}

#box_col_left {
	width: 148px;
	padding: 15px 0px 0px 15px;
	float: left;
}

#box_navigation {
	line-height: 22px;	
}

#box_contact_info {
	margin-top: 60px;	
}

#box_col_right {
	padding-left: 40px;
	padding-top: 18px;
	width: 697px;
	background-image: url('../images/background_content.gif');
	background-repeat: repeat-y;	
	float: right;
}

#box_content {
	min-height: 400px;
	width: 420px;
}

*html #box_content {
	height: 400px;
}

#footer {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 550px;
	text-align: center;
}

table.education td {
	padding-right: 12px;
	padding-bottom: 9px;
}

table.gallery td {
	vertical-align: top;
}

#image_gallery {
	margin-bottom: 10px;
}

/*#box_gallery_left {
	width: 200px;
	margin-top: 20px;
}

#box_gallery_center {
	position: absolute;
	width: 200px;
	top: 209px;
	left: 420px;
}

#box_gallery_right {
	position: absolute;
	width: 200px;
	top: 209px;
	left: 637px;
}

*html #box_gallery_right {
	position: absolute;
	top: 199px;
}

*/


/**html #footer{
	height: 24px;
}*/
