/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../images/bgbg.jpg);
	background-repeat:repeat;
	}
	
		
#top {
	width: 700px;
	height: 110px;
	margin-top: 25px;
	}
	
#left {
	width: 300px;
	height: 110px;
	background-color: #FFFFFF;
	float: left;
	}
#right {
	width: 350px;
	height: 110px;
	float: right;
	text-align: right;
	padding-left: 45px;
	padding-right: 5px;
	}


#img_big {
	width: 700px;
	height: 500px;
	background-color: #999999;
	text-align: left;
	background-image: url(../images/b_img.jpg);
	background-repeat: no-repeat;
	}
	

	
#end {
	width: 690px;
	height: 50px;
	padding: 20px 0 0 10px;; 
	color: #FFF;
	text-align: left;
	}	
#body {
	width: 670px;
	background-color: #CCC;
	text-align: left;
	padding: 15px;
	}			
a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #72964E;
	text-decoration: none;	
	border: 0px;	
}

a:hover, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: dotted 1px #333333;
	color: #333;
	text-decoration: none;
	border: 0px;
}			
.form {
	width: 482px;
	border: 1px solid #4B6E92;
	background-color: #EFEFEF;
	padding-left: 5px;
	font-family: tahoma, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	font-weight: 100;
	margin: 3px 0px 3px 5px;
	}	
.form3 {
	width: 475px;
	border: 1px solid #4B6E92;
	background-color: #EFEFEF;
	padding-left: 5px;
	font-family: tahoma, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #333333;
	font-weight: 100;
	margin: 3px 0px 3px 5px;
	}
.submit {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color:#333333;
	background-color:#F8F8EF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-top: 1px solid #4B6E92;
	border-left: 1px solid #4B6E92; 
	float: right;
	margin-right: 8px;
	}		