@charset "utf-8";
/* CSS Document */

	/* -------- Body -------- */

body{
	background-color: #2f2116;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	background-attachment: fixed;
	padding:0px;
	margin:0px;
	text-align:center;
		}
		
		/* -------- Begin Divs -------- */
		
#wrapper{
	width:980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		}
#wrapper2 {
	width: 980px;  /*width of blog - change only if advanced user*/
	height:inherit;
	background-color: #FFFFFF;	/*background color of body of blog*/
	background-image: url(../images/blogpagebackground.gif);/*background image of body of blog*/
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
	float:left;
	}

#wrapper3 {
	width: 980px;  /*width of blog - change only if advanced user*/
	height:100%;
	background-color: #FFFFFF;	/*background color of body of blog*/
	background-image: url(../images/blogpagebackground.gif);/*background image of body of blog*/
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
	float:left;
	}	

#header {
	height: 300px;
	width:900px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	text-align:center;
	padding: 0px;
	padding-left: 40px;
	margin:0px;  /*height of header: logo & top links - see 5 lines below*/
	float:left;
}
#nav {
	height: 60px;
	width:900px;
	padding: 0px;
	padding-left:40px;
	padding-bottom:10px;
	margin:0px;  /*height of header: logo & top links - see 5 lines below*/
	float:left;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav2 {
	height: 40px;
	width:900px;
	padding: 0px;
	padding-left:40px;
	padding-bottom:10px;
	margin:0px;  /*height of header: logo & top links - see 5 lines below*/
	float:left;
}
#content {
	width:900px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	padding-left: 40px;
	margin:0px;
	float:left;
}

#homebulletsleft
{
	color:#333333;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
	word-spacing: 0.1em;
	letter-spacing:1px;
	line-height:1.2em;
	text-align:left;
	width:420px;
	height:auto;
	padding:0px;
	padding-left:10px;
	margin:0px;
	float: left;
}

#homebulletsright
{
	color:#333333;
	font-size:10px;
	font-weight:normal;
	text-decoration: none;
	word-spacing: 0.1em;
	letter-spacing:1px;
	line-height:1.2em;
	text-align:left;
	width:420px;
	height:auto;
	padding:0px;
	margin:0px;
	float: left;
}
#footer {
	height: 40px;
	width:980px;
	padding: 0px;
	padding-top:10px;
	margin:0px;  /*height of header: logo & top links - see 5 lines below*/
	float:left;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

	/* -------- Begin Header Tags -------- */

h1 {
	color:#444;
	padding:6px;
	margin:0px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: center;
}

h2 {
	color:#444;
	padding:6px;
	margin:0px;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

h3 {
	color:#444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

	/* -------- Begin Links -------- */

a img {border: none;}

a:link, a:active, a:visited {
	text-decoration:none;
	font-family: "Times New Roman", Times, serif;
	color:#444;
	font-size:12px; 
	font-weight:bold;
	border:none;
}
a:hover { 
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none; 
	font-size:12px;
	font-weight:bold;
	border:none;
}

a.seo:link, a.seo:active, a.seo:visited { 
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #333333;
	text-decoration: none;
}
a.seo:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #333333;
	text-decoration: none;
}

a.nav:link, a.nav:active, a.nav:visited {
	color:#444;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:15px;
	font-weight:normal;
	text-align: center;
	border:none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	padding:0px;
	padding-top:10px;
}
a.nav:hover {
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:15px;
	font-weight:normal;
	text-align: center;
	border:none;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
}
a.nav2:link, a.nav2:active, a.nav2:visited { 
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
	border:none;
}
a.nav2:hover {
	color:#6699CC;
	font-family: "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:12px;
	font-weight:normal;
	border:none;
	padding:0px;
	padding-top:10px;
}
a.footer:link, a.footer:active, a.footer:visited { 
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
	border:none;
}
a.footer:hover {
	color:#6699CC;
	font-family: "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:11px;
	font-weight:normal;
	border:none;
	padding:0px;
	padding-top:10px;
}

a.website:link, a.website:active, a.website:visited { 
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	text-decoration:none;
	font-size:20px;
	font-weight:normal;
	border:none;
}
a.website:hover {
	color:#6699CC;
	font-family: "Times New Roman", Times, serif;
	text-decoration:underline;
	font-size:20px;
	font-weight:normal;
	border:none;
	padding:0px;
	padding-top:10px;
}

	/* -------- Begin Styles -------- */

.content{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align:left;
	color: #333333;
	text-decoration: none;
}