@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10;
	text-align: center;
	background-color: #292929;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
img {
	border: 0;
	background-color: #1c1c1c;
}
h1 {
	font-weight: normal;
	font-size: 150%;
	font-family: "Lucida Sans", arial, geneva, sans-serif;
	font-style: italic;
	margin-bottom: 0px;
}
h2 {
	font: oblique normal 1.3em "Lucida Sans", tahoma, arial, geneva, sans-serif;
	margin-bottom: 0px;
}

p {
	margin-top: 5px;
	line-height: 1.5em;
}
a:link {
	color: #dfdfdf;
}
a:visited {
	color: #666;
}
a:hover {
	color: #dfdfdf;
	text-decoration: none;
}


#wrapper {
	text-align: left;
	width: 950px;
	margin: 0 auto;
	background: #292929;
}
#header {
	margin: 0px;
	height: 85px;
	font-family: "times new roman", times, serif;
	font-size: 0.8em;
	color: #dfdfdf;
	border-bottom: 1px solid #1c1c1c;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 7px;
}
#navcontainer {
        clear: both;

}
#navcontainer ul {
	margin: 0;
	list-style-type: none;
	text-align: center;

        width: 750px;
        margin: 0 auto;
}
#navcontainer ul li {
	display: block;
	float: left; 
	align: center;	
}
#navcontainer ul li a:link,
#navcontainer ul li a:visited {
	text-decoration: none;
	color: #fff; 
	display: block;
	padding: 2px 8px;
   
}
#navcontainer ul li a:hover {
	color: #fff;
	background-color: #151515;
}
#content .nav1  {
  
   height: 20px;margin-left: 250px;
}
#content .nav2  {
	height: 20px;
	margin-left: 275px;
}
#content {
	color: #dfdfdf;
	clear: both;
	border-top: 1px solid #1c1c1c;
	padding: 0 20px;
}
#content h1 {

}
#blog {
	width: 950px;
	clear: both;
	position: relative;
}

#content #blogtable {
	width: 700px;
	margin-left: 20px;
}
#content #blogtable td {
	vertical-align: top;
	padding-bottom: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1c1c1c;
	padding-top: 5px;
}
#content #staticcontent {
	width: 100px;
	position: absolute;
}




#flashgallery {
	margin: 0px;
	height: 600px;
	color: #dfdfdf;
	border-bottom: thin solid #1c1c1c;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-color: #292929;
}
/* pricing for individual divs */
#PricingLeftHalf {
	background-color: #FF0;
	margin: 0px;
	padding: 10px;
	float: left;
	width: 405px;
	color: #000;
}

#PricingRightHalf {
	background-color: #6FF;
	margin: 0px 25px 0px 0px;
	float: right;
	width: 405px;
	padding: 10px;
	color: #000;
}
.clearfloat {
	clear: both;
}
/* pricing table styles */
.pricing {
	margin: 0px 20px;
	width: 700px;
}
.pricing td {
	vertical-align: top;
	width: 50%;
	border: 1px solid #000;
}
.pricing td h1 {
	margin: 0px;
}

.pricingleft {
	padding: 10px;
}
.pricingright {
	padding: 10px;
}

.description {
	padding: 0 20px;

}
#content div.description h1 {
	padding: 0 -20px;
}
#footer {
	margin: 0px 0 20px 0;
	color: #dfdfdf;
	border-bottom: thin solid #1c1c1c;
	text-align: center;
	padding: 10px 0;
	font-size: 0.9em;
	border-top: thin solid #1c1c1c;
}
