
* {
	border:1;
	margin:0;
	padding:0;
}

/* general */
a {
	color:#FFFFFF;
	text-decoration:bold;
}

a:hover {
	color:#FFFF00;
	text-decoration:none;
}

/* body font*/
body {
        background: url(../images/Frond.jpg) no-repeat;
        background-position: center;
        background-attachment: fixed;
	color:#FFFFFF;
	font:.04em Arial, Helvetica, "bitstream vera sans", sans-serif;
}

/* header */
#header {
	border-bottom:1px solid #999;
	height:80px;
	margin:0 auto;
	width:743px;
}
#header h1 {
	color:#888;
	font-size:300%;
	letter-spacing:-3px;
	text-align:right;
	padding:5px;
	margin-bottom:-20px;
}
#header h2 {
	color:#CCC;
	font-size:200%;
	letter-spacing:-2px;
	text-align:right;
}

/* navigation */
#navigation {
	background:;
	border-right:1px solid #999;
	margin:0 auto;
	width:743px;
	height:18px;
	list-style:none;
}
#navigation li {
	border-left:1px solid #999;
	float:left;
	width:92px;
	list-style:none;
}
#navigation a {
	color:#FFFFFF;
	display:block;
	line-height:18px;
	text-align:center;
}
#navigation a:hover {
	background:#FFFFFF;
	color:#0066FF;
}
#navigation .active {
	background:#e3e3e3;
	color:#777;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	padding:0 0 20px;
	width:743px;
}
#content h1 {
	border-bottom:1px dashed #999;
	font-size:.8em;
	padding:20px 0 0;
}
#content p {
	padding:20px 20px 0;
}

/* footer size */
#footer {
	border-top:0px solid #999; 
	height:20px;
	margin:0 auto;
	padding:0px;
	text-align:center;
	width:743px;
}

.error {
	font-weight: bold;
	color: #C00
}
