@charset "UTF-8";
div,h1,h2,h3,h4,h5,h6,p,pre,address,blockquote,span,ul,ol,li,dl,dd,dt,img {
	margin: 0;
	padding: 0;
}
body {
	background: #616264;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #32251b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	line-height: 1.5em;
}
a {
	text-decoration: none;
	color: #32251b;
}
a img {
	border: 0;
}
p {
	margin: 1em 0 0 0;
	color: #32251b;
}
#container  {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #79797a;
	margin: 3px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background: #79797A;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

#navcontainer {
	height: 30px;
	margin: 15px 0 20px 0;
}
#navcontainer ul
{
	padding-left: 20px;
	margin: 0;
	border-top: 1px solid #595a5b;
	border-bottom: 1px solid #595a5b;
	color: #fff;
	float: left;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
}

#navcontainer ul li {
	display: inline;
	float: left;
}

#navcontainer ul li a
{
	padding: 0.3em 1em;
	background-color: #79797a;
	color: #fff;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:link#current, #navcontainer ul li a:visited#current, #navcontainer ul li a:hover {
background-color: #595a5b;
color: #fff;
}

#mainContent  {
	
	margin: 20px 20px 0 20px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ddd;
} 
#mainContent h1 {
	line-height: 1em;
	font-weight: normal;
}
#mainContent img  {
	float: left;
	margin-right: 10px;
	border: 1px solid #000;
}
#mainContent #home_pics_new_creations {
	margin: 10px 0;
}
#mainContent #home_pics_new_creations h4{
	margin: 0;
	padding: 0;
}
#footer  {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#79797a;
	clear: both;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #ddd;
	font-size: 85%;
}
#footer p a {
	color: #ddd;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#home-row1 {
	clear: both;
	padding: 5px 0 0 0;
}
#home-r1-col1-img {
	float: left;
	width: 124px;
	margin: 0 15px 0 0;
}
#home-r1-col2-img {
	float: left;
	width: 124px;
	margin: 0 15px 0 0;
}
#home-r1-col3-img {
	float: left;
	width: 124px;
	margin: 0 15px 0 0;
}
#home-r1-col4-img {
	float: left;
	width: 124px;
	margin: 0 15px 0 0;
}
#home-r1-col5-img {
	float: left;
	width: 124px;
	margin: 0 0 0 0;
}
h4 a {
	font-weight: normal;
}
#home-row5 {
	clear: both;
	padding: 10px 0 0 0;
}
#home-r5-col1-img {
	float: left;
	width: 124px;
	margin: 0 15px 0 0;
}
#home-r5-col2-img {
	float: left;
	width: 124px;
	margin: 0 15px 0 0;
}
#home-r5-col3-img {
	float: left;
	width: 124px;
	margin: 0 15px 0 0;
}
#home-r5-col4-img {
	float: left;
	width: 124px;
	margin: 0 15px 0 0;
}
#home-r5-col5-img {
	float: left;
	width: 124px;
	margin: 0 0 0 0;
}