body {
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-image: url(../images/background.png);
	color: white;
	background-color: #808080;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

a, a:visited, a:active {
	text-decoration: none;
	color: #ef9200;
}

a:hover {
	text-decoration: underline;
	color: #ef9200;
}

#album a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

#container {
	text-align: center;
}

#header {
	background-position: left;
	height: 120px;
	background-repeat: no-repeat;
	background-image: url(../images/header1.png);
}

#header h1 {
	display: none;
}

#menu {
	background-repeat: no-repeat;
	width: 300px;
	right: 0px;
	top: 0px;
	position: absolute;
	height: 120px;
	background-position: right;
	background-image: url(../images/header2.png);
}
#menu li {
	list-style-type: none;
}

#menu a {
	position: absolute;
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
}

#menu #blog {
	display: block;
	background-image: url(../images/pixel.gif);
	right: 115px;
	top: 3px;
	height: 30px;
	width: 55px;
}

#menu #blog:hover, #blog .current {
	background-image: url(../images/blog_over.gif);
}

#menu #about {
	background-image: url(../images/pixel.gif);
	right: 14px;
	top: 3px;
	height: 30px;
	width: 80px;
}

#menu #about:hover, #about .current {
	background-image: url(../images/about_over.gif);
}

#menu #portfolio {
	background-image: url(../images/pixel.gif);
	right: 115px;
	top: 36px;
	height: 30px;
	width: 105px;
}

#menu #portfolio:hover, #portfolio .current {
	background-image: url(../images/portfolio_over.gif);
}

#menu #gallery {
	background-image: url(../images/pixel.gif);
	right: 14px;
	top: 36px;
	height: 30px;
	width: 90px;
}

#menu #gallery:hover, #gallery .current {
	background-image: url(../images/gallery_over.gif);
}

#strip {
	right: 14px;
	top: 65px;
	position: absolute;
}

#strip p {
	float: right;
	text-align: center;
	margin: 5px;
	height: 40px;
	width: 40px;
	padding: 0;
	border: 1px solid #FFFFFF;
}

#strip p:hover {
	border: 1px solid #ef9200;
}

#content {
	padding-top: 25px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	height: 525px;
	width: 720px;
}

#content p {
	padding-top: 5px;
	margin: 0px;
	text-align: right;
}

#photo {
	height: 486px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: white;
}

#photo #browse {
	height: 100%;
	width: 100%;
	z-index: 0;
	left: 0px;
	top: 0px;
	position: absolute;
}

#photo img {
	margin: 3px;	
}

#photo img.prev {
	visibility: hidden;
}

#photo img.next {
	visibility: hidden;
}

#album {
	height: 480px;
	width: 720px;
}

#album p {
	float: left;
	text-align: center;
	vertical-align: middle;
	margin: 5px;
	width: 170px;
	height: 150px;
	padding: 0;
}

#album img {
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
}

#album img:hover {
	border: 1px solid #ef9200;
}

#footer {
	margin-right: 5px;
	margin-top: 15px;
	font-size: small;
	text-align: right;
}

#browse a.prev {
	position: absolute;
	float: left;
	height: 100%;
	display: block;
	left: 3px;
	top: 3px;
	width: 198px;
	background-image: url(../images/pixel.gif);
}

#browse a.prev:hover {
	height: 480px;
	background-image: url(../images/prev.png);
}

#browse a.next {
	position: absolute;
	float: right;
	height: 100%;
	display: block;
	right: 3px;
	top: 3px;
	width: 198px;
	background-image: url(../images/pixel.gif);
}

#browse a.next:hover {
	height: 480px;
	background-image: url(../images/next.png);
}

#nav a.prev {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/left.png);
}

#nav a.prev:hover {
	background-image: url(../images/left_over.png);
}

#nav a.next {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/right.png);
}

#nav a.next:hover {
	background-image: url(../images/right_over.png);
}

#text p, #text li, #text input, #text th, #text td {
	text-align: left;
}

