@charset "utf-8";

* {
	font-family:Helvetica, Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin:0;
}
body {
/*	background:url(../images/bg.jpg) center repeat-y; */
	background:#CCC;
}
a {
	font-size:1em;
	text-decoration:none;
	color:#003399;
}
a img{
	border:0;
	text-decoration:none;
}
h1 {
	color: #003399;
	font-size:1.4em;
}
p {
	margin-bottom:10px;
}

#container {
	background-color:#FFFFFF;
/*	border-top: #000099 12px solid; */
	width: 800px;
	padding:0px 30px 10px;
	height:100%;
}

#wrapper {
	background-color:#fff;
	width:100%;
	height:100%;
	}

#header {
	margin:10px 0 10px 0;
	border-top: #0066FF 10px solid;
	border-bottom: #0066FF 10px solid;
	width:100%;
	float:left;
	padding: 10px 0 10px 0;
	text-align:right;
	color:#000099;
}

#menu {
	margin-left: -40px;
}
#menu ul li {
	list-style:none;
	display:inline;
}
#menu ul li a {
	background:url(../images/button.jpg) center repeat-x;
	line-height:38px;
	padding:10px;
}
#menu ul li a:hover {
	background:url(../images/button_hover.jpg) center repeat-x;
	color:#FFFFFF;
}

#content {
	width:100%;
	float:left;
	text-align:left;
	margin:10px 0 10px 0;
	padding:20px;
/*	border:#000066 dotted thin; */
}
.content_slogan {
/*	font-style:italic; */
	text-align:center;
	padding:10px 0 1px 0;
}

#footer {
	border-top: #0066FF 10px solid;
	padding-top:10px;
	text-align:center;
	color:#000066;
}
.clear {
	clear:both;
}
.img_block {
	float:right;
	text-align:center;
	margin-left:15px;
	width:450px;
	font-style:italic;
}
.img_block_small {
	float:right;
	text-align:center;
	margin-left:15px;
	width:250px;
	font-style:italic;
}
.error {
	color:#F00;
}
