html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3c2a21;
	}

body { 
background: url(../i/bg.jpg); 
}

#container {
	width: 960px;
	min-height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../i/Back.jpg)
}

#header {
	padding: inherit;
	background-image: url(../i/Header.jpg);
	background-repeat: no-repeat;
	height:525px;
}

#blog{
background: url(../i/blog.png) no-repeat;
height:60px;
margin:-45px 0 0 85px;
width:90px;
cursor: pointer;
}
#story{
background: url(../i/story.png) no-repeat;
height:48px;
margin:-17px 0 0 216px;
width:101px;
cursor: pointer;
}
#store{
background: url(../i/store.png) no-repeat;
height:48px;
margin:-25px 0 0 361px;
width:103px;
position:absolute;
cursor: pointer;
}
#media{
background: url(../i/media.png) no-repeat;
height:48px;
margin:-25px 0 0 515px;
width:107px;
position:absolute;
cursor: pointer;
}
#community{
background: url(../i/community.png) no-repeat;
height:50px;
margin:-48px 0 0 659px;
width:110px;
position:absolute;
cursor: pointer;
}
#contacts{
background: url(../i/contacts.png) no-repeat;
height:60px;
margin:-95px 0 0 800px;
width:100px;
position:absolute;
cursor: pointer;
}

#body {
	padding-left: 95px;
	padding-right: 95px;
	padding-top: 0px;
	padding-bottom: 536px; /* Height of the footer */
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 536px; /* Height of the footer */
	background-image: url(../i/Footer.jpg);
	margin-bottom: auto
}

/* other non-essential CSS */

#header p,	#header h1 {
	margin: 0;
	padding: 10px 0 0 10px;
}

#footer p {
	margin: 0;
	padding: 0px;
}

#Sub {
	position: absolute;
	left: 971px;
	top: 2px;
	width: 120px;
}

#content {  }

h2 { font: small-caps 42px Georgia, "Times New Roman", Times, serif; color: #cd3202;}

a { color: #4784be; }

a:hover { text-decoration:none; color: #345f88; }

.float-left { float:left; margin:0 15px 15px 0 }
.float-right { float:right; margin:0 0 15px 15px }

.browse-bar { background: #bc210c; font-variant: small-caps; font-family: Georgia, "Times New Roman", Times, serif;}
.browse-bar ul { list-style:none; margin: 0; padding: 5px; }
.browse-bar li { float: left; font-size: 22px;}
.browse-bar li a { color: #ffffff; display: block; padding: 0 10px ; text-decoration:none }

.browse-bar ul:after { display: block; content:" "; clear: both; }

hr { visibility:hidden; clear:both; }

#join-us { background: #666; height: 100px; width:100px; position:absolute; right:0; top: 50%; display:none; }

