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

body, html {
	padding:0px;
	margin:0px;
	width:100%;
	background:url(../images/background.jpg) no-repeat;
	font-family:Verdana, Geneva, sans-serif;
}

#wrapper {
	width:100%;
}

#miniheader {
	height:20px;
	padding-top:5px;
	width:100%;
	background:#000;
	top:0px;
	overflow:hidden;
	font-size:12px;
	color:#333;
	font-weight:bold;
	line-height:12px;
}

.mini:link {
	color:#FFF;
	text-decoration:none;
}

.mini:active {
	color:#FFF;
	text-decoration:none;
}

.mini:visited {
	color:#FFF;
	text-decoration:none;
}

.mini:hover {
	color:#FFF;
	text-decoration:underline;
}

#header {
	height:56px;
	padding-top:3px;
	width:100%;
	background:#060 url(../images/green.jpg) repeat-x bottom;
	top:0px;
	overflow:hidden;
}

#page {
	width:100%;
}

#work {
	float:left;
	width:350px;
	padding-top:55px;
	
}
.hireMe {
	width:200px;
	float:right;
	height:150px;
	padding:25px;
	top:0px;
	right:100px;
	position:fixed;
	background:url(../images/hireme.jpg) no-repeat left top;
}

.project {
	margin:3px;
	height:102px;
	width:322px;
	border:#ddd 1px solid;
	background:#FFF;
	/*opacity:0.7;filter:alpha(opacity=70);*/
}

.project:link {
	margin:3px;
	height:102px;
	width:322px;
	border:#ddd 1px solid;
	background:#FFF;
	/*opacity:0.7;filter:alpha(opacity=70);*/
}

.project:hover {
	margin:3px;
	height:102px;
	width:322px;
	border:#060 1px solid;
	background:#FFF;
	/*opacity:100;filter:alpha(opacity=100);*/
}

#content {
	float:right;
	width:450px;
	border-right:#ddd 1px solid;
	border-left:#ddd 1px solid;
}

.textbox {
	padding:15px;
	padding-bottom:3px;
}

.line {
	background:#ddd;
	overflow:hidden;
	height:1px;
	margin-left:15px;
	margin-right:15px;
	margin-top:1px;
}

#footer {
	height:135px;
	background:#060 url(../images/green.jpg) repeat-x;
    left: 0px;
    width: 100%;
	overflow:hidden;
}

#footer2 {
	height:135px;
	background:#060 url(../images/green.jpg) repeat-x;
    width: 100%;
	overflow:hidden;
}

/* STYLES */

h1,h2,h3,h4,h5,h6{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
display: inline;
}


h1 {
	font-size:36px;
	font-weight:bold;
	color:#333;
	letter-spacing:-2px;
	line-height:30px;
}

h2 {
	font-size:24px;
	font-weight:100;
	color:#333;
	letter-spacing:-1px;
	line-height:30px;
}

h3 {
	font-size:12px;
	color:#333;
	font-weight:normal;
	line-height:17px;
}

h4 {
	font-size:12px;
	color:#fff;
	font-weight:normal;
	line-height:17px;
}

.form {
	margin-left:40px;
	padding:5px;
	height:20px; 
	width:290px; 
	border:none; 
	background:#eee;
}

a:link {
	color:#060;
	text-decoration:none;
}

a:active {
	color:#060;
	text-decoration:none;
}

a:visited {
	color:#060;
	text-decoration:none;
}

a:hover {
	color:#030;
	text-decoration:underline;
}