/* CSS Document */
/* WEBSITE DESIGNED BY RG DESIGN RGRAUPHICS.COM */

html, body {
	background-color:#d2dfe0;
	font: Verdana;
	font-size:14px;
	color:#000000;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
img {
	border: none;
}
a:link {
	color:#00a9f0;
	text-decoration:none;
}
a:hover {
	color:#026995;
	text-decoration:underline;
}
a:visited {
	color:#892122;
	text-decoration:none;	
}

/* HEADER CONTENT */

div.container {
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	margin:0px;
	border:0px solid gray;
}


div.htagcontainer {
	background-image:url(images/header.png);
	position: inherit;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	width: 1000px;
	height:190px;
	margin: 0px 0px 0px 0px;
	border:0px solid gray;

} 
.headertag {
	position: absolute;
	padding: 120px 0px 0px 150px;
	word-spacing: 0em;
	text-align:left;
	font-size:14px;
	font-style:italic;
	color: #333;
	font-weight:bold;
}

.headercontact {
	position: absolute;
	padding: 75px 0px 0px 722px;
	font-size: 20px;
	font-style: normal;
	color: #333;
	text-align:right;
}

/* BODY CONTENT */

h1 {
font-size:14px;
display:inline;
}

div.bodycontainer {
	background-image:url(images/midline.png);
	background-position:center;
	width: 1000px;
}

div.blog {
	position: relative;
	padding: 10px 0px 20px 55px;
	width:400px;
}

div.social {
	position: absolute;
	margin: -100px 0px 0px 440px;
}

div.fb	{
	postion: absolute;
	margin: -100px 0px 0px 725px;
	}

.bodycontent {
	text-align:left;
	padding: 10px 45px 5px 45px;
}

div.bodytextcontainer {
	position: inherit;
	left: 550px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	border:0px solid gray;
	width: 1000px;
	text-align:left;
}

div.bodytext {
	position:relitive;
	font-size:14px;
	padding: 5px 5px 5px 55px;
	width: 900px;
}

.contactcontent {
	text-align:left;
	padding: 10px 45px 5px 45px;
}
#contacttext {
	position:absolute;
	font-size:14px;
	padding: 0px 0px 0px 55px;
	width: 950px;
}

div.bodyend {
	background-image:url(images/footer.png);
	background-position:center;
	width: 1000px;
	height: 74px;
}

/* FOOTER CONTENT */

#footer {
	color:#333333;
	font-size:12px;
	padding: 5px 5px 5px 5px;
}
#footer a {
	color:#333333;
}
#footer a:hover {
	color:#61a6c2;
	text-decoration:underline;
}
#footer a:visited {
	color:#054f89;
}