body {
	margin: 0;
	background-image: url('../images/page/tile_bg.jpg');
	background-repeat:repeat;
}

#clearboth {
	clear: both;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f00;
}

a.menu {
	font-size: 10px;
	color: #000;
}

/*------------------ Main Styles ---*/

#main {
	margin: 0 auto;
	width: 709px;
}

#header {
	height: 77px;
	width: 100%;
	background-image: url('../images/page/header.jpg');
}

#menu {
	height: auto;
	width: 689px;
	background-color: #fff;
	text-align: right;
	padding-right: 20px;
	color: #b8b8b8;
}

#banner {
	height: 157px;
	width: 100%;
	background-color: #fff;
}

#content {
	width: 100%;
	background-color: #fff;
}

#footer {
	text-align: center;
	height: 20px;
	width: 100%;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 25px;
}

.content_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #373737;	
	letter-spacing: 4px;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #373737;
}

#index_leftcolumn {
	float: left;
	width: 228px;
	height: 429px;
	margin-top: 20px;
	padding-left: 37px;
	padding-right: 19px;
	background-color: #fff;
	
}

#index_rightcolumn {
	float: left;
	width: 405px;
	margin-top: 20px;
	padding-left: 10px;	
	height: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #000;
}

#about_leftcolumn {
	width: 300px;
	float: left;
	height: 429px;
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 19px;
	background-color: #fff;	
}

#about_rightcolumn {
	width: 300px;
	float: left;
	margin-top: 20px;
	padding-left: 10px;	
	height: auto;	
	border-left: 1px solid #000;
}

#recent {
	width: 100%;
	height: 110px;
	margin-bottom: 20px;
}

#recentimg {
	border: 1px solid #000;
	width: 147px;
	height: 100px;
	float: left;
}

#recenttxt {
	height: 102px;
	width: 240px;
	margin-left: 7px;
	float: left;
	padding-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#contact_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input {
	border: 1px solid #000;
}

a.menuitem {
	color: #2c2c2c;
	font-size: 12px;
	text-decoration: none;
}

a.menuitem:hover {
	color: #f00;
}

#portfoliobox {
	width: 709px;
	height: auto;
}
.message {
	text-align:left;
	color:#FF0000;
}

