/* @override http://joshuafreeman.com/style.css */

*{
	padding: 0px;
	margin: 0px;
}

body, html{
	width: 100%;
}

body{
	background: #FFEA3F url(/images/bg.png) repeat-y;
	font-family: arial, helvetica;
	line-height: 14px;
	position: relative;
}

#logo{
	width: 250px;
	height: 310px;
	background: transparent url(/images/logo.png) no-repeat top left;
	position: relative;
	top: 30px;
	float: left;
}

.address{
	position: absolute;
	top: 120px;
	background: #fff;
	font-size: 12px;
	height: 93px;
	width: 100%;
	z-index: -1;
	
}

#details{
	padding-top: 20px;
	padding-bottom: 30px;
	position: fixed;
	right: 30px;
	top:120px;
}

#phone_details{
	width: 200px;
	float: left;
	
}

#address_details{
	width: 120px;
	float: left;
	
}

a{
	color: #000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}