@charset "utf-8";
/* CSS Document */

body{
	background:	url(../images/abstract_thoughts_background_03.jpg)	center fixed	no-repeat;
	background-color:#000000;
	text-align: center;
	color:white;
	font-family:Geneva, Arial, Helvetica, sans-serif;	

}

.clear {
	clear:both;
}


#wrapper{
	width: 700px; margin: 0 auto;
	text-align: left;
}

#header {
	height: 142px;
	margin:10px;
	background-color:black;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	
}

#navbar {
	margin:10px;
	height:28px;
	padding-left:10px;
	background-color:black;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}

ul{

margin:0;
padding: 0;
list-style: none;
}

ul li{
	padding-top: 0px;
	padding-left: 8px;
	float:left;
}

a#button1 {
	display:block;
	float:left;
	background:url(../images/abstract_thoughts_buttons_profile.gif);
	width:100px;
	height:28px;
	margin:0 auto;
}	
a#button1:hover {
	background:url(../images/abstract_thoughts_buttons_profile_rollover.gif);
}

a#button2 {
	display:block;
	float:left;
	background:url(../images/abstract_thoughts_buttons_print.gif);
	width:100px;
	height:28px;
	margin:0 auto;
}	
a#button2:hover {
	background:url(../images/abstract_thoughts_buttons_print_rollover.gif);
}
a#button3 {
	display:block;
	float:left;
	background:url(../images/abstract_thoughts_buttons_web.gif);
	width:100px;
	height:28px;
	margin:0 auto;
}	
a#button3:hover {
	background:url(../images/abstract_thoughts_buttons_web_rollover.gif);
}
a#button4 {
	display:block;
	float:left;
	background:url(../images/abstract_thoughts_buttons_photography.gif);
	width:150px;
	height:28px;
	margin:0 auto;
}	
a#button4:hover {
	background:url(../images/abstract_thoughts_buttons_photography_rollover.gif);
}
a#button5 {
	display:block;
	float:left;
	background:url(../images/abstract_thoughts_buttons_contact.gif);
	width:100px;
	height:28px;
	margin:0 auto;
}	
a#button5:hover {
	background:url(../images/abstract_thoughts_buttons_contact_rollover.gif);
}

a .alt { display: none; }

#content {
	background-color:black;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	padding: 10px;
	margin:10px;

}

#listthumb	{
	margin:0;
	padding-left: 4px;
	padding-bottom:4px;
	list-style: none;
}

#thumbnailsL {
	width:150px;
	height:100px;
	padding-top:28px;
	padding-left:3px;
	padding-right:3px;
	padding-bottom:28px;
	text-align:center;
	background-color:#0F0F0F;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	text-decoration:none;
	}
	
#thumbnailsP {
	width:150px;
	height:150px;
	padding:3px;
	text-align:center;
	background-color:#0F0F0F;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	}
	
#footer {
	clear:both;
	background-color:black;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	margin:10px;
	height:28px;
}


	
