/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../images/bg.jpg) repeat-x;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-align: center;
}

img {
	border: 0;
}

#wrapper {
	width: 700px;
	margin: 100px auto;
	position: relative;
}

#header {
	width: 700px;
	height: 35px;
	text-align: left;
	margin-bottom: 10px;
}

#sidebar {
	width: 155px;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

#content {
	width: 537px;
	float: right;
	position: relative;
	text-align: left;
}

#content a {
	color: #FF0000;
	text-decoration: none;
}

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

span {
	display: none;
}

/* header */

#header h1 {
	background: url(../images/logo.gif) no-repeat;
	width: 363px;
	height: 25px;
}

h3 {
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 1.3em;
}

p.intro {
	margin: 10px 0 10px 0;
	font-weight: bold;
}

/* nav */

#sidebar ul li {
	text-align: left;
	list-style: none;
	display: inline;
}

#sidebar ul li a {
	display: block;
}

#sidebar ul li#nav_weddings a {
	background: url(../images/nav_weddings.gif) no-repeat;
	height: 10px;
	margin-top: 0;
	padding: 0;
}

#sidebar ul li#nav_portraits a {
	background: url(../images/nav_portraits.gif) no-repeat;
	height: 10px;
	margin: 8px 0 0 1px;
	padding: 0;
}

#sidebar ul li#nav_otherwork a {
	background: url(../images/nav_otherwork.gif) no-repeat;
	height: 10px;
	margin-top: 8px;
	padding: 0;
}

#sidebar ul li#nav_prices a {
	background: url(../images/nav_prices.gif) no-repeat;
	height: 10px;
	margin-top: 25px;
	padding: 0;
}

#sidebar ul li#nav_contact a {
	background: url(../images/nav_contact.gif) no-repeat;
	height: 10px;
	margin-top: 8px;
	padding: 0;
}

#sidebar ul li#nav_weddings a:hover {
	background-position: 0 -12px;
}

#sidebar ul li#nav_portraits a:hover {
	background-position: 0 -10px;
}

#sidebar ul li#nav_otherwork a:hover {
	background-position: 0 -10px;
}

#sidebar ul li#nav_prices a:hover {
	background-position: 0 -10px;
}

#sidebar ul li#nav_contact a:hover {
	background-position: 0 -10px;
}