@charset "utf-8";
body {
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;

}
a:link, a:visited, a:active {
	color:#454323;
	}
a:hover {
	color:#AA999C;
	}
#container {
	margin:0px 10px 0px 10px;
	width:98%;
}
p {
	font-size:14px;
	}
li {
 font-size:14px;
 }
.title {

	border-bottom: 1px solid #AA999C;
}

#content {
	float:right;
	border-left:1px dotted #CCCCCC;
	padding-left:15px;
	min-height:550px;
	width:80%;
	}
#content p {
	margin-left:10px;
	}
#sidebarLeft {
	float:left;
	width:15%;
	}
#sidebarLeft h2 {
	font-size:14px;
	margin-bottom: 0; 
	padding-bottom: 0;
	}
#sidebarLeft ul {
	list-style:none;
	list-style-type:none;
	}
#sidebarLeft li {
	margin-left:-20px;
	font-size:12px;
	list-style-image:url(images/menuBullet.png);
	padding-bottom:5px;
	}
#sidebarLeft li a {
	font-size:14px;
	}
#sidebarLeft a:link {
	text-decoration:none;
	}
#sidebarLeft a:visited {
	text-decoration:none;
	}
#sidebarLeft a:active {
	text-decoration:none;
	}
#sidebarLeft a:hover {
	text-decoration:underline;
	}
	
#footer {
	position:relative;
	bottom:2px;
	left: 12px;
	width:98%;
	}
#footer p {
	text-align:center;
	font-size:12px;
	}

