html {
	overflow-y:scroll;
}

html, body {
	height:100%;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Century Gothic, sans-serif;
	font-size:18px;
	background:#000;
	overflow:hidden;
}

img {
	border:none;
}

hr {
	color:#000;
	border: #333 thin double;
	width:90%;
}

object {
	overflow-x: hidden;
	overflow-y: scroll;
	frameborder:none;
}


table { 
	margin-left: auto;
	margin-right: auto;
}


#container {
	position: absolute;
	width: 1000px;
	height: 700px;
	left:50%;
	margin: 0px 0px 0px -494px;
	padding: 0px 0px 0px 0px;
	background:url(../images/body.png);
	background-position:top;
	background-repeat:no-repeat;
}

#header {
	height:75px;
	width:193px;
	position:absolute;
	left: 112px;
	top: 47px;
}

#navigation {
	font-size:small;
	position:absolute;
	right:115px;
	top:100px;
	list-style: none;
}

#nav li {
	display: block;
	float: left;
	text-decoration: none;
}

#main {
	position:absolute;
	left:120px;
	top:130px;
	width:755px;
	max-height:395px;
	overflow:auto;
	overflow-x:hidden;
	padding:5px;
	
	scrollbar-face-color : #000000;
	scrollbar-highlight-color : #000000;
	scrollbar-3dlight-color : #000000;
	scrollbar-darkshadow-color : #000000;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color: #000000;
}

#footer {
	width:100%;
	text-align:center;
	font-size:10px;
	position:absolute;
	top:550px;
}

.proj_img {
	float:right;
	border:#000 thin solid;
	margin: 45px 5px 5px 5px;
}

.proj_title {
	font-size:15px;
	font-weight:bold;
}
.proj_subtitle {
	font-size:12px;
	margin-top: -10px;
	margin-left: 10px;
}

.project {
	min-height:250px;
}


.mugshot {
	width:287px;
	height:375px;
	float:right;
	padding:5px;
}

#frame {
	border:#000 thick solid;
}

#aboutme {
	display:none;
}

#projects {
	display:none;
}

#blog {
	display:none;
}

#internship {
	display:none;
}

#resume {
	display:none;
}

#contact {
	display:none;
}
#code {
	display:none;
}
#hidden_msg {
	text-align:center;
	width:100%;
	font-size:5px;
}
.validators{
	position:absolute;
	bottom:0px;
	right:0px;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */


