/**** Reset ****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body{background-image: url(bg-wstexture.jpg); 
	font-family: 'Cantarell', sans-serif;
	font-size:14px;
	line-height:100px;
	color:#888888;
	text-align: center
}
a:link {
    color: #888888;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:visited {
    color: #888888;
    text-decoration: none;
}
a:hover {

    color: olive;
}
a img {
    border: medium none;
h3{
	font-family: 'Orator Std', sans-serif;
	font-size:17px;
	text-transform:uppercase;
	text-align:center;
}
#container{
	width:977px;
	margin:0px auto;
}
#title-divider{
	height:28px;
	width:940px;
	margin-bottom:20px;
	background:url(images/divider.png) no-repeat 0px 3px;
}

#title-sub-divider{
	height:28px;
	width:430px;
	margin-bottom:20px;
	background:url(images/divider.png) no-repeat 0px 3px;
}

/**** Begin Header***/

#header{
	width:inherit;
	margin-top:316px;
}
#header-logo{
	background:url(pagetwoinfo.png) no-repeat left top;
	height:70px;
	width:200px;
	float:left;
	margin-left:48px;
}
#header-logo h1{
	text-indent:-9999px;
}
#header-tag{
	float:left;
	margin:15px 0px 0px 10px;
	width:375px;
}
#header-tag h2{
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
}
#header-social{
	float:right;
	width:250px;
	margin-right:30px;
}
#header-rss{
	background:url(images/icon-rss.png) no-repeat 0px 3px;
	font: italic 14px/20px Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding: 0px 10px 10px 20px;
	float:right;
}
#header-rss a{
	text-decoration:none;
	color:#535353;
}

#footer { font-family: 'Cantarell', sans-serif;
	font-size:12px;
	line-height:100px;
	color:#888888;
	text-align: center;
	}
