
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666666;
	background-image: url(images/buble.jpg);
	background-repeat: repeat;
	background-color:#FFF;
}
#page{
	width: 900px;
	margin: auto;
	color: #333333;
}
#menu-top{
	width:900px;
	height: 40px;
	color: #666666;
	border-bottom: 2px solid #FFF;
}
#menu-top a{
	color: #666666;
	text-decoration:none;
	font-size:20px;
}
#menu-top a:hover{
	color: #666666;
	text-decoration: underline;
	font-size:20px;
}
#menu-top .current{
	color: #FF0000;
	text-decoration: underline;
	font-size:20px;
}
#logo{
	width:900px;
	height:auto;
}
#content{
	width:900px;
	padding: 0px 10px 0px 10px;
	background-image:url(images/background-.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}
#content h2{
	font-size: 20px;
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
}
#content h3{
	font-size: 24px;
	font-family: Century Gothic, Arial;
	color: #FF0000;
	font-weight:normal;
}
#content a{
	color: #333333;
	text-decoration: underline;
}
#content a:hover{
	color: #FF0000;
	text-decoration: none;
}
#footer{
	width:900px;
	height:auto;
	padding: 15px;
	color: #333333;
	font-size: 13px;
	border-top: 3px solid #FFF;
}
#footer a{
	color: #333333;
	text-decoration: underline;
}
#footer a:hover{
	color: #FF0000;
	text-decoration: none;
}
.photo-left{
	border: 1px solid #999;
	margin: 0px 15px 5px 0px;
}
.photo-right{
	border: 1px solid #999;
	margin: 0px 0px 5px 15px;
}
.photo{
	border: 1px solid #999;
	margin: 3px;
}
input, textarea {background-color: #CCCCCC; border: 1px solid #fff;}
