/* CSS Document */




#container {
	margin-right: auto;
	margin-left: auto;
	width: 968px;
	font-family:"Courier New", Courier, mono;
	color:#666666;
	border-bottom: medium groove #D5D5D5;
	
	
}



#header {
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	width: 960px;	
	color: #D13033;
	font-style: italic;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	
}


#menu {
	margin-right: 10px;
	float: left;
	width: 140px;	
	font-size: 18px;
	font-weight: bolder;
	text-decoration: none;
	font-style: italic;


}

#body {
	float: left;
	width: 500px;
	text-align:center;
	border-right-width: medium;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #999999;
	border-left-width: thin;
}



#sidebar{
	float: right;
	width: 300px;
	
	

}




#footer1 {
	margin-right: auto;
	margin-left: auto;
	clear: left;

	
}

#footer2 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	
}
#footer3 {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: left;
	
}


#footer4 {
	
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: left;

	text-align: center;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #DEDEDE;

}


.navigate {
	font-weight: bold;
	text-decoration:none;
	color: #666666;
}
.navigate:hover {
color:#D13033
}	
