* {
	margin: 0;
	padding: 0;
}

body {
	text-align:left;
	font-family: 'helvetica', sans-serif;
	background: url(/img/bg.gif) repeat;
}

p {
	color:#b39da1;
	font-size: 30px;
	margin-bottom:0;
}

a, a:link, a:visited { color: #84d3ca; text-decoration: none; }
		a:hover { color: #84d3ca; text-decoration: none; }

	h1 {
			font: bold 70px 'helvetica', sans-serif;
			color: #695f67;
			line-height: 110%;
			letter-spacing: 0px;
			margin: 0 0 15px 0;		
			}

		h1 a, h1 a:link, h1 a:visited { color: #695f67; text-decoration: none; }
		
		h1 i { color: #cb7a6d; }
		
		h1 b { font-size: 70px;
		letter-spacing: 0px; }
		
		h2 {
			font:  bold 20px 'helvetica', sans-serif;
			color: #695f67;
			line-height: 26px;
		   margin-bottom: 10px;
			}
		
		.titles { color: #19888c; }

#tagline {
float:right;
font: normal 19px 'helvetica', sans-serif;
			color: #CCCCCC;
			line-height: 110%;
			letter-spacing: 0px;
			margin: -65px 10px 0 0;		
			}

#wrap {
	width: 800px;
	background:#fff;
	border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px;
	padding: 20px 50px 20px 50px;
	margin: 50px auto;;
	height: 550px;
}

#wrapsmall {
	width: 300px;
	background:#fff;
	padding: 20px 50px 20px 50px;
	margin: 50px auto;;
	height: 300px;
}

#leftsmall {
	float: left;
	margin-top: 20px;
	text-align: left;
	padding: 0;
	width: 300px;
	}

#left {
	float: left;
	margin: 0;
	text-align: left;
	padding: 0;
	width: 375px;
	}

#left p { margin: 0 0 20px 0; }

#right {
	float: right;
	margin: 0;
	text-align: left;
	padding: 0;
	width: 375px;
	}
		


#twitter ul {
font-size: 16px;
color:#695f67;
line-height:20px;
list-style-type: none;
display: inline;
}

.twitter-jeremy{
float:left;
width: 425px;
overflow: hidden;
display: block;

}

.twitter-ryan{
float:right;
width: 425px;
overflow: hidden;
display: block;

}

				
#twitter ul li {
padding-bottom: 16px;
}

#twitter a{
padding-bottom:30px;
}

#footer {
float:left;
color:#CCCCCC;
margin-top:20px;
width:760px;
height:20px;
font-size:12px;
}

#tab {
float:left;
}