html, body {
	font-family: "Trebuchet MS", Arial, Verdana;
	background-color: #FFFFFF;
	padding:0;
	margin:0;
	text-align:center;
	height:100%;
}
td {
	font-family: "Trebuchet MS", Arial, Verdana;
}
th {
	font-family: "Trebuchet MS", Arial, Verdana;
}
a {
	color: #CC3300;
}
a:hover {
	color: #FF3300;
}
.page_block {
	width: 740px;
	margin:0px auto;
	text-align:left;
	padding:0px;
	/*border:1px solid #ccc;*/
	background-color:#FFFFFF;
	height:100%;
	font-size:12px;
}
.column_size {
	text-align:justify;
	width:220px;
}
.column_large {
	text-align:justify;
	width:460px;
}
.page_block_footer {
	margin:0px auto;
	text-align:left;
	padding:0px;
}
.page_block_padding {
	padding:20px 0px;
}
.biggestHeader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color: #990000;
	background-image:url(images/header_line.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	width:220px;
	margin-bottom:10px;
}
.bigHeader {
	font-size:18px;
	color:#5F83A0;
}
.row_even {
	background-color: #F6F6F6;
}
.row_odd {
	background-color: #F2F2F2;
}
.row_hilight {
	background-color: #D2E2E8;
	cursor:pointer;
}
/* -----------------------------------------| Footer |-------------------------------- */
.footer_bg {
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
}
/* -----------------------------------------| Block |---------------------------------- */
.block_side_b {background: url(images/block_side_T.gif) top repeat-x; width: 220px;}
.block_side_t {background: url(images/block_side_B.gif) bottom repeat-x #993333; width: 220px;}
.block_side_l {background: url(images/block_side_L.gif) left repeat-y;}
.block_side_r {background: url(images/block_side_R.gif) right repeat-y;}
.block_bl {background: url(images/block_corner_BL.gif) bottom left no-repeat;} 
.block_br {background: url(images/block_corner_BR.gif) bottom right no-repeat} 
.block_tl {background: url(images/block_corner_TL.gif) top left no-repeat; text-align:left;} 
.block_tr {background: url(images/block_corner_TR.gif) top right no-repeat;} 
.block_title {color: #FFFFFF; font-family: Georgia, "Times New Roman", Times, serif; font-size:18px; text-align:left; padding:20px 20px 0 20px;}
.block_text { padding:10px 20px 20px 20px; color: #FFFFFF; font-family: "Trebuchet MS", Arial, Verdana; font-size:12px; text-align:justify; width:180px; }
.block_text a {
	color:#FFFFFF;
}
/* -----------------------------------------| Portfolio |---------------------------------- */
.photo_title_bg {
	background-image:url(images/photo_title_bg.gif);
	background-repeat:no-repeat;
}
.photo_title {
	font-size:12px;
	padding:4px 0 0 20px;
}
.photo_bg_top {
	background:url(images/photo_bg_top.gif) top no-repeat;
	padding:25px 0 0 0;
}
.photo_bg {
	background:url(images/photo_bg_center.gif) center repeat-y;
	padding:0 0 20px 0;
}
.photo_bg img {
	border:1px solid #CCC;
}