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;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000;
	font: 12px arial, sans-serif;
	color: #A7A7A7;
	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;
}

h1.logo { 
	width: 259px;
	height: 0px;
	padding-top: 140px;
	overflow: hidden;
	background-image:url(images/logo2.gif);
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	background-position:100% center;
	
		}
		
h2.hobbies { 
	width: 70px;
	height: 0px;
	padding-top: 20px;
	overflow: hidden;
	background-image:url(images/h_hobbies.gif);
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	background-position:100% center;
	
		}
		
h2.collect { 
	width: 90px;
	height: 0px;
	padding-top: 20px;
	overflow: hidden;
	background-image:url(images/h_collections.gif);
	background-repeat:no-repeat;
	background-position:100% center;
	
		}
		
h2.collection { 
	width: 160px;
	height: 0px;
	padding-top: 60px;
	overflow: hidden;
	background-image:url(images/m2.gif);
	background-repeat:no-repeat;
	background-position:100% center;
	
		}
		
h2.aboutMe { 
	width: 160px;
	height: 0px;
	padding-top: 60px;
	overflow: hidden;
	background-image:url(images/m4.gif);
	background-repeat:no-repeat;
	background-position:100% center;
	
		}
		
h2.profession { 
	width: 160px;
	height: 0px;
	padding-top: 60px;
	overflow: hidden;
	background-image:url(images/m3.gif);
	background-repeat:no-repeat;
	background-position:100% center;
	
		}

h2.contactMe { 
	width: 200px;
	height: 0px;
	padding-top: 60px;
	overflow: hidden;
	background-image:url(images/m1.gif);
	background-repeat:no-repeat;
	background-position:100% center;
	
		}
				
#body-top-right {
	float:right;
	margin: 20px 10px 0px 30px;
}
		
#person {
	float:right;
	padding: 17px 15px 0px 0px;
	right: 20px;
	display:inline;			
}
#about {
	float:left;
	margin: 20px 0px 0px 131px;
	width: 256px;
	height: 280px;
	overflow: auto;
	text-align: left;
	display:inline;
}

#collection {
	float:left;
	margin: 20px 0px 0px 131px;
	width: 550px;
	overflow: auto;
	text-align: left;
	display:inline;
}

.first-letter {
	font-weight: bold;
	font-size: 14px;
	color: white;
}

#collection a img{
	margin: 5px 5px 5px 0px;
}

/************************** 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;
}

p.header-pic{
	padding-top: 33px;
	padding-bottom: 22px;
	background: top right url(images/body_top_right.gif) no-repeat;
}
/************************** Tray **********************************/
#tray {
	padding-left: 130px;
	padding-right: 45px;
}
#tray-left {
	float: left;
	width: 255px;
}
#tray-right {
	float: right;
	width: 302px;
}
#tray-left .left {
	margin-right: 12px;
}
#tray h2 {
	margin-bottom: 16px;
}
#tray p {
	margin: 0px;
	margin-bottom: 3px;
}
#tray-left .more {
	padding-right: 12px;
}
/************************** Footer **********************************/
#footer {
	text-align: center;
	color: white;
	margin-left: 95px;
	margin-right: 14px;
	background: top left url(images/body_bot_left.gif) no-repeat;
}
#footer-right {
	padding-top: 33px;
	padding-bottom: 22px;
	background: top right url(images/body_bot_right.gif) no-repeat;
}
