* {
	margin: 0;
	padding: 0;
}

html {

}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background-color: #1E1E28;
}

a {
	color: #1E1E28;
	text-decoration: none;
}

a:hover {
	color: #3399CC;
	text-decoration: none;
}

a img {
	border: 0 none;
}

input, textarea {
	padding: 2px;
}

a1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #888;
}

a2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3399CC;
}

#top {
	width: 500px;
	height: 23px;
	position: fixed;
	width: 100%;
	top: 0px;
	background-color: #3C3C46;
	padding: 0;
}

#bottom {
	width: 500px;
	height: 100%;
	position: fixed;
	width: 100%;
	background-color: #3C3C46;
	padding: 0;
}

#logo {
	width: 225px;
	height: 45px;
	padding: 10px 10px 10px 15px;
	padding-bottom: 10px;
	background: #FFF;
	z-index: 33;
}

#logo a {
	display: block;
	width: 215px;
	height: 45px;
	background-image: url(../images/logo02.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#stuff {
	margin-top: 30px;
	margin-left: 7px;
	
}

#nav {
	float: left;
	width: 250px;
	height: 613px;
	padding: 0 0 10px 0;
	font-size: 12px;
	color: #999;
	background: #FFF url(../images/nav_bkg.gif);
}

#mainmenu {
	float: left;
	width: 250px;
	height: 440px;
	padding: 10px 0;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 16px;
	list-style: none;
}

#mainmenu li {
	list-style: none;
}

#mainmenu li a {
	display: block;
	padding: 4px;
	background: #FFF;
}

#mainmenu li.current a, #mainmenu li a:hover {
	color: #3399CC;
	background: #1E1E28;
}

#home a#home, #weddings a#weddings, #portraits a#portraits, #albums a#albums, #about a#about, #contact a#contact, #nickbrandy a#nickbrandy, #benfaith a#benfaith {
	color: #3399CC;
	background: #1E1E28;
}



#info1 {
	float: left;
	width: 220px;
	height: auto;
	padding: 10px 0 10px 10px;
	font-size: 10px;
	list-style: none;
	border-top: #EEE 1px solid;
}

#info2 {
	float: left;
	width: 220px;
	height: auto;
	padding: 10px 0 10px 10px;
	font-size: 10px;
	list-style: none;
	border-top: #EEE 1px solid;
	border-bottom: #EEE 1px solid;
}

#menu {
	padding-top: 20px;
	margin-bottom: 2em;
}

#menu li {
	list-style: none;
	font-size: 18px;
}

#menu li a {
	display: block;
	margin-left: -120px;
	width: 120px;
	padding: 4px 30px 4px 4px;
	background-image: url(../images/b_right.png);
	background-position: right;
	background-repeat: no-repeat;
}

#menu li.current a, #menu li a:hover {
	margin-left: 0;
	
}


#content {
	
	left: 260px;
	padding-bottom: 10px;
}

#content_bkg {
	width: 800px;
	height: 599px;
	padding: 12px 90px 12px 30px;
	margin-left: 250px;
	background: #FFF;
	border-left: #1E1E28 7px solid;
}


/*
#footer {
	position: relative;
	color: #666;
	margin-top: -20px;
	padding-right: 10px;
	height: 20px;
	font-size: 10px;
	text-align: right;
}
*/

#footer {
	width: 100%;
	height: 15px;
	padding-top: 5px;
	overflow: none;
	font-size: 9px;
	line-height: 5px;
	text-align: left;
	color: #666;
	margin-left: 7px;
}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #ccc;
}

#footer abbr {
	color: #666;
	border-bottom: dotted 1px #333;
}

span.backgroundcolor 
{ 
	background-color: #FFF; 
} 