/* @override http://www.macrabbit.com/cssedit/welcome/2.5/welcome.css */

body {
	background: #FFFFFF;
	background-position: 50% 75%;
}

.container {
	padding-top: 50px;
	width: 750px;
	height: 100%;
	text-align: left;
	margin: 0 auto;	
}

.header {
	height: 180px;
}

.header a {
	text-decoration: none;
	color: #00c0ff;
	padding-right: 40px;
}

.header a:hover {
	text-decoration: none;
	color: #3b5998;
	padding-right: 40px;
}

.content {
	height: 100%inherit;
}

.content a {
	text-decoration: none;
	color: #00c0ff;
}

.content a:hover {
	text-decoration: none;
	color: #3b5998;
}

.twitter_update_list li {
	list-style-type: none;
	color: #464646;
}

@font-face {
font-family: 'Century Gothic';
src: url('fonts/century_gothic.eot');
src: local('?'),
url('century_gothic.woff') format('woff'),
url('fonts/century_gothic.ttf') format('truetype');
}


h1 {
	font-size: 20px;
	font-weight: lighter;
	color: #464646;
	font-family: 'Century Gothic';
	

}

h2 {
	font-weight: lighter;
	color: #464646;
	font-family:  'Century Gothic';
	font-size: 16px;
	text-align: justify;
}

h3 {
	font-weight: lighter;
	color: #464646;
	font-family:  'Century Gothic';
	font-size: 14px;
	text-align: justify;
}

h4 {
	font-weight: lighter;
	color: #898989;
	font-family:  'Century Gothic';
	font-size: 8px;
	text-align: right;
}

h5 {
	font-family:  'Andes';
	font-size: 14px;
}


