@charset "UTF-8";
/* CSS Document */


html, body {
	height: 100%;         /* required */
}

body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
p {
	font-family: 'Port Lligat Sans', cursive;
}

div#distance { 
	margin-bottom: -350px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */
}

div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 750px;         /* required - desired height */
	width: 900px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
}

div#header {
	float: left;
}

div#sidebar {
	float: left;
	margin-left: 30px;
	width: 240px;
}
div#portfolio {
	float: left;
}
div#footer {
	width: 900px;
	text-align: right;
	font-size: .55em;
	margin: 0 auto;       /* required */
	font-family: Verdana, Geneva, sans-serif;

}
.sidebar {
	font-family: 'Port Lligat Sans', cursive;
	font-size: .95em;
}
a {
	color: white;
}