* {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Arial, Helvetica, Sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #4c4c4c;
}

body{
	background-color: #fff;
}

img{
	border: 0px;
}

#site{
	width: 680px;
	margin: 0 auto;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #F7E9B0;
	height: 100%;
	padding:0px 15px;
	text-align: center;
}

h3{
	color : #4c4c4c;
	font-weight: bolder;
}

h5{
	font-weight: normal;
	display: inline;
}

.kly{
	font-size: 11px;
	font-weight: normal;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#hold{
	position: relative;
	text-align: justify;
	width: 680px;
}

.navrow{
	border-bottom:1px solid #BD9B0F;
	border-right:1px solid #BD9B0F;
	padding:2px 5px;
}

#navigation{
	position:absolute;
	right:-10px;
	top:-10px;
	background-color:#E5D17F;
	border:1px solid #BD9B0F;
	width:180px;
	overflow: hidden;
}

a:link {
	color : #4c4c4c;
}
a:visited { 
	color : #4c4c4c;
}
a:active { 
	color : #4c4c4c;
}
a:hover { 
	color:#C0010E;
}

.links{
	margin-bottom:10px;
}

b {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #8c8c8c;
}

.small {
	font-size:9px;
}

.textinput {
	background-color:#fff;
	padding: 2px 2px 2px 2px;
	border : 1px solid #4c4c4c;
}

.submit {
	color:#4c4c4c; 
 	background-color:#fff;
	border : 1px solid #4c4c4c;
}

.radio {
	border: 0px solid #4c4c4c;
} 
