@CHARSET "UTF-8";

/**
 * 0057 main by Nat
 * 
 * width = 865
 *
 * in a common template there are all fixed parameters, no color schemes.
 **/

* {
	margin: 0;
	padding: 0;
}

html {height: 100%;}

body {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
}
 
body, table, input, fieldset, legend, select, taxtarea {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
 }

.container{}

.header, .footer_bottom, .main {
	width:865px;
	margin:auto;
}

.header {
	height:552px;
}

.header_name{
	margin-top:140px;
	margin-left:460px;
	font-size:24px;
	height:150px;
	width:300px;
	text-align:center;
	position:absolute;
	z-index:1;
}

.header_name2{}

.header_info {
	padding-top:15px;
	font-size:12px;
	font-weight:bold;
}

.header_img {
	height:343px;
	margin-top:35px;
	width:765px;
}

img.img_header_img {}
.header_bottom {}

.footer {
	margin:auto;
	height:60px;
}
.footer_info {
	padding:10px 0px;
	margin:auto;
	width: 865px;
}
.footer_right {}
.footer_left {}

.footer_bottom {
	font-size:10px;
	text-align:center;
	width:865px;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}

.main{}	

.main:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.basic_content {}
.basic_left {}
.basic_right {}
.basic_middle {}

.basic_clear {
	clear:both;
	overflow:hidden;
	height:4px;
}

#basic_bottom{
	width:764px;
	clear:both;
	padding:10px;
	height:auto;
}

/**
 * menu box
 */

.menu_box {
	width:765px;
	height:89px;
	padding-left:5px;
	padding-bottom:14px;	
}

table.menu {
	margin-top:65px;
	width:100%;
	text-align:center;
}
table.menu td {
	padding:5px;
}
td.li2 {}
td.li3 {}
td.li4 {}

ul.menu {}

ul.menu li { display:inline;}

a.menu {
	display:block; 
	text-decoration:none;
	font-weight:lighter;
	text-align:center;
	padding:8px 0px;
}

a.menu:hover {
	padding: 14px 0px 10px 0px;
	margin-top:-8px;
	text-decoration:none;
}

a.now {
	padding: 14px 0px 10px 0px;
	margin-top:-8px;
}

table.menu a {}
table.menu a:hover{}

img.menu {
	vertical-align: middle;
}

/***********************************************
 * content box
 */
ul.content {}
li.content {}
ul.box_content_ul {}
li.box_content_li {}

/**
 * INPUT, TEXTAREA, SELECT, OPTION
 */
input, textarea {}
select, option {}
.field200 {}
.field200u {}
input.button {}

/**
 * H1-H6
 */
h1 {}
h2 {}
h3 {}

/**
 * SPAN, P
 */

.gray {}
.silver{}
.gray_bold {}
.blue_bold{}

/**
 * DIV
 */

.box{
	height:auto;
	min-height:200px;
	padding:20px 0px;
	padding-top:0px;
	margin-bottom:20px;
}
.box_top {}
.box_bottom {}
.box_content{}
.list_box{}
.list_box_float{}

/**********************************
 * div with different attributes
 */
.div_m10{
	margin:10px 0px;
}

.div_p10{
	padding:10px;
}

.div_p20p10j{
	padding:20px;
	padding-top:10px;
	text-align:justify;
}

.justify {
	text-align:justify;
}

/**********************************
 * div imgs
 */

.img_box{	
	padding-left:10px;
	margin:auto;
}
.img_button{}
.img_box_bottom{}


/**
 * A
 */
a.none {
	text-decoration:none;
	border:none;
}

a {
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.dcs_link {}
a.dcs_link:hover {} 

#lalala { 
	margin:0; 
	width: 80px; 
	height: 80px; 
	background: yellow; 
	border: 1px solid black; 
	position: absolute; 
	float:left;
}



#contact_info_container p, #page_content_container p, #menu_container p {
	padding:10px 1px;
}
