/*Positional Placements*/
*{
	margin: 0;
	padding: 0;
}
body
	{
	background-image: url(images/banner2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	width: 909px;
	background-color: #ffccff;
	position: relative;
	left: 50%;
	margin-left: -454px;
	font-family: Arial, Helvetica, sans-serif;
	}
#countdown
	{
	font-family: "Times New Roman", Times, serif ;
	font-size: 56px;
	text-align: center;
	position: relative;
	top: 35px;
	margin-top: 55px;
	margin-left: -10px;
	}
#leftdate,#rightdate
	{
	color: #9c73fd;
	}
#container
	{
	margin-top: 150px;
	}
#nav_left
	{
	width: 200px;
	margin-left: 35px;
	float: left;
	}
#nav_right
	{
	width: 200px;
	margin-left: 675px;
	}
#nav_left img, #nav_right img
	{
	margin-bottom: 10px;
	}
#main, #dateless, #giftlist
	{
	width: 400px;
	margin-left: 20px;
	float: left;
	text-align: center;
	}
#main
	{
	margin-top: -100px;
	}
#dateless
	{
	margin-top: -40px;
	}
#giftlist
	{
	margin-top: -75px;
	}
/*Styling*/
a	{
	color: #f0f;
	}
a:hover
	{
	color: #0ff;
	}
a img
	{
	border: none;
	}
#footnote
	{
	text-align: center;
	font-size: 10px;
	}
h2, h3, h4, h5, h6
	{
	font-family: "Monotype Corsiva", "Times New Roman", Times ;
	text-decoration: underline;
	margin-bottom: 0px;
	}	
h1
	{
	font-family: "Monotype Corsiva", "Times New Roman", Times ;
	font-size: 46px;
	margin-left: -20px;
	}
.large
	{
	font-size: 18px;
	}
.small, li
	{
	font-size: 14px;
	}
.smaller
	{
	font-size: 10px;
	}
ul
	{
	text-align: left;
	margin-left: 35px;
	margin-bottom: 8px;
	list-style-image: url(images/bullet.gif);
	}
.postcode
	{
	font-weight: bold;
	text-decoration: underline;
	font-style: italic;
	font-size: smaller;
	color: #f0f;
	}
table
	{width: 380px;
	border: 2px solid #9c73fd;
	margin-bottom: 5px;
	}
th  {text-align:center;
	vertical-align:middle;
	font-size:12px;
	font-weight: normal;
	}
td	{text-align:left;
	vertical-align:middle;
	font-size:12px;
	}
.gift-title
	{font-size:18px;
	font-weight:bold;
	}
.price
	{text-align:center;
	color: #f0f;
	font-size:24px;
	font-weight:bold;
	}
/*Scrolling Sections*/	
.soton-scrolling, .brighton-scrolling, .ceremony-scrolling, .gallery-scrolling
	{
	overflow: auto;
	height: 305px;
	text-align: left;
	}
.gift-scrolling	
	{
	overflow: auto;
	height: 437px;
	text-align: center;
	}
p   {
	margin-bottom: 15px;
	}
.gallery
	{
	margin-bottom: 5px;
	}
.gallery img
	{
	border: 2px solid #9c73fd;
	}	
#pages
	{
	font-weight:bold;
	color: #9c73fd;
	}
/*Text Alignment*/
.rsvpf
	{ text-align:left;
	font-size:12px;
	}
.right
	{
	text-align: right;
	float: right;
	}
sub
	{
	font-variant: small-caps;
	}
.imgfloat
	{
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	}
.hotelfloat
	{
	float: right;
	margin-right: 5px;
	margin-top: 0px;
	}