body{
	padding-left: 50%;
}

strong{
	color: #ff9900;
}
#rounders{
}
#container{
	width: 800px;
	margin-left: -400px;
	background-color: #ededed;
	
	border-style: solid;
	border-width: 2px;
	border-color: #e0e0e0;
}

#header{
	width: 800px;
	height: 104px;
}

#footer{
	width: 800px;
	background-color: #e0e0e0;
	border-top-color: black;
	border-top-width: 2px;
	border-top-style: solid;
	
	font-family: "Century Gothic", "Verdana", sans-serif;
	font-size: 8pt;
	text-align: center;
}

#title{
	background-image: url("title.gif");
	width: 285px;
	height: 38px;

	position: relative;
		top: -53px;
		left: 43px;
	margin-bottom: 15px;
}

.page_title{
	margin: 0px;
	padding: 0px;

}

#nav{
	font-family: "Century Gothic", "Verdana", sans-serif;
	font-size: 15pt;
	position: relative;
	left: 50px;
	width: 625px;
}

#nav a.cur{
	color: #53b63c;	
}

#nav a{
	text-decoration: none;
	color: black;
	padding-right: 5px;
	position: relative;
	top: -75px;
}
#nav a:hover{
	color: #ff9900;
}

#nav img{
	position: relative;
	top: -55px;
	z-index: 1;
}

#text_container{
	position: relative;
	top: -75px;

	font-family: verdana;
	font-size: small;

	background-color: white;
	border-style: solid;
	border-width: 2px;

	width: 675px;
	padding: 5px 10px 5px 10px;
	margin-left: 50px;
	margin-bottom: 15px;
}

h1{
	color: #3388cc;
	font-family: "Century Gothic", "Verdana", sans-serif;
	font-weight: normal;
}
h2{
	color: #ff9900;
	font-family: "Century Gothic", "Verdana", sans-serif;
	font-weight: normal;
}

a:hover span{
	background-color: #ffbb00;
}
span{
	padding: 2px;
	margin: 5px;
}

.left{
	float: left;
	margin-right: 15px;
}

.right{
	float: right;
}

a{
	text-decoration: none;
	color: #53b63c;
}

a:hover{
	text-decoration: underline;
	color: #ff9900;
}

.gallery{
	height: 165px;
	margin: 5px;
	padding-left: 5px;
	background-color: #ededed;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 2px;
}
.gal_page{
	text-align: center;
	padding: 25px;
}

.gal_page td{
	background-color: #ededed;
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 2px;

	text-align: center;
	font-size: 8pt;
	width: 160px;
}
.gal_page a{
	color: #3388cc;
	text-decoration: none;
}
.gal_page a:hover{
	color: #ff9900;
}
#small{
	color: #ff9900;
	font-size: 8pt;
}
a.question{
	padding-left: 15px;
	color: #3388cc;
	
}
a.question:hover{
	color: #ff9900;
}
.answer{
	background-color: #ededed; 
	border-color: #e0e0e0; 
	border-style: solid; 
	border-width: 2px; 
	margin: 5px 25px 5px 25px; 
	padding: 10px;
}
.submitter{
	font-size: 8pt;
	font-style: italic;
	margin-left: 400px;
}
p {margin-top:5px;}


/****** blog stuff ******/
.sig{
	font-size: 8pt;
	color: #53b63c;
	padding-left: .25em;
	padding-bottom: .5em;

}

.sig a:hover{color: #3388cc;}

h2.blog_title{
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.comments{
	font-size: 8pt;
	color: #53b63c;
	text-align: right;
	padding-right: 3em;
}
#nav_blog{
	margin-left: 10px;
	padding: 5px;
	padding-top: 10px;
	float: right;
	width: 20%;
	
	background-color:#efefef;
	border-style: solid;
	border-color: #e0e0e0;
	border-width: 0px 0px 2px 2px;
}

#nav_blog ul{
	list-style-type: none;
	margin-left: 1.25em;
	margin-top: .25em;
	padding-left: 0px;
}

#twitter_div{
	font-size: .75em;
}

#twitter_div a{
	font-size: 1em;
}


