/* CSS Document */

* {
	margin:0;
	padding:0;
}
html, body {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	
}


#tags{
	font-size:23px;
	font-weight:bold;
	color:#3B3E43;
	letter-spacing:-1px;
	margin-top:35px;
	position:relative;
	left:-200px;
}

#tags a{
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

#tags a:hover{
	background:#FFCC00;
	color:#fff;
}

.bold{
	color:#3B3E43;
	font-weight:bold;
}

.plain{
	color:#7D8187;
	font-weight:normal;
}

.email{
	color:#7D8187;
	font-weight:normal;
	font-size:18px;
}

.inner{
	width:900px;
	background:#31363E;
	border-bottom:#3B3E43 solid 20px;
}

	.inner h1 {
		/* Size of the image*/ padding-top: 72px; width: 256px; 
		margin-left:50px;
		margin-top:40px;
		/* The image*/ background:url(../images/logo.gif) no-repeat; 
		/* Hide the text*/ overflow: hidden; 
		/* WIN IE5 hack */ height: 10px; voice-family: "\"}\""; voice-family:inherit; height: 0;
		color:#31363E;
	}

.outer{
	background:#404751;
	border-bottom:#494C53 solid 20px;
}

