body,html {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666;
	padding-top: 0;
}

body {
	background-color: #FFF;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #666;
}

a:hover {
	text-decoration: none;
}

form {
	display: inline;
}

select {
	font-size: 10px;
}

input {
	font-size: 10px;
}

h1 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	color: #003060;
	
}

h2 {
	margin-top: 4px;
	padding-bottom: 6px;
	font-size: 15px;
	color: #003060;
}

div {
	position: relative;
}


table.grider, table.grider th, table.grider td {
	border: 1px solid #CCC;
	color: #000;
	font-size: 12px;
}

table.grider th {
	background-color: #CCC;
	padding: 4px;
	color: #000;
}

table.grider td {
	padding: 4px;
	color: #000;
}

table.grider tr {
	color: #000;
}

div.clearer {
	clear: both;
}

div#main_container {
	width:1019px;
	margin: 0 auto 0 auto;
	padding: 0;
	border: 1px solid #003060;
	background: transparent url(../images/bg_main.gif) top left repeat-x;
}

img#logo {
	position: relative;
	top: 30px;
	left: 30px;
}

div#header_contact {
	float: right;
	width: 200px;
	padding-top: 10px;
	color: #FFF;
}

div#header a {
	color: #FFF;
}

div#header a:hover {
	color: #CCC;
}

div#buttons {
	margin-top: 49px;
	margin-left: 40px;
	text-align: center;
	height: 30px;
}

div#buttons a {
	display:block;
	background: transparent url(../images/bg_btn1.gif) top left repeat-x;
	border-right: 1px solid #FFF;
	padding: 6px 12px 6px 12px;
	float: left;
	height: 16px;
	text-decoration: none;
	color: #FFF;
}

div#buttons a:hover {
	background: transparent url(../images/bg_btn2.gif) top left repeat-x;
	color: #FFF;
}

div#buttons a.leftbtn {
	background: transparent url(../images/bg_btn_left1.gif) top left no-repeat;
}
div#buttons a.leftbtn:hover {
	background: transparent url(../images/bg_btn_left2.gif) top left no-repeat;
}

div#buttons a.rightbtn { 	
	background: transparent url(../images/bg_btn_right1.gif) top right no-repeat;
	border: 0;
}

div#buttons a.rightbtn:hover {
	background: transparent url(../images/bg_btn_right2.gif) top right no-repeat;
	border: 0;
}

div#contenter {
	padding: 0 36px 0 36px;
}

div#texter a {
	color: #666;
}

img#photo_home {
	float: left;
	padding: 10px;
}

div#home_content {
	padding-top: 18px;
	padding-bottom: 20px;
}

div#footer {
	background-color: #003060;
	clear: both;
	padding: 10px;
	text-align: center;
	color: #FFF;
}

div#inside_contenter {
	
	width: 950px;
	margin: 10px 0 10px 36px;
	border: 1px solid #CCC;
	background: #FFF url(../images/bg_inside.gif) top left repeat-y;
}

div#photo {
	width: 168px;
	padding: 1px;
	float: left;
}

div#texter {
	width: 750px;
	float: right;
	padding: 10px;
}