/* Valentine Builder CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:center top;
}

.clear {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 850px;
}

#logo {
	text-align:center;
}

.copy {
	text-align:center;
	font-size:16px;
	color:#999999;
}

.copy a {
	color:#0000FF;
	text-decoration:underline;
}

.copy a:hover {
	color:#0000FF;
	text-decoration:none;
}

.byline {
	background-image:url(../images/byline_bar.gif);
	background-repeat:no-repeat;
	width:800px;
	height:38px;
	margin-left:25px;
	padding:12px 0 0 10px;
}

.padrt {
	padding-right:45px;
}