@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	color: #CCC;
	background: #000 url(../images/back2.jpg);
}
.semail {
	display: none;
}
#main_table {
	width: 900px;
	margin: 0 auto;
	font-size: 14px;
}
a:link {
	color: #CCC;
}
a:hover{
	color: #2C13AB;
}
h1 {
	font-size: 18px;
}
#main_content {
	background: #000;
}
#subpages td, #projects td {
	vertical-align: top;
}
td.line {
	background: url(../images/sub_line.gif) repeat-y;
}
#content {
	width: 549px;
	padding: 10px 37px 10px 20px;
}
#footer {
	font-size: 12px;
	padding: 10px;
}
#hm_footer {
	font-size: 12px;
}
#pr_left {
	background: url(../images/left_bk.gif) repeat-y;
	padding: 0 10px 10px 35px;
}
#pr_footer {
	font-size: 12px;
	padding: 10px;
	background: url(../images/left_bk.gif) repeat-y;
}
#pr_content {
	padding: 0 65px 10px 25px;
}
.desc_txt {
	width: 352px;
	padding-right: 47px;
	vertical-align: top;
}
.left_line {
	background: url(../images/left_line.gif) repeat-y;
	padding-left: 20px;
	vertical-align: top;
}
table#projects_table td img {
	margin: auto 8px auto 0;
}
table#projects_table td { 
	vertical-align: middle;
	padding-right: 20px;
	white-space: nowrap;
}
table#projects_table td.arrow_btn img{
	margin-top: -5px;	
}
table#single_project td img {
	margin: auto 15px auto 0;
}
table#single_project td { 
	vertical-align: middle;
	padding: 0 20px 15px 0;
	white-space: nowrap;
	text-transform: uppercase;
}
table#single_project td.arrow_btn img{
	
}
td#images div.back_btn {
	padding: 22px 10px 0 0;
}
div.scroll_box {
	height: 330px;
	overflow: auto;
}
.cell_padding td {
	padding: 0 10px 10px 0;
	vertical-align: top;
}