﻿body 
{
	background-color:Black;
	text-align: center;
	min-width: 600px;
	font-family:Arial;
	margin:0 0 0 0;
}
#Content
{
	margin:0 auto;
	background-color:White;
	height:100%;width:1000px;	
	text-align:left;
}
#Title
{
	background-image:url(../images/Title2.jpg);
	height:50px;width:1000px;
}
#TopBorder
{
}
#CenterContainer
{
	background-color:#FFFFFF;
	width:100%;height:100%;
}
#LeftBorder
{
	background-image:url(../images/Me223x540_bg2.JPG);
	background-repeat:no-repeat;
	float:left;
	height:540px;width:223px;
}
#LeftBorderSpacer
{
	float:left;
	height:1px;width:223px;
}
#RightContentExpanding
{
	background-color:White;
	float:left;
	height:100%;width:597px;
	padding:5px 5px 5px 5px;
}
#RightContentFixed
{
	background-color:White;
	float:left;
	height:466px;width:597px;
	padding:5px 5px 5px 5px;
}
#RightContent2
{
	background-color:White;
	float:left;
	height:160px;width:160px;
	padding:25px 5px 25px 5px;
}
#RightBorder
{
	float:left;
	background-image:url(../images/BottomBorder.jpg);
	background-repeat:repeat-y;
	height:63px;width:777px;
}
#BottomBlueBorder
{
	float:left;
	background-image:url(../images/BottomBlueBorder.jpg);
	height:5px;width:100%;
}
#Footer
{ 
	float:left;
	color:#FFFFFF;
	width:100%;
	text-align:center;
	font-family: 'Berlin Sans FB'; 
}
.resumeItem
{
	padding:5px 0 5px 0;
}
img
{
	border-style:none;
}

/**Buttons**/
#HomeBtn
{
	display:block;
	border-style:none;
	float:left;
	height:75px;width:75px;
	background:url(../images/HomeBtn.png);
	background-repeat:no-repeat;
}
#HomeBtn:hover
{
	display:block;
	border-style:none;
	float:left;
	height:75px;width:75px;
	background:url(../images/HomeBtnHi.png);
	background-repeat:no-repeat;
}
#ProjBtn
{
	display:block;
	border-style:none;
	float:left;
	height:75px;width:75px;
	background:url(../images/ProjectsBtn.png);
	background-repeat:no-repeat;
}
#ProjBtn:hover
{
	display:block;
	border-style:none;
	float:left;
	height:75px;width:75px;
	background:url(../images/ProjectsBtnHi.png);
	background-repeat:no-repeat;
}
#BlogBtn
{
	display:block;
	border-style:none;
	float:left;
	height:75px;width:75px;
	background:url(../images/BlogBtn.png);
	background-repeat:no-repeat;
}
#BlogBtn:hover
{
	display:block;
	border-style:none;
	float:left;
	height:75px;width:75px;
	background:url(../images/BlogBtnHi.png);
	background-repeat:no-repeat;
}
#ResumeBtn
{
	display:block;
	border-style:none;
	float:left;
	height:75px;width:75px;
	background:url(../images/ResumeBtn.png);
	background-repeat:no-repeat;
}
#ResumeBtn:hover
{
	display:block;
	border-style:none;
	float:left;
	height:75px;width:75px;
	background:url(../images/ResumeBtnHi.png);
	background-repeat:no-repeat;
}
/**fixes firefox issues with float**/
div.clearer {clear: both; line-height: 0; height: 0;}

/**preloads**/
.hiddenPic {display:none;}

a
{
	color:Orange;
	text-decoration:none;
}
a:hover
{
	color:#7972ff;
}