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

body {
	background-image:url(../bg.gif);
	background-color:#e5bebe;
	background-repeat:repeat;
	background-position: top left;
	padding:0;
	margin:0;
}

#contentWrapper {
	background-repeat:repeat-x;
	background-position: top;
	position:relative;
	left:50%;
	margin-left:-369px;
	width: 738px;
}

.head td {
	vertical-align:top;
}

#contact {
	background-image:url(../images/bgContact.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	width: 200px;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height: 140%;
	padding: 4px 4px 8px 30px;
	color:#f7dede;
}

a:link, a:active, a:visited {
	color:#f7dede;
	text-decoration:underline;	
}

a:hover {
	color:#FFF;
	text-decoration:none;
	border-bottom: 1px dotted #FFF;
}

#content {
	width:431px;
	background-image:url(../images/bgContent.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	font-family:"Trebuchet MS";
	font-size:11px;
	line-height: 140%;
	padding: 4px 50px 8px 25px;
	color:#57554d;
}

#clear {
	clear:both;
}

#content h1 {
	font-size:14px;
}

#content h2 {
	font-size:12px;
	font-weight:bold;
}

#content a:link, #content a:active, #content a:visited {
	color:#57554d;
	text-decoration:underline;	
}

#content a:hover {
	color:#2e2d28;
	text-decoration:none;
	border-bottom: 1px dotted #2e2d28;
}


.base {
	background-image:url(../images/footerBG.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	height: 64px;
}

.base td {
	padding: 18px 29px;
	font-family:"Trebuchet MS";
	font-size:10px;
	color:#785353;
	line-height: 130%;
}

.base a:link, .base a:active, .base a:visited {
	color:#785353;
	text-decoration:underline;	
}

.base a:hover {
	color:#785353;
	text-decoration:none;
	border-bottom: 1px dotted #785353;
}
