html{height: 100%;}

body
{
	font-family: "lucida sans", arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: 0.78em;
	color: #333;
	background-repeat: repeat;
	background-color: #F0F0F0;
	background-image: url(background.jpg);
	background-attachment: fixed;
}

p
{
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
}


h1
{
	font: normal 179% 'century gothic', arial, sans-serif;
	color: #333;
	margin: 0 0 15px 0;
	padding: 15px 0 5px 0;
	text-align: left;
	font-weight: bold;
	font-size: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

h2 {
	color: #39F;
	text-align: left;
	font-size: 18px;
}


h3 {
	color: #333;
	border: 1px solid #39F;
	font-size: 36px;
}
  
h4 {
	text-align: left;
	color: #39F;
	font-size: 24px;
	border: 1px solid #39F;
}


h5 {
	font: normal 179% 'century gothic', arial, sans-serif;
	color: #333;
	margin: 0 0 15px 0;
	padding: 15px 0 5px 0;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
}
h6 {
	font: normal 179% 'century gothic', arial, sans-serif;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 50px;
	padding-left: 250px;
}
h7 {
	font-size: 14px;

}
h8 {
	text-align: left;
	color: #39F;
	font-size: 24px;
}







/* unvisited link */
a:link {
	color: #333;
}

/* visited link */
a:visited {
	color: #333;
}

/* mouse over link */
a:hover {
	color: #39F;
	text-align: right;
}



img
{
	padding: 0px;
	text-align: center;
}



a
{ outline: none;}

ul
{ margin: 2px 0px 18px 16px;
  padding: 0px;}

ul li
{
	list-style-type: square;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

#main, #logo, #menubar, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

#main
{
	padding-bottom: 40px;
	color: #39F;
}

#header
{
}

#logo
{ width: 860px;
  position: relative;
  height: 200px;}
.logo2 {
	position: absolute;
	top: 80px;
	right: -20px;
}

#logo_text  
{
	position: absolute;
	top: 56px;
	left: 0px;
	width: 860px;
	height: 139px;
}
#logo_text h1  {
	color: #000;
	font-weight: bold;
	font-size: 45px;
}

#logo_text h2
{
	font-size: 18px;
	color: #000;
	text-align: left;
	margin-left: 95px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


#menubar
{ width: 870px;
  height: 46px;
  padding-top: 4px;
  padding-left: 4px;} 


ul#menu
{
	float: left;
	margin: 0px;
}

ul#menu li
{ float: left;
  margin: 5px 0 0 0;
  padding: 0 0 0 0px;
  list-style: none;}

ul#menu li a
{
	letter-spacing: 0.1em;
	font-family: sans-serif;
	font-size: 120%;
	display: block;
	float: left;
	height: 20px;
	text-decoration: none;
	padding: 9px 15px 5px 15px;
	text-align: center;
	color: #333;
	border: none;
} 

ul#menu li.selected a
{ height: 20px;
  padding: 7px 15px 4px 15px;}

ul#menu li.selected
{ margin: 7px 0 0 0;}

ul#menu li.selected a, ul#menu li.selected a:hover
{
	color: #39F;
}

ul#menu li a:hover
{
	color: #39F;
}

#site_content
{
	width: 858px;
	margin: 0 auto 0 auto;
	padding: 10px 20px 20px 20px;
	border: 1px solid #39F;
} 



.sidebar
{
	width: 180px;
	padding-left: 42px;
	border: 1px solid #39F;
	padding-top: 10px;
	padding-bottom: 40px;
	float: right;
}


.sidebar ul
{
	width: 178px;
	padding: 4px 0 0 0;
	margin: 4px 0 30px 0;
	text-align: center;
}

.sidebar li
{
	padding: 0 0 7px 0;
}

.sidebar li a, .sidebar li a:hover
{
	padding: 0 0 0 35px;
	display: block;
	font-size: 14px;
	text-align: left;
	background-color: transparent;
	background-image: url(like.png);
	background-repeat: no-repeat;
	background-position: left center;
} 
.sidebar li a.selected
{
	color: #333;
} 
.sidebar h3 a.selected {
	color: #333;
}


#content
{
	width: 613px;
	padding: 0;
	font-size: 18px;
	text-align: left;
	color: #333;
}
.sideimage {
	float: right;
	width: 190px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
}

#content ul
{
	margin: 2px 0 22px 0px;
}

#content ul li
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 4px 25px;
	line-height: 1.5em;
	text-align: left;
}

#footer
{
	width: 916px;
	font-family: 'trebuchet ms', sans-serif;
	font-size: 90%;
	height: 28px;
	padding: 20px 0 5px 0;
	text-align: center;
	background: transparent;
	color: #333;
	text-transform: capitalize;
	letter-spacing: 0.1em;
}

#footer p
{
	padding: 0;
	text-align: center;
	font-size: 16px;
}
