@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-image: url(../images/bck.jpg);
	background-repeat: no-repeat;n
	background-position: center top;
	background-color: #779bb3;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: left;
	height: 18px;
	margin: 0px;
	padding: 0px;
	display:inline
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	margin: 0px;
	padding: 0px;
	display:inline
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}

.txt-main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	text-indent: 10px;
	margin:10px auto 10px 20px;
}
.txt-main_ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	text-indent: 10px;
	margin-right:10px;
}
.bck-feets {
	background-attachment: fixed;
	background-image: url(../images/bck_feets.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #EAEFF5;
}
.txt-main-nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.txt-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	text-align: center;
}
#container {
	width:642px;
	height:auto;
	margin: 20px auto;
	padding: 25px;

}
#navigation {
	width:635px;
	height:41px;
	padding: 3px;
	background: rgba(234, 239, 245, 0.5) none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000099;
	box-shadow: 10px 10px 10px #888888;
}
#logo{
	width:160px;
	height:41px;
	float:left;
}
#nav{
	width:450px;
	vertical-align:middle;
	float:right;
}
#flash {
	margin:25px 0px 0px 0px;
	width:642px;
	height:278px;
}
#body {
	width:635px;
	height:775px;
	padding: 3px;
	background: rgba(234, 239, 245, 0.5) none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000099;
	box-shadow: 10px 10px 10px #888888;
	margin:0 0 20px 0
}
#content {
	width:65%;
	height:auto;
	float:left;
	padding: 10px;
}
#left-content{
	width:30%;
	height:auto;
	float:right;
}
#footer {
	width:635px;
	height:40px;
	padding: 3px;
	background: rgba(234, 239, 245, 0.5) none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #000099;
	box-shadow: 10px 10px 10px #888888;
	margin:0 0 20px 0
}
#designby{
	width:635px;
	margin:0 0 20px 0
}

#box1 {
	width:159px;
	border: 1px solid #000099;
	margin:15px 0 20px 0
	height:auto;
	padding: 10px 10px 10px 10px;
	background: rgba(234, 239, 245, 0.5) none;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;

}