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

html, body {
    background-color: #000000;
    margin: 0;
    padding: 0;
}

#contain {
     width: 950px;
	 height: 713px;
	 margin: 0px auto;
	 background-image: url(../img/splashbg.jpg);
	 background-repeat: no-repeat;
}

#splash {
    width: 600px;
	height: 400px;
	padding-top: 152px;
	margin-left: 166px;
}  

#enter {
    width: 600px;
	height: 150px;
	text-align: center;
	margin: 0px auto;
	padding-top: 20px;
}

#contain_inside {
    width: 950px;
	height:  auto;
	min-height: 800px;
	background-image: url(../img/main_bg.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
}

#top {
    width: 700px;
	height: 52px;
}

#content {
	width: 742px;
	height: auto;
	min-height: 300px;
	margin: 0px auto;
	background-image: url(../img/content_bg.png);
	background-repeat: no-repeat;
	padding-bottom: 25px;
}

#guts {
     margin-left: 45px;
	 padding-top: 25px;
	 width: 670px;
	 padding-bottom: 25px;
}

img.h1_img {
	margin-top: 15px;
}

#guts p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 15px;
}

#guts p a {
    color: #8a1010;
	font-weight: 600;
	text-decoration: none;
}

#guts p a:hover {
    text-decoration: underline;
}

#guts ul li {
    color: #8a1010;
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: 500;
	list-style: square;
}

object.polaroiod {
	margin-bottom: 400px;
}




#menubar ul {
     margin: 0; 
     padding: 0px 0px 100px 520px; 
     list-style: none; 
     height: 36px;
}

#menubar ul li {
     float: left;
}

#menubar ul li a {
     display: block; 
	 float: left; 
	 height: 36px; 
	 line-height: 52px; 
	 color: #8a1010; 
	 text-decoration: none; 
	 font: 12pt Arial, Helvetica, sans-serif; 
	 text-align: center; 
	 padding: 13px 15px 0 15px; 
	
	 cursor: pointer;
}

#menubar ul li a:hover {
     color: #8a1010;
}

#menubar ul li.current a:hover {
     color: #8a1010;
}

#menubar ul li.current a {
     color:#8a1010; 
	 background-color: #fdefd4;
	 background-repeat: repeat-x;
}

#twitter_update_list a{
         color: #666666;
	font-weight: 600;
	text-decoration: none;
}

#twitter-link {
              color: #000000;
			  background-color: 8a1010;
			  margin-left: 40px;
	font-weight: 800;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;

}

#twitter_div  {
     padding-bottom: 10px;
}

iframe {
     margin-top: 15px;
}