﻿/* CSS Document */

body { 
	margin:0;
	background-image:url(images/cubicle.jpg); 
	background-repeat:repeat;
}

#header {
	position:absolute;  
	top:0;
	left:30px;
}

#navbar {
	position:absolute;  
	top:120px;
	left:36px;
	width:166px;
}

#content_container {  
	position:absolute;  
	top:114px;
	left:210px;
	width:615px;
	padding-bottom:15px;  
}

#content {
	background-image:url(images/paper.gif);
	background-repeat:repeat-y;
	padding:7px 15px 5px 15px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;    
	font-size:14px; 
}

#clip_content {
	background-image:url(images/paper.gif);
	background-repeat:repeat-y;
	padding:7px 10px 5px 10px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;    
	font-size:13px; 
}

#clip_content a {
	color:blue;
	font-family:Verdana, Arial, Helvetica, sans-serif;    
	font-size:11px; 
}

#clip_container {
	background-color:#ffffff;
	padding:5px 15px 5px 15px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;    
	font-size:14px;   
}

/*  ################ BEGIN PICS ################## */
#experience{
	position:absolute;
	top:246px;
	left:570px;
	z-index:1;
}

#involved{
	position:absolute;
	top:311px;
	left:569px;
	z-index:1;
}

#engaging{
	position:absolute;
	top:572px;
	left:194px;
	z-index:1;
}

#commitment{
	position:absolute;
	top:802px;
	left:571px;
	z-index:1;
}

#focused{
	position:absolute;
	top:185px;
	left:560px;
	z-index:1;
}

#adventurous{
	position:absolute;
	top:420px;
	left:539px;
	z-index:1;
}

#established{
	position:absolute;
	top:107px;
	left:172px;
	z-index:1;
}

#imaginative{
	position:absolute;
	top:190px;
	left:185px;
	z-index:1;
}

#organization{
	position:absolute;
	top:185px;  
	left:190px;
	z-index:1;
}

#discipline{
	position:absolute;
	top:155px;
	left:184px;
	z-index:1;
}
/*  ################ END PICS ################## */

#projects {
	width:205px;
	height:393px;
	position:absolute;
	top:23px;
	left:825px;
	z-index:1;
}

#colleagues {
	width:171px;
	height:246px;
	position:absolute;
	top:461px;
	left:826px;
	z-index:1;
}

div.dictionary {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-left:17px;
}

/* #########  NAVBAR SCHTUFF   ###############  */
.home {
    background-image:url(images/home.gif); 
	background-repeat:no-repeat;
	cursor:default;
}

.home_MO {
    background-image:url(images/home_MO.gif); 
	background-repeat:no-repeat;
	cursor:pointer;
}

.about {
    background-image:url(images/about.gif); 
	background-repeat:no-repeat;
	cursor:default;
}

.about_MO {
    background-image:url(images/about_MO.gif); 
	background-repeat:no-repeat;
	cursor:pointer;
}

.contact {
    background-image:url(images/contact.gif); 
	background-repeat:no-repeat;
	cursor:default;
}

.contact_MO {
    background-image:url(images/contact_MO.gif); 
	background-repeat:no-repeat;
	cursor:pointer;
}

.story {
    background-image:url(images/story.gif); 
	background-repeat:no-repeat;
	cursor:default;
}

.story_MO {
    background-image:url(images/story_MO.gif); 
	background-repeat:no-repeat;
	cursor:pointer;
}
