@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:11px;
	color:#512b1e;
	line-height:16px;
	}
	
	#clear {
		clear:both;
		}
	
	#container {
		width:562px;
		}
		
		#headleft {
			float:left;
			width:395px;
			height:76px;
			background-image:url(../images/headleft.jpg);
			background-repeat:no-repeat;
			}
			
		#headright {
			float:right;
			width:130px;
			height:76px;
			background-image:url(../images/headright.jpg);
			background-repeat:no-repeat;
			}
			
		#bigline {
			float:left;
			width:3px;
			height:44px;
			background-image:url(../images/cambigline.jpg);
			background-repeat:no-repeat;
			margin-top:27px;
			margin-right:20px;
			}
			
		#cam {
			float:left;
			width:317px;
			height:44px;
			background-image:url(../images/cam.jpg);
			background-repeat:no-repeat;
			margin-top:27px;
			}
			
		#cup {
			float:right;
			width:147px;
			background-repeat:no-repeat;
			margin-top:50px;
			}
			
		#first-content {
			float:left;
			margin-left:23px;
			margin-top:36px;
			width:370px;
			}
			
			#first-content img{
				margin-right:15px;
				}
				
		#time {
			margin-left:23px;
			width:183px;
			height:134px;
			background-image:url(../images/time.jpg);
			background-repeat:no-repeat;
			float:left;
			margin-top:40px;
			}
		
		#second-content {
			float:left;
			width:250px;
			height:125px;
			margin-top:60px;
			margin-left:23px;
			}
			
			#second-content img{
				margin-right:15px;
				}
			#second-content br{
				margin-bottom:10px;
				}
