body
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #f4f4f4;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	color:ffffff
}


/* Header Stuff */
#header
{
	position: relative;
	float: left;	
	text-align: left;
	margin-right: 15px;
	margin-top: 25px;
	margin-left:50px;
	
}

.logo
{
	margin-left:40px;
}


/* Menu Stuff */
#menu
{
	background-color: #2f2f2f;
	text-align: right;
	padding-right: 40px;
	padding-top: 13px;
	padding-bottom: 13px;
	position: fixed bottom
}



.menuItem
{
	color: #efefef;
	display: inline;
	margin-right: 30px;
}



/* Body Stuff */
#content
{
	height: 550px;
}

img.home
{
	margin-left: 250px;
}


#imageList
{
	margin-left: 250px;
	text-align: left;	/*text-align: center;*/
}


#triangle
{
	position: absolute;
	z-index: 9;
	top: 218px;
	left: 920px;
}


#triangle_back
{
	position: absolute;
	z-index: 9;
	top: 218px;
	left: 210px;
}

.home
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#text
{
	font-size:16px;
	margin-left:40px;
	
}

#heading
{
	font-size:18px;
}




/* Links */
a.menuLink:link
{
	color: #efefef;
	text-decoration: none;
}


a.menuLink:visited
{
	color: #efefef;
	text-decoration: none;
}


a.menuLink:hover
{
	color: #aaaaff;
	text-decoration: none;
}


a.selected:link
{
	color: #efefef;
	border-bottom: 1px dashed #efefef;
}


a.selected:visited
{
	color: #efefef;
	border-bottom: 1px dashed #efefef;
}


a.selected:hover
{
	color: #aaaaff;
	border-bottom: 1px dashed #efefef;
}

a.selected: resume.pdf 
{
	color: #000000;
		border-bottom: 1px dashed #efefef;
}



input.submit{background-color: #ccccff;
 font-weight: bold; 
 font-size: 12px; 
 color: #7D7C8E;
 }


input.pink {
	background-color: f0f0f0f0;
	font-size: 10px;
	color: #000000;
}

textarea {
	background-color: f0f0f0f0;
	font-size: 12px;
	color: #000000;
}

form {
	padding: 
	border: 1px none #7d7c8e;
	background-color: f0f0f0f0;
	width: 10cm;
	float: ;
	margin-left: 250px;
}
.table {
	vertical-align: text-top;
	vertical-align: top;
}

