/* CSS Document */

body{
	text-align:center;
	background-image:url(images/bg.jpg);
	}
#wrapper{
	width:790px;
	height:100%;
	border-color:#666600;
	border-style:solid;
	text-align:left;
	margin:auto;
	}

#title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:40px;
	font-weight:bold;
	font-style:oblique;
	color:#663300;
	text-align:center;
	background-color:#CCCCCC;
	padding:5px;
	}

#text{
	
	padding:20px;

}
#mainphoto{
	background-color:#FFFFFF;
	width:790px;
	height:361px;
	border-top:2px solid #990000;
	border-bottom:2px solid #990000;
	}
#google{
	padding-left:95px;
	padding-right:95px;
	padding-top:10px;
	padding-bottom:10px;
	}
	
	#textcont{
	background-color:#999966;
	width:790px;
	height:100%;
	}
#line{
	background-color:#CCCCCC;
	height:35px;
	width:770px;
	border-bottom:2px solid #990000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#990000;
	padding:10px;
	
	}
	#base{
	background-color:#FFFFFF;
	
	}
	#table{
	width:640px;
	padding-top:20px;
	padding-bottom:20px;
	}