html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: white;
}
a:hover {
	color: #eee;
}
.left {
	float: left;
	margin-top: 15px;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
/*	background: #000; */
	background:url(images/background.jpg) repeat;
	/* font: 12px arial, sans-serif;*/
	font: 14px "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: white;
	padding: 30px 5px;
	text-align: center;
}
/************************** wrappers **********************************/
#wrapper {
	text-align: left;
	width: 754px;
	margin: auto;
	background: url(images/body_bg.gif) repeat-y;
}
#body {
	position: relative;
}
#body-top {
	background: top left url(images/bar.gif) no-repeat;
}
#body-bot {
	background: bottom left url(images/bar.gif) no-repeat;
}
/************************** Header **********************************/
h1 {
	padding: 17px 0px 0px 95px;
}
#person {
	float:right;
	padding: 17px 15px 0px 0px;
	right: 20px;
	display:inline;			
}
#person2 {
	float:right;
	/*padding: 80px 0px 0px 0px;*/
	display:inline;		
	margin:80px 0px 0px 0px;
}
#about {
	float:left;
	margin: 20px 0px 0px 131px;
	width: 256px;
	height: 320px;
	overflow: auto;
	text-align: justify;
	display:inline;
}
#about2 {
	padding: 5px;
	display:inline;
	width:625px;
	float:none;
	margin: 20px 0px 0px 131px;
	height: 320px;
	overflow: auto;
	text-align: justify;
}
.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: white;
}
/************************** Navigation **********************************/
#header ul {
	margin: 0px 17px 20px 99px;
	border: 2px solid white;
	padding: 5px;
	display:inline;
	float: left;
	width:625px;
}
#header li {
	display:inline;
	padding: 13px;
}
#header ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #f3e9d9;
	text-transform: uppercase;
}
#header ul a:hover{
	color: #fff;
}
/* 2222222222222222222222222222222*/
#header .manu ul {
	margin: 0px 17px 20px 99px;
	border: 2px solid white;
	padding: 5px;
	display:inline;
	float: left;
	width:625px;
}
#header .manu  li {
	display:inline;
	padding: 13px;
}
#header .manu  ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #f3e9d9;
	text-transform: uppercase;
}
#header .manu ul a:hover{
	color: #fff;
}
/************************** Tray **********************************/
#tray {
	padding-left: 100px;
	padding-right: 45px;
}
#tray-left {
	float: left;
	width: 300px;
}
#tray-center {
	float: left;
	width: 600px;
}
#tray-right {
	float: right;
	width: 300px;
}
#tray-left .left {
	margin-right: 5px;
}
#tray-center .left {
	margin-right: 15px;
}
#tray-right .left {
	margin-right: 5px;
}
#tray h2 {
	margin-bottom: 16px;
}
#tray p {
	margin: 0px;
	margin-bottom: 3px;
}
#tray-left .more {
	padding-right: 12px;
}
/************************tagphoto*************************/
#tagphoto{
	padding-left: 10px;
	width: 600px;
		
}
.showphoto{			
		float:left;
		width:90px; height:117px; 
		border:3px solid #CCCCCC;
		margin-right:6px;
		margin-bottom:6px;
}


/************************** Footer **********************************/
#footer {
	text-align: center;
	color: white;
	margin-left: 95px;
	margin-right: 14px;
	background: center left url(images/body_bot_left.gif) no-repeat;
}
#footer-right {
	padding-top: 33px;
	padding-bottom: 22px;
	background:center right url(images/body_bot_right.gif) no-repeat;
}

