* {
	margin: 0;
}
.clear {clear: both; height: 0; padding:0; margin:0;}
/* page rules for all pages*/
#body {
	background-color: #4C3A3A;
	font-family: verdana, arial, tahoma;
	font-size: 14px
}
#container {
	width: 760px;
	margin: 0 auto;
	border: solid 1px #000000;
	background-color: #EFEDED;
	background-image: url(images/mainback.gif);
}
#header {
	width: 760px;
	height: 119px;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	display: none;
}
#nav {
	width: 760px;
	height: 35px;
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
}
#nav ul {
	padding: 5px 0 0 0;
	color: #FFFFFF;
	text-align: center;
}
#nav ul li {
	display: inline;
	font-size: 18px;
	letter-spacing: 3px;
}
#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	margin: 20px;
	font-weight: 550;
}
/* end general rules */



/* specific to home page */
#content img {
	float: left;
	margin: 10px 20px 10px 0
}
/* end rules for home page */


/* begin rules for project page */
#projects #content p {
	text-align: center;
	font-size: 18px;
}
/* end rules for projects page */


/* specific rules to gallery page */
/* end rules for gallery page */

/* begin rules for links page */
#links #content h2 {
	font-size: 16px;
	text-align: center;
}
#links #content h3 {
	display: inline;
	margin: 0 25px;
}
#links #content p {
	margin: 20px 0;
	text-align: center;
}
#links #content p#friends {
	width: 400px;
	height: 200px;
	background-color: #FFFDED;
	margin: 0 auto;
	border: solid 1px #000000;
}
#links #content #friends a {
	padding-left: 30px;
	text-align: center;
}
/* end rules for links page */


/* begin rules for contact page */
/* end rules for contact page */