@charset "utf-8";
/* CSS Document */

body {
	margin: auto;
	margin-top: 25px;
	background-color:#CCC;
}


object, a {
	outline: none;
}


#wrapper {
	background-color:#FFF;
	width: 800px;
	height: auto;
	margin: auto;
	border: thin #600 solid;
}

#header {
	height: 100px;
	background-image:url(work/images/navbar.png);
	background-repeat: no-repeat;
}

#gallery {
	height: auto;
	width: 800px;
	margin-top: 40px;
	border: none;
	text-align: center;
	
}

#content_container {
/*height: 500px;*/
}

#content_left {
	/*height: 450px;*/
	width: 300px;
	float: left;
	margin-left: 50px;
	margin-top: 0px;
	
	}
#content {
	float: right;
	width: 350px;
	/*height: 450px;*/
	line-height: 1.2ems;
	margin-top: 0px;
	margin-right: 50px;
}

#footer {
	height: 100px;
	width: 800px;
	background-image:url(work/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-size: small;
	text-align:center;
	color:#e7ba58;
	margin: 0px;
	margin-top: 30px;	
	margin-bottom: -2px;
}

.clear {
	clear: both;
}


#name {
	margin-left: 50px;
	margin-top: 65px;
	}
h2 {
	color: #e7ba58;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:medium;
	font-style:italic;
	margin-left: 60px;
	margin-bottom: 5px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:xx-large;
	color:#576d1f;
	font-weight:bold;
	text-align:left;
	margin-left: 60px;
	margin-bottom: 5px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color:#4b2f00;
	text-align: left;
	line-height: 1.2ems;
	margin-left: 60px;
	margin-right: 10px;
	margin-top: 0px;
}

#table {
	margin-left: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color:#4b2f00;
	text-align: left;
	line-height: 1.2ems;
	font-size: small;
	border: none;
}

/**************************navigation begins here********************************/



#navbar {
/*	background-image:url(images/Untitled-1.png);
	background-repeat: no-repeat;*/
	width: 800px;
	text-align:center;
	margin-top: 100;
	/*margin-left: 10px;*/
	margin-bottom: 100px;
	height: 100px;
	/*margin-right: 50px;*/
/*	float: left;*/
}

#navbar ul {
	padding: 3px 0;
	font: bold medium Verdana Verdana, Geneva, sans-serif;
	color:#e7ba58;
	margin-top: 10px;
}

#navbar ul li {
	list-style: none;
	margin-right: 5px;
	display: inline;
	border-bottom: none;
	text-decoration: none;
	color: #e7ba58;
}
#navbar ul li a {
	padding: 3px 0.5em;
	border-bottom: none;
	text-decoration: none;
	color: #e7ba58;
}
#navbar ul li a:link {
	color: #e7ba58;
}
#navbar ul li a:visited {
	color: #e7ba58;
}
#navbar ul li a:link:hover, #navbar ul li a:visited:hover {
	color: #576d1f;
}
#navbar ul li a#current {
	color:#576d1f;
	text-decoration:underline;
}
/**************************navigation in footer begins here********************************/
#navbar2 {
/*	background-image:url(images/Untitled-1.png);
	background-repeat: no-repeat;*/
	width: 800px;
	text-align: left;
	text-align:center;
	/*margin-top: 100;*/
	/*margin-right: 50px;*/
}

#navbar2 ul {
	padding: 3px 0;
	font: bold medium Verdana Verdana, Geneva, sans-serif;
	color:#e7ba58;
	margin-top: 10px;
}

#navbar2 ul li {
	list-style: none;
	margin-right: 5px;
	display: inline;
	border-bottom: none;
	text-decoration: none;
	color: #e7ba58;
}
#navbar2 ul li a {
	padding: 3px 0.5em;
	border-bottom: none;
	text-decoration: none;
	color: #e7ba58;
}
#navbar2 ul li a:link {
	color: #e7ba58;
}
#navbar2 ul li a:visited {
	color: #e7ba58;
}
#navbar2 ul li a:link:hover, #navbar2 ul li a:visited:hover {
	color: #576d1f;
}
#navbar2 ul li a#current {
	color:#576d1f;
	text-decoration:underline;
}


