/* Mods overwritting the main css */

html, body{
	background-color: #000000;
	color: #dfdfdf;
	position: relative;
	z-index: 1;
}

h1{
	border-bottom: 1px solid #c32136;
}

#left_nav a{
	color: #a4b6d5;
}

#right_edge_inside{
	border-right: 1px solid #c32136;
	border-bottom: 1px solid #c32136;	
}
#right_edge_outside{
	border-right: 1px solid #c32136;
	border-bottom: 1px solid #c32136;	
}

#left_edge_inside{
	border-left: 1px solid #c32136;
	border-top: 1px solid #c32136;	
}
#left_edge_outside{
	border-left: 1px solid #c32136;
	border-top: 1px solid #c32136;	
}

#top_left_container{
	border-right: 1px solid #c32136;
}
#top_left_container #menu_img1 img{
	border: 1px solid #c32136;
}

#bottom_right_container{
	border-top: 1px solid #c32136;
}