/* */
body {
	font-family: Tahoma, Arial, Georgia, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #fdf9ee;
	margin-top: 50px;
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #46acec;
}

#wrapper_outer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border:1px solid #e0dbc9;
  	min-height:400px;
  	height:auto !important;
  	height:400px;
}

#wrapper_inner {
}

#logo {
	height: 60px;
	width: 290px;
	position: absolute;
	margin-top: -28px;
	margin-left: 10px;
}

/* menu */
#menu_cont {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
}

#menu {
	width: auto;
	float: right;
	font-size: 0.7em;
	font-weight: bold;
}

#menu a {
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/tab_norm_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu a span {
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/tab_norm_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#menu a, #menua span {
	display: block;
	float: left;
}

/* Hide from IE5-Mac \*/
#menu a, #menu a span {
	float: none
}
/* End hide */

/* hover menu item */
#menu a:hover {
	color: #cc0000;
	padding-left: 10px;
	background-image: url(images/tab_ovr_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: 1px;
}

#menu a:hover span {
	padding-right: 10px;
	background-image: url(images/tab_ovr_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/* active menu item */
#menu a.current {
	color: #46acec;
	padding-left: 10px;
	background-image: url(images/tab_ovr_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: 1px;
}

#menu a.current span {
	padding-right: 10px;
	background-image: url(images/tab_ovr_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	display: inline;
}
/* end menu */

#cnt_left {
	width: 626px;
	margin: 20px;
	float: left;
	display: inline;
}

#cnt_left h1 {
	margin: 0px;
	padding: 0px;
}

#cnt_left p {
	font-size: .9em;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#article h3 {
	font-size: .9em;
	font-weight: bold;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#article p {
	margin-bottom: 10px;
	padding: 0px;
	display: block;
}

#article img {
	border: 1px solid #c3bca4;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
}



.welcome_img {
	float: right;
	display: block;
	margin-left: 10px;
}

#cnt_right {
	float: right;
	width: 258px;
	display: inline;
	margin-right: 20px;
	margin-bottom: 20px;
}

/* news box */

.news_box {
	padding: 2px;
	border: 1px solid #c3bca4;
	display: block;
	margin-top: 20px;
}

.news_box_cnt {
	background-color: #fcfaf3;
	margin: 0px;
	padding: 6px;
}

.news_box_cnt h3 {
	font-size: .9em;
	font-weight: bold;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.news_box_cnt p {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.news_box_cnt img {
	border: 1px solid #c3bca4;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
}


/* side box */
.right_box {
	padding: 2px;
	width: 258px;
	border: 1px solid #c3bca4;
	display: block;
	margin-top: 20px;
}

.right_box_cnt {
	background-image: url(template/images/box_bck.gif);
	background-repeat: repeat-x;
	background-color: #f6f4ea;
	background-position: left top;
	margin: 0px;
	padding: 4px;
}

.ad_box_cnt {
	background-color: #f6f4ea;
	margin: 0px;
	padding: 4px;
}

.right_box_cnt p {
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}

.right_box_cnt h3 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	display: block;
}

.right_box_cnt form {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 235px;
	display: inline;
}

.right_box_cnt input {
	border: 1px solid #c3bca4;
	margin-top: 3px;
	display: inline;
	float: left;
	clear: both;
}

.txt_field {
	font-size: 1.2em;
	width: 230px;
	height: 25px;
}


.pass_link a {
	font-size: 0.8em;
}

.right_box_cnt label {
	font-size: .8em;
	font-weight: bold;
	margin-top: 10px;
	display: inline;
	float: left;
	clear: left;
}


.right_box_cnt2 {
	background-image: url(template/images/box_bck.gif);
	background-repeat: repeat-x;
	background-color: #f6f4ea;
	background-position: left top;
	margin: 0px;
	padding: 4px;
}

.ad_box_cnt2 {
	background-color: #f6f4ea;
	margin: 0px;
	padding: 4px;
}

.right_box_cnt2 p {
	margin: 0px;
	padding: 0px;
	font-size: .8em;
}

.right_box_cnt2 h3 {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	display: block;
}

.right_box_cnt2 form {
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	width: 235px;
	display: inline;
}

.right_box_cnt2 input {
	border: 1px solid #c3bca4;
	margin:5px 0 0 10px;


}

.txt_field2 {
	font-size: 1.2em;
	width: 70px;
	height: 25px;
}

.txt_field3 {
	font-size: 1.2em;
	width: 30px;
	height: 25px;
}

.txt_field4 {
	font-size: 1.2em;
	width: 120px;
	height: 25px;
}


.right_box_cnt2 label {
	font-size: .8em;
	font-weight: bold;
	padding: 0; 
	margin: 5px 0 0;
	display: block;
	float: left;
	text-align: right;
}


.button_img {
	margin-top: 8px;
	text-align: center;
	clear: left;
}

/* footer */
#footer {
	width: 950px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-size: .8em;
	font-weight: bold;
}

#ft_copy {
	float: left;
}

#ft_menu {
	font-weight: normal;
	float: right;
}

#ft_menu a {
	color: #cc0000;
	text-decoration: none;
}

#ft_menu a:hover {
	color: #46acec;
	text-decoration: underline;
}

/* end footer */

/* credits */
#credits {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.6em;
	clear: left;
	font-weight: bold;
}

#credits span {
	border: 1px solid #e0dbc9;
	line-height: 28px;
	display: inline;
	margin-right: 8px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	background-color: #efebde;
}

#credits span a {
	color: #cc0000;
	text-decoration: none;
}

#credits span a:hover {
	color: #46acec;
}
/* end credits */
