* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

#main {
	width: 960px;
	margin: 0 auto;
	padding-bottom:150px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
#page-wrap { 
width: 960px; margin: 50px auto; padding: 20px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; 
}

html { 
  background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
	text-align: center;
	font-family: Tahoma, sans-serif;
}

#header {
	width:960px;
	margin: 0 auto;
	float: left;
	border-bottom: 2px dotted #C0C0C0;
}

.lay_main {
	width:960px;
	margin: 0 auto;
	float: left;
}


.center {
	width:530px;
	margin 0 0;
	float:left;
	padding: 20px;
	padding-left: 60px;
	border-left: 2px dotted #C0C0C0;
	color:#484848;
}

#left {
	width:197px;
	margin: 0 0;
	float:left;
	height: 400px;
	text-align:center;
	font-size:16px;
	line-height: 1.5;
	border-right: 1px solid #C0C0C0;
}

#logo {
	width: 860px;
	height: 250px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-color: transprarent;
	text-indent: -9999px;
	margin: 20px auto 20px 60px; 
	border-width:12px; 
	border-color:#FFFFF; 
	border-style:groove; 
	padding:5px
}


p {
	font-family: Tahoma, sans-serif;
	font-size: 17px;
	line-height: 1.5;
	text-align: justify;
}

#info {
	font-size: 16px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

#link {
	font-size: 17px;
}

h2 {
	margin: 0;
	margin-bottom: 15px;
}

.menu {
	display: inline-block;
	padding-top:10px;
	padding-bottom:10px;
	color:#555;
	text-decoration:none;
	font-weight:bold;
	font-size: 18px;
	width:200px;
	font-family: Arial, sans-serif;
	margin: 0 auto;
	text-align: center;
}

.menu:hover {
	background-color:#DDDDDD;
}

#menu_horizontal {
	border-bottom: 1px solid #C0C0C0;
	border-top: 1px solid #C0C0C0;
	margin-bottom: 30px;
}

	

