body {
	font: 1em normal tahoma, arial, helvetica, sans-serif; color: #75180B; /* overall font, sizing and color */
	text-align: center; /* centers the layout in IE */
	margin: 10px;
	}
	
* {margin:0; padding:0;} /* removes defaults of all elements */

div#mainwrap {
	min-width: 960px; max-width: 960px; /* sets the max and miin widths */
	margin-left: auto; margin-right:auto; /* centers the layout in SCBs */
	height: 620px;
	overflow: hidden;
	border: solid 1px #75180B;
	text-align:left; /* stops elements inheriting the body's text-center */
	background: url(../images/bg.jpg) repeat scroll 50% 50%;
	background-color: beige;
	}

div#contentarea {
	position: relative; /* set positioning context for left sidebar div */
	}

div#contentarea2 {
	position: relative; /* set positioning context for right sidebar div */
	}

div#header { /* placeholder style for header */
	height: 140px;
	text-align: center;
	}

#navcontainer ul { /* navagation button list */
	margin: .5em 0 1.5em;
	padding: .5em 0;
	list-style-type: none;
	width: auto;
	font-size: .75em;
	text-align: center;
	}

#navcontainer li#active a {
	background-color: rgb(252, 254, 203);
	color: #75180B;
	}

li.nav {
	display: inline;
	}

li.nav a {
	text-decoration: none;
	background-color: #993300;
	color: #ffecbf; /*navbar text color*/
	padding: .2em 1em;
	border: 1px solid #993300;
	}

li.nav a:hover {
	background-color: #fcfecb;
	color: #b60128;
	text-decoration: none;
	}

/* header styles*/
#alexiselza { 
	position: relative;
	top: -.5em;
	left: 0;
	text-align: center;
	}

#line {
	position: relative;
	top: -1em;
	left: 0px;
	text-align: center;
	}

#subtitle {
	position: relative;
	top: -.5em;
	left: 0px;
	text-align: center;
	}

img.line1 {
	width: 430px;
	height: 1px;
	}

img.line2 {
	width: 350px;
	height: 1px;
	}

h1 {
	text-align: center;
	font-size: 1.1em;
	text-decoration: none;
	margin: -10px 0 0 0;
	}

h2 {
	text-align: center;
	font-size: 1em;
	text-decoration: none;
	margin-top: 0.5em;
	}

h3 {
	font-style: normal;
	text-align: center;
	margin: 0 0 0.5em 0;
	font-size: .8em;
	}

p.centered {
	margin-top: .5em;
	font-size: .8em;
	text-align: center;
	margin: 0 auto 0 auto;
	}

img.photos {
	border: solid 1px #75180B;
	}
	
img.photos_padded {
	border: solid 1px #75180B;
	padding: 2px;
	}

div.centeredimg {
	width: auto;
	text-align: center;
	margin: 0 0 10px;
	}

a.sendmail:link {
	color: blue;
	text-decoration: none;
	}

a.sendmail:hover {
	color: red;
	text-decoration: underline;
	}

a.sendmail:visited {
	color: blue;
	text-decoration: underline;
	}

a.look {
	text-decoration: none;
	color: maroon;
	}

a.look img {
	border: solid 0 #75180B;
	display: block;
	}

a.look:hover {
	background-color: #E0C285;
	display: block;
	text-align: center;
	}

div#footer {
	height: auto; 
	text-align: center;
	font-size: .8em;
	color: #ffecbf;
	background-color: #75180B;
	padding: .3em 0;
	margin-top: 90px;
	border: solid 0 transparent;
	}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";				/* the period is placed on the page as the last thing before the div closes */
	display: block;			/* inline elements don't respond to the clear property */ 
	height: 0;					/* ensure the period is not visible */
	clear: both;				/* make the container clear the period */
	visibility: hidden;	/* further ensures the period is not visible */
	}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html.clearfix {height: 10%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */