body {
	background: rgb(224,244,252) url(../images/Gradient.png) repeat;
	position: relative;
	margin: 0 auto;
	min-width: 850px;
	max-width: 1020px;
	min-height: 1532px;
	text-align: center;
	line-height: 1.231;
	font-family: Georgia,arial,helvetica,sans-serif;
	font-size: 15px;
}

img {
	border: none;
}

a:link, a:visited {
	color: #095179;
	font-weight: bold;
}

.attention {
	color: red;
	font-weight: bold;
}

ins {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

#border_left {
	/*background: url(../images/Border_Left.png) no-repeat;*/
	position: absolute;
	left: 0px;
	top: 0px;
	width: 270px;
	height: 1546px;
	z-index: -1;
}

#content {
	position: absolute;
	/* Padding is so the content doesn't cross into the borders */
	/*
	padding-top: 65px;
	padding-left: 120px;
	padding-right: 125px;
	padding-bottom: 80px;
	*/
	/*top: 65px;
	left: 120px;*/
	top: 15px;
	left: 130px;
	/*margin-right: -100px;*/
	right: 70px;
	margin-bottom: 2em;
	/*max-width: 700px;*/  /* to be only as wide as the divider */
}


#header {
	width: 850px;
	margin: 0 auto;
}

#header_top {
	text-align: left;
}

#header_top ul {
	list-style-type: none;
	padding: 0;
	margin: 20px 0 0 0;
}


#header_top ul li {
	font-size: 1.5em;
	float: left;
	margin: 0 15px 5px 15px;
}

#header_top ul li a {
	text-decoration: none;
}

#header_top ul li img {
	vertical-align: middle;
	/*padding: 0.2em 0.2em 0.2em 1em;*/
}

#header_photography_services {
	text-indent: -9999px;
	background: url(../images/header/shp_banner.jpg);
	width: 850px;
	height: 206px;
	margin: 0 auto;
	float: left;
}

#header_about {
	text-indent: -9999px;
	background: url(../images/header/about.png);
	width: 147px;
	height: 37px;
	margin-left: 155px;
	/*margin: 0px 15px 5px 170px;*/
	float: left;
}

#header_contact {
	text-indent: -9999px;
	background: url(../images/header/contact.png);
	width: 160px;
	height: 37px;
	/*margin: 0 15px 5px 15px;*/
	float: left;
}

#header_faq {
	text-indent: -9999px;
	background: url(../images/header/faq.png);
	width: 134px;
	height: 37px;
	/*margin: 0 15px 5px 15px;*/
	float: left;
}

#header_blog {
	text-indent: -9999px;
	background: url(../images/header/blog.png);
	width: 134px;
	height: 37px;
	/*margin: 0 15px 5px 15px;*/
	float: left;
}



div.divider {
	/*height: 18px;*/
	height: 8px;
	background: #FFFFFF;
	/*margin: 10px auto;*/
	margin: 0 auto 10px auto;
	width: 850px;
	/*width: 100%;*/
	border: 1px solid #000000;
	clear: both;
}

div.intro {
	/*float: left;*/
	margin-top: 10px;
	width: 850px;
}

div.intro_img {
	float: left;
	/*display: inline;*/
	margin-right: 10px;
	margin-bottom: 10px;
}

div.intro_text {
	text-align: left;
	/*width: 850px;*/
	/*width: 100%;*/
	/*margin: 10px 0 10px 0;*/
	/*display: inline;*/
}




#pagenav {
		clear: both;
        /*float: left;*/
		position: static;
		margin: 0 auto;
        /*width: 100%;*/
		width: 850px;
        /*background: #DAE0D2 url("../images/pagenav/bg.gif") repeat-x bottom;*/
        font-size: 93%;
        line-height: normal;
		/*margin-left: 10px;*/
		/*margin-left: 40px;*/
}
#pagenav ul {
        /*margin: 0 20px 0 20px;*/
		margin: 0;
        /*padding:10px 10px 0;*/
		padding: 10px 0 0 0;
        list-style: none;
}
#pagenav li {
        float: left;
        background: url("../images/pagenav/left.gif") no-repeat left top;
        margin: 0;
        padding: 0 0 0 9px;
}
#pagenav h2 {
        font-size: 1em;
		display: inline;
}
#pagenav a {
        float: left;
        display: block;
        background: url("../images/pagenav/right.gif") no-repeat right top;
        padding: 5px 15px 4px 6px;
        text-decoration: none;
        font-weight: bold;
        color: #765;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#pagenav a {float: none;}
/* End IE5-Mac hack */
#pagenav a:hover {
        color: #333;
}
#pagenav #current {
        background-image: url("../images/pagenav/left_on.gif");
}
#pagenav #current a {
        background-image: url("../images/pagenav/right_on.gif");
        color: #333;
        padding-bottom: 5px;
}



#footer_outer {
	text-align: left;
	height: 3em;
}

#footer {
	/*position: absolute;*/
	bottom: 0;
	margin-top: 20px;
	width: 100%;
	text-align: center;
}

