/* CSS Document */

body{
	background-color:#edebe0;
	
}

/*text defaults*/
div,p,blockquote,table,th,td,li,a,a:link,a:visited,a:hover,a:active,label,input,textarea,button{
	color:#f1f1f1;
	font-size:15px;
}

p{
	font-family:Arial, Helvetica, sans-serif;
	
}

ul{
	padding:0;
}

li{
	padding:0;
}

#wrapper{
	margin:auto;
	width:850px;
	background-image:url(images/wrapper_background.jpg);
}

#bottom_nav{
	background-image:url(images/button_bar.gif);
	background-repeat:no-repeat;
}

#bottom_nav p{
	margin-left:75px;
}

#bottom_nav a:link{text-decoration:none; color:#FFFFFF;}
#bottom_nav a:hover{text-decoration:underline; color:#FFFFFF;}
#bottom_nav a:visited{text-decoration:none; color:#FFFFFF;}


.clear{
	clear:both;
}

.floatRight{
	float:right;
	margin-left:5px;
}

.noBorder{
	border:none;
	margin:0;
}



#intro{
	width:575px;
	padding:15px 3px 0 50px;
}

#navigation{
	float:right;
	width:200px;
	padding:15px 0 0 0;
}

#navigation img{
	border:none;
}


#external_links{
	margin:10px;
}

#external_links img{
	margin:5px;
}

#show{
	width:575px;
	margin-left:50px;
	padding-top:15px;
	background-image:url(images/show.png);
	background-repeat:no-repeat;
}

#show_images{
	margin:0;
	border:none;
}

#show_images img{
	margin:10px;
}

#tell{
	/*width:575px;*/
	margin-left:50px;
	padding-top:15px;
	background-image:url(images/tell.png);
	background-repeat:no-repeat;
}

#boxout{
	width:575px;
	margin-top:25px;
	margin-left:50px;
	background-color:#c5c5c5;
	padding:10px;
}

#boxout p{
	color:#000000;
	font-size:small;
	margin-top:2px;
	margin-bottom:2px;
}

#boxout a:link{text-decoration:none; color:#781119;}
#boxout a:hover{text-decoration:none; color:#666666;}
#boxout a:visited{text-decoration:none; color:#781119;}

.highlight{font-weight:bold; font-style:italic;}

.quote{
	width:350px;
	margin:5px 15px 5px 15px;
	float:left;
}


.quote p{
	font-size:small;
	font-style:italic;
}

.quote h1{
	font-size:medium;
	color:#dca672;
	margin:0;
}

.quote h2{
	margin:0;
	font-size:small;
	color:#dca672;
}


#project{
	margin-left:50px;
	width:575px;
}
 
#project h1{
	font-family:"Times New Roman", Times, serif;

}

.contact{
	width:390px;
	padding:5px;
	border:#FFFFFF medium solid;
	background-color:#c5c5c5;
}

.contact p,input,textarea{
	color:#000000;
	margin:0 0 5px 0;
}

#sidelist{
	width:215px;
}