/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* End of Eric Meyer's CSS Reset */

body {
	font: 16px/18px Arial, sans-serif;
	width: 100%;
	font-family: 'a_antiquetrady'; 
}
.wrapper {
	width: 823px;
	margin: 0 auto;
	font-family: 'a_antiquetrady'; 
}
 @font-face{
font-family: 'a_antiquetrady';
src: url('a_antiquetrady.ttf');
font-weight: bold;
font-style: normal;
} 

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 80px;
	background: url('bgr_nav.png') #1E90FF;
	font-size: 40px;
	color: #fff;
	font-family: 'a_antiquetrady'; 
}


/* Middle
-----------------------------------------------------------------------------*/
 .middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
 padding: 0 120px 0 0; 
 font-family: 'a_antiquetrady'; 
}

#ch {
	border-bottom: 2px solid rgba(0,0,0,0);
	font-family: 'a_antiquetrady'; 
}
#ch:hover {
	border-bottom: 2px solid #abf;
	opacity: 0.7;
}
 #chr {
	border-bottom: 2px solid #abf;
	opacity: 0.7;
} 
a {
	color: #1E90FF;
	text-decoration: none;
	font-family: 'a_antiquetrady'; 
}
a:hover {
	color: #abf;
}

#ops {
	text-shadow: 1px 1px 1px gray;
	text-align: justify;
	padding: 10px;
	padding-right: 210px;
}
#m1 {
	color: #2179ce;
	font-size: 25px;
	text-align: center;
}
#w1 {
	color: #d620a5;
	font-size: 25px;
	text-align: center;
}

 /* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 200px;
	margin-left: -200px;
	position: relative;
	background: url('bgr_nav.png') #fff;
} 

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 100px;
	background: url('bgr_nav.png') #4682B4;
	font-family: 'a_antiquetrady'; 
}