/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-color:#C3C683;
	color:#333333;
}

div{
	margin:0px;
	padding:0px;
}

ul{
	margin:0px 10px 0px 30px;
	padding:0px;
}

#main{
	width:749px;
	margin:0px;
}

#masthead{
	background-color:#999967;
	height:108px;
}

#head_left_col {
	width:118px;
	height:68px;
	background-color:#999967;
	background:url(images/left.jpg);
	background-repeat:repeat-y;
	float:left;
	padding:20px 20px 20px 40px;
}

ul.left{
	padding:0px;
	margin:0px 0px 0px 21px;
	border:0px solid red;
}

ul.left li{
	background-color:#999967;
	height:27px;
	padding-left:20px;
	list-style-type:none;
	list-style:none;
	
}

ul.left li:hover{
	background-color:white;
	height:27px;
	padding-left:20px;
	list-style-type:none;
	list-style:none;
	
}

ul.left li a{
	font-size:18px;
	color:#333333;
	text-decoration:none;
	line-height:25px;
	font-weight:bold;
	display:block;
	width:100%;
	height:100%;
}

#head_right_col {
	width:571px;
	height:108px;
	background:url(images/top.jpg);
	background-repeat:no-repeat;
	background-color:#C3C683;
	float:left;
}

#head_title{
	margin-top:26px;
	background-color:white;
	width:531px;
	height:66px;
	border-bottom:1px solid black;	
	background:url(images/head_title.jpg);
	font-size:24px;
	font-weight:bold;
	color:#666666;
	padding:15px 20px 0px 20px;
}

h1{
	font-size:24px;
	font-weight:bold;
	color:#666666;
}

h2{
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

#container {
	min-width: 600px;
}

#left_col {
	width:178px;
	height:108px;
	background-color:#999967;
	background:url(images/left.jpg);
	background-repeat:repeat-y;
	float:left;
}

#right_col {
	width:531px;
	background-repeat:no-repeat;
	background:url(images/center_left.jpg);
	background-repeat:repeat-y;
	background-color:white;
	float:left;
	padding:20px;
}

#right_col li{
	list-style-image:url(images/ikon.jpg);
	margin-left:20px;
}

#foot_left_col {
	width:178px;
	height:32px;
	background-color:#999967;
	background:url(images/left.jpg);
	background-repeat:repeat-y;
	float:left;
}

#foot_right_col {
	width:571px;
	height:32px;
	background-color:#cdeb8b;
	border-bottom:0px solid black;
	background:url(images/foot.jpg);
	background-repeat:no-repeat;
	float:left;
}

input{
	width:220px;
}

textarea{
	width:220px;
	height:80px;
}

img{
	border:none;
}
