/* @override http://static.typemedia.org/css/style.css */

html {
	height: 100%;
/*	background-image: url('http://typeactivatorstatic.typemytype.com/css/background.png');*/
/*	background-repeat: repeat-x;*/
	background-color: #151515;
}

body {
		
	
	margin: 0px;
	padding: 0px;
	font-family:Trebuchet MS;
	font-size: 10.5pt;
	text-align: left;
	line-height: 14pt;
	min-height:101%;
	color:#323232;
}

a {
	border :0px;
	color: #41333A;
	text-decoration: none;
	border-bottom-color: #41333A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

a:hover{
	border-bottom-color: red;
	color: red;
}

#wrap {
	padding-left: 10px;
	padding-right: 10px;
	width:970px;
	text-align:left;
}

#header {
height:200px;
background-image: url('http://typeactivatorstatic.typemytype.com/css/typecastHeader.png');
background-repeat:no-repeat;
background-position:left center;
}

#leftside {
	float: left;
	margin-left: -800px;
	width: 150px;


}

#rightside {
	float: right;
	width: 10px;

}

#content {
	background:#f3f3f3;
	float: left;
	width: 610px;
	margin-left: 170px;
	min-height: 500px;
	padding: 10px;
	margin-bottom: 20px;
}

#foot{
	color: gray;
	text-align: center;
	margin-bottom: 50px;
	font-size: 70%;
	clear:both;
}

div.menu{
	background:#f3f3f3;
	padding: 10px;
	margin-bottom: 20px;
}

div.menu ul {
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	list-style: none;
}

div.menu li {
	padding-bottom: 3px;
	padding-top: 3px;
	margin: 0px;
}
