
/* -----------------------------------------------------
   Define the page body and layout divs
   ----------------------------------------------------- */
body {
	margin-top: 25px;
	margin-bottom: 10px;
	background-repeat: repeat-x;
	color:#F6F6F6;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
}

div#main {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:90%;
}
div.plain {
	background-image: url(graphics/tendrel_photography_logo.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 25em;
	display: block;
}
div.nav {
	height: 60px;
}
.hilite {color: red;
}
div.nav a {
	display: inline;
	color:#D6D6D6;
	padding-right: 2em;
	text-decoration: none;
	font-variant: small-caps;
	font-size: 1.3em;
}
div#content {
	width: 100%;
	margin-bottom: 2em;
	display: inline;
}
div#main_pic {
	height: 550px;
	width: 550px;
	display: inline;
	float: left;
}
div#text {
	display: inline;
	width: 35%;
	margin-left: 3em;
}
div#insert {
	float: right;
	width: 25%;
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 10px 20px;
	font-size: .8em;
}
div#footer {
	clear: both;
	width: 100%;
	text-align: center;
	display: block;
	color:#727272;
	font-size: .75em;
}
.smallPrint {font-size: 75%;
}

/* -----------------------------------------------------
   Set link attributes
   ----------------------------------------------------- */
a:link {
	color:#BABABA;
}
a:active {
	color:#D6D6D6;
}
a:visited {
	color:#D6D6D6;
}
a:hover {
	color:#FFF;
	cursor:pointer;
}
a.more-pages {
	padding-right: 2px;
	padding-left: 2px;
} 

.float-right {
	float:right;
	margin: 20px 5px 20px 20px;
}

.float-left {
	float:left;
	margin: 20px 20px 20px 5px;
}

