.orange_bg {
	background-image: url(images/orange_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


h1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	colour: #ed8f00;
	font-size: 16px;
	letter-spacing: 1px;
}

h2 {
	font:Verdana, Arial, Helvetica, sans-serif;
	colour: #242424;
	font-size: 16px;
	letter-spacing: 1px;
}

#twitter_div {
	color: #ffffff;
	font-size: 14px;
	background: #b22f26;
	padding: 7px;
	list-style:none;
	
	}
	
#twitter_div a:hover {
	color: #000000;
	}
	
#twitter_div li{
	list-style: none;
	}
	
#twitter_div ul{
	list-style: none;
	}

#profile_border {
	border: 10px solid #f7f2df;
	}

#tooltip{
	position:absolute;
	border:1px solid #666666;
	background:#333333;
	padding:4px;
	color:#ffffff;
	display:none;
	}	

#whiteborder {
	border: solid 5px #f7f2df;
	}

p {
	line-height: 1.4em;
	margin-bottom: 0.8em;
}

body {
	margin: 0;
	padding: 0;
	background: url(images/bg_paper_wood.jpg);
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	width: 100%;
	
}

a {
	color: #f7f2df;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ed8f00;
	text-decoration: none;
	font-weight: bold;
}

strong {
	color: #ffffff;
}

#copy {
	font-size: 13px;
	color: #ffffff;
	}
	

ul#header_nav {
	
	list-style: none;
	
	
	}
	ul#header_nav li {
		display: inline;
		font-size: 1.3em;
	}
	ul#header_nav li a {
		display: block;
		width: 100px;
		float: right;
		color: #4c3c2d;
		padding: 5px;
		text-align: right;
		font-weight: bold;
		text-decoration: none;
		}
		ul#header_nav li a:hover, ul#nav li a:active {
			background: #1a1a1a;
		}
		
.white_border {
	border: 5px solid #FFFFFF;
}