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

body,td,th {
	font-size: 9pt;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #000;
	background-image: url(../images/dark_grey_px.png);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu_type {
	font-size: 9pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.margin {
	margin: 15px 10px 0px 10px;	
}
.coltext {
	margin: 15px 10px 0px 10px;
	column-width: 15em;
	column-gap: 2em;   /* shown in yellow */            
	column-rule: 4px solid green;
	padding: 0px;      /* shown in blue */
	column-count: 2;
}
.grey_box {
	position:relative;
	width:980px;
	height:auto;
	border:0px;
	margin:0px;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../images/grey_px.png);
	background-repeat: repeat;
}
.descphoto {
	position:relative;
	float:right;
	width:auto;
	height:auto;
	border:0;
	padding:5px;
	padding-left:10px;
	padding-right:25px;
	margin:0px;
	font-size: 10pt;
	font-weight: normal;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../images/grey_px.png);
	background-repeat: repeat;
}
#desc {
	position:relative;
	float:left;
	height:auto;
	width:500px;
	padding:25px;
	padding-left:50px;
	padding-right:50px;
	margin-right:60px;
	margin-left:60px;
	font-weight:normal;
}
.modescred {
	position:relative;
	float:right;
	width:500px;
	height:auto;
	padding:50px;
	padding-left:50px;
	padding-right:50px;
	margin-right:60px;
	margin-left:60px;
	border:0px;
	font-size: 10pt;
	font-weight:normal;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../images/grey_px.png);
	background-repeat: repeat;
}
.photocred {
	position:relative;
	float:right;
	width:auto;
	height:auto;
	padding:10px;
	padding-right:25px;
	border:0px;
	font-size: 10pt;
	font-weight:normal;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../images/grey_px.png);
	background-repeat: repeat;
}
#images {
	width:972px;
	height:auto;
	margin:0px;
	padding:4px;
}
#images_type {
	font-size:12px;
	font-weight:bold;
	width:930px;
	margin:0px;
	padding-left:50px;
	padding-top:7px;
	padding-bottom:5px;
}
.images_thumb {
	position:relative;
	float:left;
	width:318px;
	height:179px;
	margin:3px;
}
.proj_title {
	margin-left:104px;
	font-size: 36pt;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../images/black_px.png);
	background-repeat: repeat;
}
.proj_title_two {
	margin-left:104px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(../images/black_px.png);
	background-repeat: repeat;
}
.proj_thumbs {
	position:absolute;
	width:370px;
	height:130px;
	border:0;
	padding:;
	font-size: 9pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}
.proj_thumbs_type {
	position:absolute;
	left:0px;
	top:46px;
	width:auto;
	height:auto;
	border:0;
	padding:5px;
	padding-left:10px;
	padding-right:15px;
	font-size: 9pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/proj_type_bg.jpg);
	background-repeat: repeat;
}
.clearboth {
	clear: both;
}
.mainmenu{
	position:absolute;
	top:346px;
	left:50px;
	width:630px;
	height:79px;
	border:0;
	padding:0;
}
.dicksonchow{
	position:absolute;
	top:230px;
	left:50px;
	width:333px;
	height:78px;
	border:0;
	padding:0;
}
#maincol {
    width:1200px;
	position:relative;
}
#cont_contain{
    position:relative;
    width:1200px;
}
#cont_contain_left{
    float:left;
	width:1200px;
    height:100%;
	background-color: #000;
	background-image: url(../images/dark_grey_px.png);
	background-repeat: repeat;
}
#cont_contain_middle{
	float:left;
	width:1100px;
    height:100%;
	padding:0px;
	background-color: #000;
	background-image: url(../images/black_px.png);
	background-repeat: repeat;
}
#cont_contain_right{
    float:left;
	width:1150px;
	margin-left:50px;
    height:100%;
	background-color: #000;
	background-image: url(../images/dark_grey_px.png);
	background-repeat: repeat;
}
a:link {
	color: #6CF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6CF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #6CF;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	color: #000;
}
h2 {
	font-size: 12px;
	color: #000;
}
h3 {
	font-size: 10px;
	color: #000;
}
h4 {
	font-size: 24px;
	color: #000;
}