/* CSS Document - Think Print Temporary Page - tp.cs */

body {
	margin:0px;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #fff;
}

/* __________Content_________ */


img {
	border:none;
}

p {
	margin: 0px 0px 0px 3px;
}

a {
color:#999;
text-decoration:none;
}

a:hover {
color:#ccc;
}

.tp_gray {
	font-size:10px;
	color:#555;
}

.tp_gray_bold {
	font-size:10px;
	color:#555;
	font-weight:bolder;
}

.tp_phone {
	font-size:44px;
	font-weight:bolder;
}

.tp_email {
	font-size:26.5px;
	font-weight:bolder;
}

/* __________Layout__________ */

div#container {
	width:400px;
	position:absolute;
	left:50%;
	top:100px;
	margin-left:-200px;
}

div#top {
	height:72px;
	width:400px;
/*	background-position:left 150px;
	background-repeat:no-repeat; */
}

div#header {
position:abolsute;
top:172px;
	height:50px;
	width:400px;
	text-align:right;
/*	background-repeat:no-repeat;
	background-position:top right; */
}

div#content {
	position:abolsute;
	width:400px;
	top:222px;
	background-color:#000;
}

div#footer {
	text-align:center;
	background-color:#333;
/*	height:15px;	*/
	width:400px;
}
