@charset "utf-8";
/* CSS Document */

*{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: #414141;
	list-style: none;
}

body{/*margin-bottom: 40px;*/ min-width: 1000px; max-width: 1200px;}

a{text-decoration: none;}
a img{border: 0px;}



#top{
	overflow: hidden;
	height: 50px;
	display: block;
	width: 1000px;
	margin: 0 auto;
}

h1, #mytwitter{	margin-bottom: 15px;}

h1{
	float: left;
	margin-left: 15px;

}

#mytwitter{
	float: right;
	width: 500px;
	margin-top: 10px;
	margin-right: 15px;
	display: none;
}

#contact{
}

	#contact small{
		font-size: 10px;
	}
	
	#contact strong a, #details ul li.contact strong a{
		background: #6abd45;
		color: white;
		font-weight: bold;
	}
	
	#contact strong a:hover, #details ul li.contact strong a:hover{
		background: white;
		color: #6abd45;
		text-decoration: none;
	}



div.middle{width: 100%; line-height: 0px; height: 110px}
div.middle h2{font-size: 40px; text-align: center; letter-spacing: -1px; clear: both; margin: 50px 0 0; font-weight: normal;}
div.middle strong{display: inline; text-align: center; font-size: 70px; color: #6abd45; font-family: 'Yesteryear', cursive; font-weight: normal;}

#footer{ overflow: hidden; width: 100%;}
#contact{width: 500px; margin: 15px; clear: left;}
	#contact small{margin-top: 5px; display: block;}
	#contact small, #contact small a{font-size: 12px;}
	#contact small a{text-decoration: underline; font-weight: bold;}
	#contact small a:hover{text-decoration: none;}


