@charset "UTF-8";
/* CSS Document */

body
{
	background: url( "../images/Header_bg.jpg" );
	background-position: top;
	background-color: #2a1500;
	background-repeat: repeat-x;
}

p
{
	text-indent: 1em;
}

a
{
	color: #fff4c2;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}

p
{
	text-indent: 1.5em;
	margin: 0;
	padding: 0 1.5em 0 0;	
	text-align: left;
}

strong
{
	color: #edc300;
}

h1, h2, #h2_resume_first
{
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

h2, #h2_resume_first
{
	color: #fff;
	font-size: 20px;
	display: block;
	border-bottom: 3px solid #edc300;
	width: inherit;
}

.h2_right
{
	text-align: right;
}

h3
{
	display: block;
	font-size: 22px;
}

#content_cell
{
	background-image: URL( "../images/BG-11.jpg" );
	background-color: #2a1500;
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 6px;
}

#content, .text
{
	color: white;
	font-size: 15px;
	
	padding: 0;
	margin: 0 1em 3em 0;
	
}

#contact_box
{
	padding-left: 150px;
	width: 220px;
}

.work_thumb
{
	border: 1px solid white;
}

.related_work_table_tr table tr
{
	border: 1px solid red;
}

#logged_in 
{
	/* float: left; */
	padding: 0.5em;
	color: white;
}

table, tr, td, tbody {
	margin: 0;
	padding: 0;
}