/*CSS file for Fancy That and Roundstone entry page*/

*, html {
	padding:0;
	margin:0;
}

body {
	background:#fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 76%;
	margin-top: 10px;
	text-align: center;
}

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

a:hover {
	font-weight: bold;
}

img {
	border: none;
}

p {
	margin-top: 10px;
}

/* wrapper div
===================================================================*/
#wrapper {
	margin: 0 auto;
	width: 780px;
}


/*left
===================================================================*/
#left {
	width: 370px;
	float: left;
}

#left a:hover {
	color: #7c354b;
}




/*right
===================================================================*/
#right {
	width: 370px;
	float: right;
}

#right a:hover {
	color: #515b27;
}