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

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

img {
border-style: none;
} 


body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-size: 100%;
	background-color: #000000;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin: 0;
} 

#container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1000px;
	overflow: hidden;
} 

#topleft{
	height: 90px;
	width: 95px;
	float: left;
	overflow: hidden;
}


#ticker{
	width: 770px;
	height: 90px;
	color: #CCC;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}

#social {
	height: 90px;
	float: left;
	overflow: hidden;
	width: 125px;
}

#retweet {
	float: left;
	overflow: hidden;
	height: 62px;
	width: 50px;
	margin-top: 10px;
	margin-left: 5px;
}

#facebook {
	float: left;
	overflow: hidden;
	margin-top: 10px;
	height: 62px;
	width: 60px;
	margin-left: 5px;
}

#leftcontainer{
	height: 410px;
	width: 95px;
	float: left;
	clear: both;
}

#comments{
	border: thin solid #333;
	height: 42px;
	width: 95px;
	margin-top: 10px;
	float: left;
}

#ebook{
	border: thin solid #333;
	height: 240px;
	width: 95px;
	margin-top: 10px;
	float: left;
	clear: both;
}

/*#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV
	color: #FFF;
}

.someclass{ //class to apply to your scroller(s) if desired
}
*/

#main {
	height: 400px;
	width: 770px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	background-image: url(../img/arthurbackground.jpg);
	background-repeat: no-repeat;
}

.screensethide {
	width: 750px;
	height: 380px;
	overflow: hidden;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: thin solid #333;
	margin-top: 8px;
	margin-left: 8px;
}
.screensetshow {
	width: 750px;
	height: 380px;
	overflow: auto;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: thin solid #333;
	margin-top: 8px;
	margin-left: 8px;
}
.screenset2 {
	width: 750px;
	height: 380px;
	overflow: hidden;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 8px;
	margin-left: 8px;
}

.screenset9 {
	width: 750px;
	height: 380px;
	overflow: auto;
	background-color: #FFFFFF;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: thin solid #333;
	margin-top: 8px;
	margin-left: 8px;
}


#adcontainerright {
	height: 405px;
	float: left;
	overflow: hidden;
	width: 127px;
}


#bottomleft{
	height: 90px;
	width: 95px;
	float: left;
	clear: both;
	overflow: hidden;
}



#navbar {
	height: 50px;
	float: left;
	overflow: hidden;
	width: 770px;
}


#navbtn1L {
	height: 50px;
	width: 154px;
	float: left;
}
#navbtn2L {
	height: 50px;
	width: 154px;
	left: 154px;
	float: left;
}
#navbtn3C {
	height: 50px;
	width: 154px;
	left: 308px;
	float: left;
}
#navbtn4R {
	height: 50px;
	width: 154px;
	left: 462px;
	float: left;
}
#navbtn5R {
	height: 50px;
	width: 154px;
	left: 616px;
	float: left;
}

#homebtn {
	height: 25px;
	width: 25px;
	float: left;
}


#footer {
	float: left;
	width: 770px;
	overflow: hidden;
}



#footertext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	text-align: center;
	line-height: 30px;
}


#adtext {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 10px;
	text-align: center;
	height: 90px;
	width: 125px;
	float: left;
	margin-top: -50px;
}

/*.adclass {
	height: 60px;
	width: 120px;
	border: thin solid #333;
	float: left;
	margin-left: 5px;
	margin-top: 5px;	
}*/

.adclassright {
	height: 60px;
	width: 120px;
	border: thin solid #333;
	float: left;
	margin-top: 3px;
	margin-left: 2px;
}

