* {
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	background: silver url(http://www.ockenphotography.com/images/bg_fade_blue.png) repeat-x fixed 50% 50%;
	font: small "Myriad Pro", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: gray;
}

body#wedding {
	background: silver url(http://www.ockenphotography.com/images/wedding_bg.jpg) no-repeat fixed 50% 50%;
}

body#bridal {
	background: silver url(http://www.ockenphotography.com/images/bg_fade_red.png) repeat-x fixed 50% 50%;
}

body#engage {
	background: silver url(http://www.ockenphotography.com/images/bg_fade_blue.png) repeat-x fixed 50% 50%;
}

body#destination {
	background: silver url(http://www.ockenphotography.com/images/destination_bg.jpg) no-repeat fixed 50% 50%;
}

#index_head{
	height: 5em;
	width: 100%;
	background: url(http://www.ockenphotography.com/images/ockenphoto.png) no-repeat;
	position: fixed;
	left: 0;
}

#wedding_head{
	height: 5em;
	width: 100%;
	background: url(http://www.ockenphotography.com/images/ockenweddings.png) no-repeat;
	position: fixed;
	left: 0;
}

#top_links {
	font-size: large;
	color: Maroon;
	height: 22px;
	/*border: 1px solid gray;*/
	position: fixed;
	top:  2em;
	left: 20em;
	width: 100%;
}

#carousol{
	height: 332px;
	width: 100%;
	position: fixed;
	top: 7em;
	margin: auto;
	text-align: center;
}


#teaser{
	height: 50px;
	width: 100%;
	position: fixed;
	top: 445px;
	margin: auto;
	text-align: center;
	/*border: thin dotted maroon;*/
}

#inquiry_form {
	position: absolute;
	top: 5em;
	left:10%;
	/*border: thin dotted maroon;*/
}

#footer{	
	height: 28px;
	width: 100%;
	position: fixed;
	bottom: .5em;
	right: 0;
	background: url(http://www.ockenphotography.com/images/bg_foot.png) no-repeat right bottom;	
}

/* Is this the best way to seperate the left and right? */
#links_blog {
	height: 22px;
	position: fixed;
	bottom:  .5em;
	right: .5em;
	color: maroon;
}

#links_photogs {
	height: 22px;
	position: fixed;
	bottom:  .5em;
	left: .5em;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

body#wedding a#wedding, body#bridal a#bridal, body#engage a#engage, body#destination a#destination, a:hover {
	color: navy;
	text-decoration: none;
}

a:active {
	color: gray;
	text-decoration: none;
}

