body {
	font-family: verdana, arial, serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

a {
	background-color: transparent;
	color: #3261B1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}


#header {
	background: #eee url(pictures/header-tie.jpg) no-repeat;
	height: 180px;
	text-align: left;
	width: 100%;
	color:#444;

}

#header p {
	
	position: relative;
    
	left: 150px;

}



#header h1 {
	font-size: 2.2em;
	position: relative;
    left: 150px;
	top: 10px;
	font-family:Georgia;
}

#header a {
	background-color: transparent;
	color: #ffffff;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover {
	background-color: transparent;
	color: #999999;
}

#sidebar {
	float: left;	
	margin-top: 10px;
	width: 100px;
}

#sidebar ul {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 4px;	
}

#sidebar a {
	background-color: #ffffff;
	color: #3261B1;
	display: block;
	font-size: 0.99em;
	padding: 2px 8px;
	text-decoration: none;
	width: 100px;
}

#sidebar a:hover {
	background-color: #3261B1;
	color: white;
}

#content {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 8px;
	width: 590px;
    text-align:justify;

}



#content ul {
	padding: 0px;
	margin: 15px;

}



h2 {
	padding-top: 5px;
    
	border-bottom-style:dotted;
    
	border-bottom-width:1px;
    
	font-family:Georgia;
    color: #444;
}

h3 {
	font-family:Georgia;
	color: #444;

}


#footer {
	background-color: #ffffff;
	clear: right;
	color: #000000;
	font-size: 0.75em;
	padding-bottom: 4px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
    text-indent:140px;
	text-align: left;
	width: 730px;
}


