html,body,div,p,ul,li,h1,h2,h3,h4,h5,h6,img,fieldset,table,tr,th,td,a,input,textarea,form{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
	outline:0px;
}

/* setup body */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background:url('../images/bodybg.jpg') repeat-x;
	background-color:#171717;
}

/* container */
#container {
	width: 100%;
}

/* wrapper */
#wrapper {
	margin: auto;
	width: 220px;
	min-height:1127px;
	background:url('../images/wrapperbg.jpg') no-repeat;
	background-position:0px 58px;
}

/* top area */
#top {
	padding:3px 0px 0px 0px;
	width: 1024px;
	height: 55px;
	text-align:center;
}

/* content */
#content {
	width: 220px;
}

/* logo */
h1.logo {
	float:left;
	width: 419px;
	height: 196px;
	background:url('../images/logo.png') no-repeat;
	text-indent:-3000px;
	overflow:hidden;
}
	
/* welcome area */
#welcome {
	float:left;
	margin: 47px 0px 0px 52px;
	width: 553px;
}
#welcome h2 {
	margin: 0px 0px 15px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color: #FFFFFF;
	font-weight:normal;
}
#welcome p {
	width: 525px;
	height: 95px;
	font-size: 1.2em;
	color: #FFFFFF;
	line-height:25px;
	overflow:hidden;
}

/* twitter box */
#twitter2 {
	
	margin: 0px 0px 0px 728px;
	margin-top:15px;
	padding: 30px 0px 0px 80px;
	width: 135px;
	height: 32px;
	background:url('../images/twitterbg2.png') no-repeat;
}
#twitter2 a {
	font-size: 1.2em;
	color: #19ab84;
	text-decoration:none;
}
#twitter2 a:hover {
	text-decoration:underline;
}

/* recent work */
#recentWork {
	width: 1024px;
	height: 445px;
}
#recentWork h2 {
	margin: 0px 0px 0px 90px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight:normal;
	color: #FFFFFF;
}
#recentWork #slideArea {
	margin: 67px 0px 0px 0px;
	width: 1024px;
	height: 356px;
}
#recentWork #slideArea #left {
	float:left;
	padding: 53px 0px 0px 17px;
	width: 68px;
}
#recentWork #slideArea #middle {
	float: left;
	width: 856px;
	height: 356px;
	overflow:hidden;
		/*background:red;*/
}
#recentWork #slideArea #right {
	float: left;
	padding: 53px 0px 0px 17px;
	width: 65px;
}

/* contact box */
#contact {
	margin: 80px 0px 0px 0px;
	width: 1024px;
}
#contact h2 {
	margin: 0px 0px 20px 87px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 3em;
	color:#FFFFFF;
	font-weight:normal;
}
#contact input[type="text"] {
	padding: 12px 0px 0px 10px;
	width: 248px;
	height: 27px;
	background:url('../images/textbg.png') no-repeat;
	color:#19ab84;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
#contact textarea {
	padding: 12px 0px 0px 10px;
	margin: 0px 0px 0px 26px;
	width: 563px;
	height: 184px;
	background:url('../images/textareabg.png') no-repeat;
	color:#19ab84;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.3em;

}

#content table { 
	margin: 0px 0px 0px 87px;
}
#contact table th {
	padding: 0px 0px 8px 5px;
	font-size: 1.3em;
	font-weight:normal;
	color: #FFFFFF;
	text-align:left;
}
#contact table td {
	padding: 0px 0px 18px 0px;
}

#contact .submitButton {
	width: 120px;
	height: 39px;
	background:url('../images/submitbutton.png') no-repeat;
	cursor:pointer;
}

/* footer */
#footer {
	clear:both;
	margin: 0px 0px 0px 0px;
	padding: 45px 0px 0px 87px;
	width: 937px;
	height: 130px;
	font-size: 1.4em;
	color: #313232;
	background:url('../images/footerbg.jpg') no-repeat;
}
#footer span {
	color:#a4a4a4;
}
#footer a {
	color:#19a983;
	text-decoration:none;
}
/* other */
.clear {
	clear:both;
	height: 0px;
}

#twitter {
	display:inline;
}

