* {

padding:0;margin:0;
}


#wrapper {
	background-color: #75a19a;
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #69918a;
}
#header {
	background-image: url(../images/logo_03.png);
	background-repeat: no-repeat;
	padding-top: 42px;
}

#header ul{
	text-align:right;
	font-size: 12px;
	padding-right:15px;
}


#header ul li {
display:inline;
color:#fff;
padding-right:5px;

}


#content #photo {
padding:20px;
width:420px;
float:left;

}
#content #photo #thumbs{
float:right;
padding-right:15px;

}
#content #photo #thumbs ul {
list-style-type:none;
}
#content #photo #thumbs ul li {
margin-bottom:7px;

}
#content #photo #thumbs ul li img{
	cursor: pointer;

}
#content #photo p{
font-size:9px
}
#content #text{

padding:20px 20px 20px 20px;
}
#content #text h1,#content #text h2{
font-weight:normal;
margin-bottom:10px;

}
#content #text h1 {
font-size:18px;
}
#content #text h2 {
font-size:16px;
}

#footer {clear:both;}

