@charset "utf-8";
body {
	font: 100% myriad, arial, hevetica, sans-serif;
	background: #543019;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 50px 90px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/background.gif);
	height: 500px;
}
a:link {
	color:#7dd1e1;
	text-decoration:none;
}

a:visited {
	color:#7dd1e1;
	text-decoration:none;
}

a:hover,a:active {
	color:#1a7081;
	text-decoration:none;
}
#homenav {
	padding: 140px 0 0 0;
	font-size:20px;
	font-weight:bold;
	color:#7dd1e1;
	text-align:center;
}

#homenav a:link {
	color:#7dd1e1;
	text-decoration:none;
}

#homenav a:visited {
	color:#7dd1e1;
	text-decoration:none;
}

#homenav a:hover,a:active {
	color:#1a7081;
	text-decoration:none;
}
#subnav {
	padding: 28px 0 0 0;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#1a7081;
}

#subnav a:link {
	color:#7dd1e1;
	text-decoration:none;
}

#subnav a:visited {
	color:#7dd1e1;
	text-decoration:none;
}

#subnav a:hover,a:active {
	color:#1a7081;
	text-decoration:none;
}
#footer {
	color:#fff;
	padding: 30px 0 0 0; 
	font-size:10px;
	text-align:center;
}

#footer a:link {
	color:#fff;
	text-decoration:none;
}

#footer a:visited {
	color:#fff;
	text-decoration:none;
}

#footer a:hover,a:active {
	color:#fff;
	text-decoration:underline;
}
#content {
	padding: 0 20px 0 20px;
	width:600px;
	height:300px;
	font-size:20px;
	text-align:center;
}
#contentnav {
	float:left;
	width:200px;
	text-align:right;
	margin-top:20px;
	font-size:16px;
	line-height:22px;
	color:#1a7081;
}
#maintext {
	float:right;
	font-size: 12px;
	line-height: 15px;
	margin-top:20px;
	width:350px;
	text-align: left;
	padding-right:20px;
	color: #000000;	
}
#portfolio {
	float:left;
	margin-top:0px;
	width:590px;
	text-align: left;
	padding-right:0px;
	color: #000000;	
}
#header {
	font-size:24px;
	color:#7dd1e1;
	text-align:right;
	margin-right:28px;
	line-height:18px;
	font-weight:bold;
}
#caption {
font-size:9px;
text-align:left;
color:#666;
}