html, body, img {
	margin: 0;
	border: 0 none;
}

body {
	color: #FFFFFF;
	background:#39414A url(../img/bg-tile.png) repeat scroll 50% 0;
	font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif !important;
	font-size: 62.5% !important;
	font-size-adjust: none !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	line-height: normal !important;
}

#main {
	margin: 0 auto;
	width: 910px;
}

#content {
	background: #181C21 url(../img/bg_content.gif) repeat-x scroll center top;
	border-bottom: 1px solid #000000;
	padding: 4em 40px;
}

#aboutMe {
	float: left;
	margin-bottom: 3em;
	padding-top: 1em;
	width: 550px;
}

#aboutMe h2 {
	//color:#5DB0E6;
	color: #31A500;
	font-size: 1.9em;
	font-weight: bold;
	line-height: 1em;
}

#aboutMe p {
	clear:both;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.6;
	margin:0.8em 0;
}

.smaller {
	font-size: 1.2em !important;
}

#followMe {
	float: right;
	margin-bottom: 3.5em;
	padding-top: 60px;
	width: 235px;
	text-align: center;
}

#middle {
	clear: both;
}

#middle ul {
	margin: 0;
	padding: 0;
}

#middle li {
	display: inline;
	background-color: #39414A;
	list-style: none;
}

#middle li:hover {
	color: red;
}

#middle li a {
	background-color: #39414A;
	text-decoration: none;
	color: #ffffff;
	font-size: 120%;
	padding: 8px;
}

#middle li a:hover {
	background-color: #5E6B77;
}

.link a {
	text-decoration: none;
	color: white;
	background-color: #39414A;
	padding-left: 2px;
	padding-right: 2px;
}

#footer {
	vertical-align: middle;
	background:#0F1923 url(../images/bg_footerGrad.jpg) repeat-x scroll center top;
	border-bottom:1px solid #000000;
	height: 70px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 50px;
}

#footer div {
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
}

.footerImage {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.footerImage img {
	vertical-align: middle;
}