/* CSS Document */
#browsermsg { /* to display if using a mac and ie */
  
       display:none;
       font-family: Arial, Helvetica,sans-serif;
       font-size:10pt;
       color:#FF0000;
       border:1px solid #FF0000;
       background:#FFEDED;
       margin-bottom:10px;
       padding:10px;
}
body {
	margin:0;
	padding:0;
	background:#FFFFFF;
        background:#EDEDED url(/images/template/bg.gif) repeat-y center;
}
p,h1,h2,h3,h4,h5,h6{margin:0px;padding:0px;font-family: Arial, Helvetica,sans-serif;}
p {
	font-size:10pt;
	line-height:16px;
}
div#home {margin:0px 20px;}
#home h1, #home h2 {
	background:url(/images/template/heading-plus.gif) no-repeat;
	font-size:12pt;
	font-weight:bold;
	margin:18px 0px 5px 0px;
	padding-left:90px;
	border-bottom:1px solid #CDCDCD;
}
#site {
	position:absolute;
	width:800px;
	height:500px;
	/*background:#4F4F4F;*/
	margin-left:-400px;
	/*margin-top:-250px;*/
	left:50%;
}
#header {
	width:100%;
	background:#554D42; /* #5A5A5A */
        padding:15px 0px 2px 0px;
        
}
#header img {
	padding-top:2px;
        padding-bottom:2px;
        margin-left:90px;
}
#project_content {
        background:#FFFFFF;
	width:100%;
	border-bottom:1px solid #FFFFFF;
}
/* contact template */
#left {
padding-right:20px;
}
#right {
padding:10px;
font-family:arial, 'sans-serif';
font-size:10pt;
}


#projectDetail {
font-family: Arial, Helvetica,sans-serif;
font-size:10pt;
}
