body {
	background-color: #CCCCCC;
	background-image: url(images/nickashleybkg.gif);
	margin:0;
	padding:0;
}
#wrap {
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	width: 920px;
	color: #CCCCCC;
}
#nav {
   	font-size: 16px;
	width: 100%;
	margin:0;
	padding:0;

}
#nav li {
	list-style:none;
	display:inline;
	float:left;
	border: 1px solid #000000;
}
#nav li a:link, #nav li a:visited {
    padding-left:20px;
	padding-right:20px;
	padding-top:2px;
	padding-bottom:2px;
	display:block;
	background-color:#999999;
	text-decoration: none;
}
#nav li a:link.selected, #nav li a:visited.selected {
    background-color:#000000;
}
#nav li a:hover {
	background-color:#666666;
	color: #FFFFFF;
	text-decoration: none;
}
#content {
	background-color:#000000;
	width:100%;
	clear:both;
	position:relative;
	height:500px;
	background-image: url(images/nickashleylogo.gif);
	background-repeat: no-repeat;
	background-position: 70px 400px;
}
.content-left {
    width:430px;
	float:left;
	margin-top:20px;
}
.content-left h1 {
	margin-top:130px;
	margin-bottom:150px;
	margin-left: 70px;
	color: #CCCCCC;
	font-size:24px;
	text-transform: uppercase;
}
.content-left p {
    padding-left:10px;
	padding-right:10px;
}
.content-right {
    width:400px;
	float:right;
	margin-right:20px;
	margin-top:20px;
}
.logo {
	background-color: #CCCCCC;
	margin-left:70px;
	margin-bottom:20px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;

}
a.dark:link {
	color: #000000;
	text-decoration: none;
}

a.dark:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;

}

a.dark:active {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;

}

a.dark:hover {
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: bold;

}
.clearall {
    clear:both;
}
#gallerycontent {
	background-color:#000000;
	width:100%;
	clear:both;
}
#gallery {
padding:20px;
}

#gallery li {
	list-style:none;
	display:inline;
	float:left;
	padding:10px;
}