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

body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fbf6ec;
	margin:0px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2d2114;
}

#mainCont {
	background-image:url(images/footerbg.jpg);
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	width:833px;
}

#center {
	padding-left:7px;
	padding-right:7px;
	background-image:url(images/mocha-block.jpg);
	background-repeat:no-repeat;
}

#nav {
	width:227px;
	float:left;
	border-bottom:solid 1px #330;
}

#navBG {
	background-color: #cbb496;
}

#content {
	float:right;
	width: 592px;
}

#footer {
	clear:both;
	background-image:url(images/footerbg.jpg);
}

.textBox {
	padding:7px;
}

.imgright {
	float:right;
	width:250px;
	border:solid 1px #000;
	margin-right: 7px;
	margin-left:4px;
}

.imgleft {
	border:solid 1px #000;
	width:550px;
	margin-bottom:5px;
}

.headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#630;
}

a.link:visited  {color:#000; text-decoration: underline}
a.link:link  {color: #000; text-decoration: underline}
a.link:active  {color: #000; text-decoration: underline}
a.link:hover   {color: #000;text-decoration: underline;font-weight: bold;} 

a.profilelink:visited  {color:#000; text-decoration: none; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;font-weight: bold;}
a.profilelink:link  {color: #000; text-decoration: none; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;font-weight: bold;}
a.profilelink:active  {color: #000; text-decoration: none; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;font-weight: bold;}
a.profilelink:hover   {color: #000;text-decoration: underline; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px;font-weight: bold;} 
