/* BASE */

body {
	background:#404141 url(background.png);
	font-family: 'Old Standard', Times, 'Times New Roman', Serif ;
	text-rendering: optimizeLegibility;
	font-size:12px;
	line-height:21px;
	color:#666664;
	margin:0;
	padding:0;
}

body h1, h2, h3, h4, h5, h6, p {
	font-size:12px;
	line-height:21px;
	font-weight:normal;
	margin:0 0 10px 0;
}

body img {
	border:0;
}

body a {
	color:#666664;
	text-decoration:underline;
}

body a:hover {
	color:#666664;
	text-decoration:none;
}

body a:visited {
	color:#666664;
	text-decoration:underline;
}

.on a {
	color:#666664;
	text-decoration:none;
	text-rendering: optimizeLegibility;
	font-style:italic;
}

.on a:hover {
	color:#666664;
	text-decoration:underline;
	text-rendering: optimizeLegibility;
	font-style:italic;
}

.on a:visited {
	color:#666664;
	text-decoration:none;
	text-rendering: optimizeLegibility;
	font-style:italic;
}

.bold {
	font-family: 'Old Standard', Times, 'Times New Roman', Serif ;
	text-rendering: optimizeLegibility;
	font-weight:bold;
}

.italic {
	font-family: 'Old Standard', Times, 'Times New Roman', Serif ;
	text-rendering: optimizeLegibility;
	font-style:italic;
}

.clear {
	clear:both;
}

#container {
	background: url(bg_header.jpg) no-repeat;
	width:960px;
	margin:0 auto;
	padding:15px 0;
}

/* END BASE */

/* LOGO */

#logo {
	text-transform:uppercase;
	width:960px;
	height:50px;
}

#logo h1 {
	font-size:13px;
	text-shadow: #3d3c3d 1px 1px 1px;
}

/* LOGO END */

/* MENU */

#shortMenuContainer {
	width:220px;
	height:50px;
	float:right;
	background:url(../_images/bar.png) repeat-x;
	padding-top:15px;
}

#shortMenuContainer p {
	float:left;
	margin:1px 5px 0 0;
}


#longMenuContainer p {
	float:left;
	width:80px;
}

#longMenuContainer h2 {
	float:left;
	margin:0;
	padding:0;
}

/* END MENU */

/* DISPLAY */
#longContainer {
	width:700px;
	float:left;
	background:url(../_images/bar.png) repeat-x;
	padding-top:15px;
}

#shortContainer {
	width:220px;
	float:right;
	background:url(../_images/bar.png) repeat-x;
	padding-top:15px;
}

#longContainerAbout {
	width:700px;
	float:left;
	background:url(../_images/bar.png) repeat-x;
	padding-top:15px;
}

#longContainerAbout h1 {
	width:550px;
	font-size:18px;
	line-height:30px;
	font-family: 'Old Standard', Times, 'Times New Roman', Serif ;
	font-weight:normal;
	text-rendering: optimizeLegibility;
	text-shadow: #3d3c3d 1px 1px 1px;
	margin-bottom:50px;
}

#longContainerAbout h2 {
	width:500px;
	text-transform:uppercase;
	font-size:11px;
	font-family: 'Old Standard', Times, 'Times New Roman', Serif ;
	font-weight:bold;
	margin-bottom:0;
	text-rendering: optimizeLegibility;
	text-shadow: #3d3c3d 1px 1px 1px;
}

#shortContainerAbout {
	width:220px;
	float:right;
	background:url(../_images/bar.png) repeat-x;
	padding-top:15px;
}

#shortContainerAbout h2 {
	text-transform:uppercase;
	font-size:11px;
	font-family: 'Old Standard', Times, 'Times New Roman', Serif ;
	font-weight:bold;
	margin-bottom:0;
	text-rendering: optimizeLegibility;
	text-shadow: #3d3c3d 1px 1px 1px;
}

#longContainerAbout p {
	width:500px;
}

#longContainerIndex {
	width:960px;
	background:url(../_images/bar.png) repeat-x;
	padding-top:15px;
}

#longContainerIndex h1 {
	width:550px;
	font-size:18px;
	line-height:30px;
	font-family: 'Old Standard', Times, 'Times New Roman', Serif ;
	font-weight:normal;
	text-rendering: optimizeLegibility;
	text-shadow: #3d3c3d 1px 1px 1px;
	margin-bottom:50px;
}

#longContainerIndex h2 {
	width:500px;
	text-transform:uppercase;
	font-size:11px;
	font-family: 'Old Standard', Times, 'Times New Roman', Serif ;
	font-weight:bold;
	margin-bottom:0;
	text-rendering: optimizeLegibility;
	text-shadow: #3d3c3d 1px 1px 1px;
}

#longContainerIndex p {
}

/* END DISPLAY */

/* FOOTER */
#longFooterContainer {
	width:700px;
	height:20px;
	float:left;
	background:url(../_images/bar.png) repeat-x;
	padding-top:15px;
	margin-top:50px;
}

#shortFooterContainer {
	width:220px;
	height:20px;
	float:right;
	background:url(../_images/bar.png) repeat-x;
	padding-top:15px;
	margin-top:50px;
}

#longFooterContainer p {
	font-family: 'Old Standard', Times, 'Times New Roman', Serif ;
	font-style:italic;
	text-rendering: optimizeLegibility;
	font-size:11px;
	color:#585758;
}
/* END FOOTER */

/* IMAGES */

#mid {
	width:940px;
	margin:0;
	padding:0;
}

.pics {
	padding:0;
	margin:0;
	overflow: hidden
}

.pics img {
	padding:0;
	background-color:#404141;
	top:0;
	left:0
}

.nav {
	margin:0;
}

.title {
	float:left;
}

.next {
	float:right;
}

/* END IMAGES */