* {
padding: 0;
margin: 0;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	height: 100%;
	width: 100%;
	font-size: 10px;
	text-decoration: none;
}

html {
height: 100%;
}

a:link {
	text-decoration: none;
	color: #000;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}

.footer-link:link {
	text-decoration: none;
	color: #FFF;
}
.footer-link:visited {
	text-decoration: none;
	color: #FFF;
}
.footer-link:hover {
	text-decoration: none;
	color: #dcba1c;
}
.footer-link:active {
	text-decoration: none;
	color: #dcba1c;
}

.footer-e-mail:link {
	text-decoration: none;
	color: #FFF;
}
.footer-e-mail:visited {
	text-decoration: none;
	color: #FFF;
}
.footer-e-mail:hover {
	text-decoration: underline;
	color: #FFF;
}
.footer-e-mail:active {
	text-decoration: none;
	color: #FFF;
}

#container {
	min-height: 100%;
	background: #ffffff url(images/layout/bg01.jpg) no-repeat top left;
	width: 100%;
	margin: 0 auto;
}

#header {
	width:auto;
	text-align:right;
	padding-right:50px;
	height:75px;
}

#content {
	width:auto;
	padding-top:25px;
	padding-left:400px;
	padding-right:50px;
	padding-bottom:25px;
}

#footer {
	width: 100%;
	background-color: #0c0c0c;
	color: #ffffff;
	height: 80px;
	margin: -80px auto 0 auto;
}

#clearfooter {
height: 80px;
}

#footerinfo {
	padding-top: 20px;
}

#header {
	padding-top: 20px;
}

#footer #footerinfo table tr td strong {
	color: #649702;
	font-size: 11px;
}

.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: justify;
}


.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #649702;
}

.abouttext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	padding-left: 10px;
	text-align: justify;
}
.abouttable {
	padding-left: 20px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
	margin-left: 30px;
}

.worktext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding-left: 15px;
	font-weight: bold;
}

.workimage {
	padding-top: 5px;
}

.workdate {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8px;
	color: #000;
	font-weight: bold;
}

#twitter {
	width: 500px; margin: 130px auto;
}

	#twitter h1 a {
		display: block; margin: 0 0 15px 0;
		font: 90px Helvetica, Arial, Sans-Serif; color: rgba(255,255,255,0.2);
		text-decoration: none;
	}
		#twitter h1 a:hover { color: rgba(255,255,255,0.3); }

	#twitter ul {
		list-style: none; padding: 0 0 0 140px;
		background: url(bird.png) 0 0 no-repeat;
	}
		#twitter ul li {
			padding: 20px;
			background: rgba(255,255,255,0.1);
			border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px;
		}
			#twitter ul li a {
				font: italic 14px/30px Georgia, Times, Serif;
				color: #555b6e;
			}
				#twitter ul li a:hover { color: #1b2f6f; }

		#twitter ul li span {
			font: 22px/30px Helvetica, Arial, Sans-Serif; color: #fff;
		}
			#twitter ul li span a {
				font: 22px/30px Helvetica, Arial, Sans-Serif;
			}