/*
// = IE7 Fix
* html = IE6 fix
*/

/******************************
			Body
******************************/

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/css/body.png) center repeat-y #333333;
	font-family: Verdana;
	font-size: 1.0em;
}

* html body {
	background: url(../images/css/gif/body.gif) center repeat-y #333333;
}

a {
	color: black;
	text-decoration: none;
}

a img {
	border: none; 
}


.underline {
	text-decoration: underline;
}

/*************************
		Container
*************************/

#container {
	margin: 0 auto;
	width: 1010px;
	text-align: left;
}

/*************************
		Header
*************************/

#header {
	width: 965px;
	height: 50px;
	padding-top: 50px;
	padding-left: 45px;
	float: left;
	background: url(../images/css/header.png);
}

* html #header {
	background: url(../images/css/gif/header.gif) no-repeat;
}

#header h1{
	font-size: 150%;
	color: black;
}

#header a {
	width: 100%;
	height:100px;
	display:block;
}


/*************************
		Menu
*************************/

#menu {
	height: 30px;
	float: left;
	background: url(../images/css/menu.png);
}

* html #menu {
	background: url(../images/css/gif/menu.gif);
}

#menu ul {	
	margin: 0;
	padding-left: 0px;
	margin-left: 30px;
	margin-right: 30px;
	width: 950px;
	text-align: center;
}

#menu ul li { 
	display: inline; 

}

#menu ul li a {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 5px;
	height: 25px;
	color: white;
	text-decoration: none;
	float: left;
}

#menu ul li a:hover {
	height: 25px;
	background-color: #444444;
}


/******************************
 			Content
******************************/

#content {
	width: 970px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	min-height: 300px;
	float: left;
}

#content a {

}

#gallery {
	margin-left: 60px;
}

.photography{
	font-size: 75%;
}

.gallery_item {
	width: 150px;
	height: 150px;
	margin: 20px;
	margin-bottom: 40px;
	padding: 10px;
	float: left;
	background: url(../images/css/gallery_item.png);
	vertical-align: center;
	border: none;
}

* html .gallery_item{
	background: url(../images/css/gif/gallery_item.gif) no-repeat;
}


.floatright { 
	float: right; 
	margin: 0 0 10px 10px;

	}	
.floatleft { 
	float: left; 
	margin: 0 10px 0 10px;
	}
	
.spacer {
	width: 970px;
	height: 5px;
	clear: both;
}

#showcase {
	width: 970px;
	clear: both;
	float: left;
}

#showcase a {
	text-decoration: underline;
}

#icon {
	width: 100px;
	height: 130px;
	margin: 0 25px 10px 25px;
	text-align: center;
	/* background: url(/images/css/iphone.png) no-repeat; */
}

/******************************
 			Footer 
******************************/

#footer {
	width: 985;
	height: 40px;
	padding-top: 60px;
	padding-right: 15px;
	color: white;
	font-size: 75%;
	text-align: right;
	clear: both;
}

