body
{
	background: #954896;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Helvetica, sans-serif;
	background-image: url('back.jpg');
	background-repeat: repeat-x;
}

#sun
{
	height: 205px;
	width: 205px;
	background-image: url(sun.png);
	position: absolute;
	z-index: 0;
}

#wrapper
{
	text-align: left;
	height: 700px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#bottom  /*Displays the copyright notice at the base of the mountains */
{
	position: absolute;
	z-index: 1;
	width: 900px;
	text-align: center;
	margin-top: 650px;
	font-weight: 700;
	font-family: Helvetica, sans-serif;
	color: #660066;
	font-size: 10px;
}

#bottom img
{
	border: none;
}

#logo /* Holds the Logo in the top left corner */
{
	width: 412px;
	height: 70px;
	position: absolute;
	margin-top: 65px;
	margin-left: 13px;
	z-index: 2;
}

#nav /*Holds the navigation bar immediately under the logo */
{
	width: 173px;
	height: 180px;
	border: 3px solid #4A7AD3;
	background: #FFFFFF;
	position: absolute;
	z-index: 3;
	margin-top: 107px;
	margin-left: 13px;
}

#twitter /* This box goes immediately below the nav bar and contains twitter updates or some additional content */
{

	position: absolute;
	z-index: 4;
	margin-left: 13px;
	margin-top: 137px;
	border: 3px solid #4A7AD3;
	background: #FFFFFF;
	width: 173px;
}

#main /* This is the main window*/
{
	width: 663px;
	height: 430px;
	border: 3px solid #4A7AD3;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	margin-top: 107px;
	margin-left: 196px; 
	padding: 0px;
	overflow: hidden;
}

#contact /* This box aligns immediately below the picture box and has contact info */
{
	height: 210px;
	width: 173px;
	border: 3px solid #4A7AD3;
	background: #FFFFFF;
	position: absolute;
	z-index: 6;
	margin-top: 327px;
	margin-left: 13px;
	font-size: 12px;
	font-weight: 800;
}

#resume
{
	position: absolute;
	z-index: 7;
	margin-top: 297px;
	margin-left: 13px;
	width: 173px;
	height: 20px;
	background: #FFFFFF;
	border: 3px solid #4A7AD3;
}

#overlay
{
	background: white;
	border-bottom: 1px solid blue;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 8;
	background: #FFFFCC;
}

#overlay h6
{
	text-align: left;
	margin: 0 auto;
	width: 900px;
}

#tableless /*This window pops up when the user clicks the tableless design button at the bottom. Hidden by default */
{
	display: none;
	position: absolute;
	z-index: 9;
	width: 300px;
	background: #FFFFCC;
	border: 3px solid #4A7AD3;
	margin-top: 250px;
	margin-left: 600px;
}

#recent
{
	margin-left: 20px;
	width: 460px;
	display: block;
}

#recent a
{
	text-decoration: none;
}

/* Div to hold horizontal accordion */
#container
{
	margin: 0px;
	background: #CCCCCC;
	width: 583px;
	height: 250px;
	margin-left: 5px;
}

#recent:hover
{
	background: #9AC0EC;
}

#msg
{
	width: 460px;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	color: #003366;
	font-weight: bold;
	font-size: 20px;
	margin-top: 100px;
	border: 2px solid #006699;
	background: #C5D8F4;
	padding-top: 10px;
	padding-bottom: 10px;
}

#msg a
{
	color: #006699;
	text-decoration: none;
}

#msg a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

#mainskills
{
	border-top: 3px solid #4A7AD3;
	border-left: 3px solid #4A7AD3;
	width: 239px;
	color: #006699;
	line-height: 130%;
	position: relative;
	left: 238px;
	top: 114px;

}

#mainskillsborder
{
	padding: 5px;
	width: 225px;
	height: 200px;
	overflow: visible;
	border: 2px solid #003399;
}

#mainskills ul
{
	font-size: 14px;
	color: #003366;
	list-style-image: url(bullet.png);
	padding-left: 20px;
}

em
{
	display: block;
	color: #FFFFFF;
}
