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

* {
margin: 0;
}
html, body {
height: 100%;
}


body {
	background:url(images/bg_tile.jpg) repeat;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	line-height:17px;
	letter-spacing:1.25px;
	}
	
img {
	border:0px;
	}
	
a {
	color:#212a12;
	text-decoration:underline;
	}	
	
a:hover {
	text-decoration:none;
	}		
	
.clear {
	clear:both;
	height:0px;
	}	
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	}	
	
#logo {
	top:30px;
	left:0px;
	position:absolute;
	}	
	
#content {
	top:140px;
	left:0px;
	position:absolute;
	width:728px;
	background:#859e5e;
	}	
	
#mywork {
	background:url(images/bg_damask.jpg) bottom left no-repeat #859e5e;
	}	
	
#sub {
	background:#a7ba8a;
	margin:0;
	}		
	
.title {
	margin:30px 0 0 30px;
	float:left;
	}	
	
.tweet {
	font-size:14px;
	color:#3b6a33;
	}	
	
.tweet li {
	list-style-type: none;
	}	
	
.tweet ul {
	margin:0px;
	padding:0px;
	}	
	
.content {
	margin:30px 30px 0 85px;
	float:left;
	}	
	
.content p {
	margin:0 0 0 20px;
	}	
	
.content table {
	margin:0 0 15px 0;
	}		
		
.whiteborder {
	border:8px solid #fff;
	margin-bottom:25px;
	}
	
.divider {
	margin:10px 0 0 0;
	}	
	
.footer, .push {
	height: 4em;
	}	
	
.footer {
	width:728px;
	background:#a7ba8a;
	}