html {
overflow-y: scroll;
}

body {
	margin: 0px auto 0px auto; 
	background-color:#333333;
	background-image: url(background1.png); 
	font-family: 'Verdana', sans-serif;
	color: #FFFFFF;
}

img#background {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    scrolling: no;
    z-index: -1
	}

a:link {
	color: #33ccff;
	text-decoration: none;
	border-style: none;
}

a:visited {
	color: #33ccff;
	text-decoration: none;
	border-style: none;
}

a:hover {
	text-decoration: none;
	color: #999999;
	border-style: none;
}

a:active {
	text-decoration: none;
	color: #999999;
	border-style: none;
}

a img {
	border: none;
}

#links_footer {
height:30px;
text-align:left;
font-size: 9px;
padding-top:0px;
padding-left:4px;
margin-top:0px;
}

a.twitter {
behavior: url("../iepngfix.htc");
display: block;
width: 30px;
height: 30px;
background: url("../im/icon_twitter.png") 0 0 no-repeat;
text-decoration: none;
margin-left: 2px;
margin-right: 2px;
float: left;
top:0px;
}
       
a:hover.twitter {
background-position: -30px 0;
}

a.facebook {
behavior: url("../iepngfix.htc");
display: block;
width: 30px;
height: 30px;
background: url("../im/icon_facebook2.png") 0 0 no-repeat;
text-decoration: none;
margin-left: 2px;
margin-right: 2px;
float: left;
top:0px;
}
       
a:hover.facebook {
background-position: -30px 0;
}

a.flickr {
behavior: url("../iepngfix.htc");
display: block;
width: 30px;
height: 30px;
background: url("../im/icon_flickr.png") 0 0 no-repeat;
text-decoration: none;
margin-left: 2px;
margin-right: 2px;
float: left;
top:0px;
}
       
a:hover.flickr {
background-position: -30px 0;
}

a.blog {
behavior: url("../iepngfix.htc");
display: block;
width: 30px;
height: 30px;
background: url("../im/icon_blog.png") 0 0 no-repeat;
text-decoration: none;
margin-left: 2px;
margin-right: 2px;
float: left;
top:0px;
}
       
a:hover.blog {
background-position: -30px 0;
}

a.email {
behavior: url("../iepngfix.htc");
display: block;
width: 30px;
height: 30px;
background: url("../im/icon_email2.png") 0 0 no-repeat;
text-decoration: none;
margin-left: 2px;
margin-right: 2px;
float: left;
top:0px;
}
       
a:hover.email {
background-position: -30px 0;
}


* {
	margin:0;
	padding:0;
	list-style:none;
}

#container{
	width:700px;
	margin: 0px auto;	
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	float: left;
}

#basic-accordian{
	margin:10px 0px;
	padding-bottom:0px;
}

.accordion_headings{
	cursor: pointer;
	font-family: 'Verdana', sans-serif;
	font-size: 54px;
	color: #ffffff;
	font-weight:bold;
	margin: 0 0 0px 0;
	padding: 2px;
}

.accordion_headings:hover{
text-decoration: none;
color: #999999;
border-style: none;
}

.accordion_child{
	margin:10px 0px;
	padding-left: 6px;
}

.header_highlight{
text-decoration: none;
}

