/* CSS Document */

body {
	background: #FFF;
	margin: 0px
	}
	
#top {
	background: #E0E0CA;
	height: 74px;
	width: 100%;
	padding: 10px
	}
	
#contact {
	background: transparent;
	font: 11px/14px verdana, arial, sans serif;
	color: #666;
	padding: 10px;
	text-align: right;
	}
	
#contact a:link{
	color: #996;
	text-decoration: none
	}
	
#contact a:visited{
	color: #999;
	text-decoration: none
	}
	
#contact a:hover{
	color: #666;
	text-decoration: none
	}
	
#nav {
	background: #FFF;
	height: 32px;
	width: 100%;
	font: bold 15px "Times New Roman", georgia, serif;
	color: #CC9;
	padding: 10px
	}
	
#nav a:link{
	color: #663;
	text-decoration: none
	}
	
#nav a:visited{
	color: #999;
	text-decoration: none
	}
	
#nav a:hover{
	color: #996;
	text-decoration: none
	}
	
#imageblock {
	background: url(../images/bg/cream.jpg) repeat-x;
	height: 150px;
	width: 100%;
	border-bottom: 1px solid #999
	}
	
#imageblock img{
	border-right: 3px solid #FFF
	}	
	
	
#content {
	border-top: 1px solid #CCC;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	vertical-align: top;
	}
	
#content h1{
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 5px;
	font: bold 15px "Times New Roman", georgia, serif;
	color: #666;
	}
	
#content h1 span{
	margin: 0px 0px 10px 0px;
	font: bold 15px "Times New Roman", georgia, serif;
	color: #996;
	}	
	
#content p{
	padding: 0px 0px 10px 10px;
	margin: 0px 0px 0px 5px;
	font: 11px/14px verdana, arial, sans serif;
	color: #333;
	width: 550px
	}
	
#content strong{
	margin: 0px 0px 0px 0px;
	font: bold 13px "Times New Roman", georgia, serif;
	color: #996;
	}
	
#content em{
	margin: 0px 0px 0px 0px;
	font: bold 13px "Times New Roman", georgia, serif;
	color: #666;
	}
	
#content a:link{
	color: #666;
	text-decoration: none
	}
	
#content a:visited{
	color: #999;
	text-decoration: none
	}
	
#content a:hover{
	color: #333;
	text-decoration: none
	}
	
#form {
	background-color: #FFF;
	vertical-align: top;
	width: 550px;
	}
	
#form h1{
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
	font: bold 15px "Times New Roman", georgia, serif;
	color: #666;
	}
	
#form h1 span{
	margin: 0px 0px 0px 0px;
	font: bold 15px "Times New Roman", georgia, serif;
	color: #996;
	}	
	
#form p{
	padding: 10px 0px 0px 10px;
	margin: 0px 0px 0px 5px;
	font: 11px/14px verdana, arial, sans serif;
	color: #333;
	width: 275px
	}
	
#form strong{
	margin: 0px 0px 0px 0px;
	font: bold 13px "Times New Roman", georgia, serif;
	color: #996;
	}
	
#form a:link{
	color: #666;
	text-decoration: none
	}
	
#form a:visited{
	color: #999;
	text-decoration: none
	}
	
#form a:hover{
	color: #333;
	text-decoration: none
	}
	
.formtxt {
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 5px;
	font: 11px/14px verdana, arial, sans serif;
	color: #333;
}

.inputbox {
	font: 11px/14px verdana, arial, sans serif;
	color: #333;
	width: 125px;
	border: 1px solid #CC9
}

.button {
	font: 11px/14px verdana, arial, sans serif;
	color: #FFF;
	background: #663;
	cursor: pointer;
}

.buttonr {
	font: 11px/14px verdana, arial, sans serif;
	color: #333;
	background: #CC9;
	cursor: pointer;
}
	
#left {
	background: #EBEABE url(../images/bg/left.jpg) no-repeat top left scroll;
	width: 150px;
	height: 100%;
	border-top: 3px solid #FFF
	}
		
#footer {
	height: 20px;
	width: 100%;
	background: #CCC;
	border-top: 1px solid #999
	}
	
#wida {
	height: 19px;
	padding-left: 10px;
	background: #CCC;
	border-top: 1px solid #C0C0C0;
	font: 11px verdana, arial sans, serif;
	color: #666
}
	
#wida a:link{
	color: #666;
	text-decoration: none
	}
	
#wida a:visited{
	color: #999;
	text-decoration: none
	}
	
#wida a:hover{
	color: #333;
	text-decoration: none
	}
	
#client {
	height: 19px;
	padding-right: 10px;
	background: #CCC;
	border-top: 1px solid #C0C0C0;
	font: 11px verdana, arial sans, serif;
	color: #666;
	text-align: right
	}
	
#client a:link{
	color: #666;
	text-decoration: none
	}
	
#client a:visited{
	color: #999;
	text-decoration: none
	}
	
#client a:hover{
	color: #333;
	text-decoration: none
	}