body {
	background: #444;
	color: #2D2D2D;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

img {
	border: 0px;
}

ol li {
	margin-bottom: 10px;
}

a:link { 
	color: #FDBDD2;
	font-weight: bold;
	text-decoration: none;
}
	
a:visited { 
	color: #FDBDD2;
	font-weight: bold;
	text-decoration: none;	
}
	
a:hover, a:active { 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

#header {
	height:272px;
	display:block;
	width:570px;
	margin-right:0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	overflow:hidden;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 780px;
	position:relative;
}

#copyright {
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	margin-bottom: 10px;
	padding-right: 15px;
	text-align: center;	
}

.photoleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 7px;
	padding:5px;
	border: 1px solid #ca738f;	
}

.photoright {
	float: right;
	margin-left: 10px;
	margin-bottom: 7px;
	padding:5px;
	border: 1px solid #ca738f;	
}

.thumbnail, .photoleft img, .photoright img {
	border: 1px solid #df8fa9;
}

.photocentre {
   	border: 1px solid #df8fa9;
	display: block;
    margin-left: auto;
    margin-right: auto 
}

#left {
	float: left;
	padding-top: 20px;
	width: 210px;
}

#menu {
	background: url(images/menu-bg.gif) no-repeat;
	clear: both;
	display: block;
	height: 767px;
	padding-top: 10px;
	width: 190px;
}

#menu ul, ol {
	list-style: none;
	margin: 0px;
	margin-left: 4px;
	margin-bottom: 10px;
	margin-top: 8px;
	padding: 0px;
}

#menu ul li {
	background: url(images/list-bg.gif) no-repeat;
	display: block;
	font-size: 10px;
	height: 17px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-top: 1px;
	width: 157px;
}

#menu ol li {
	background: url(images/list-bg3.gif) no-repeat;
	display: block;
	font-size: 10px;
	height: 29px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-left: 25px;
	padding-top: 1px;
	width: 157px;
}

#nav {
	clear: both;
	height: 50px;
	width: 700px;
	position:absolute;
	margin-left:40px;
}

#right {
	float: right;
	width: 560px;
}
.tab {
	background: url(images/tab-heading.gif) no-repeat;
	color: #F2BCCE;
	display: block;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	height: 18px;
	letter-spacing: -1px;
	padding-left: 10px;
	padding-top: 3px;
	margin-bottom: 8px;
	margin-left: 7px;
	width: 166px;
}

.tag {
	color: #F5E6EB;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;	
}

.textboxtop{
	color: #F2BCCE;
	display: block;
	font-size: 19px;
	font-weight: bold;
	height: 33px;
	letter-spacing: -1px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 11px;
	width: 534px;
	text-transform: uppercase;
}
.textboxtop{
	background: url(images/textbox-top.png) no-repeat;
}

.textbox {
	background: #A82851 url(images/textbox-bg.png) no-repeat;
	text-align:justify;
	border-left: 1px solid #DF8FA9;
	border-right: 1px solid #DF8FA9;
	color: #F0C5D2;
	margin-left: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	width: 522px;
	padding-bottom:10px;
}

.textbox h2 {
	font-size:14px;
}

.textbox .comments {
	margin-bottom:150px;
}

.textboxbottom {
	background: url(images/textbox-bottom.png) no-repeat;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	height: 23px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 15px;
	padding-top: 5px;
	text-align: right;
	width: 539px;
}

.quotebox {
	text-align:center;
	background: url(images/quotebox.png) no-repeat;
	color: #F2BCCE;
	font-size: 16px;
	font-weight: bold;	
	margin-left: 0px;
    margin-right: 0px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 4px;
	width: 524px;
	padding-bottom:10px;
	text-decoration:none;
}

.quotebox a, .quotebox a:active, .quotebox a:link, .quotebox a:hover, .quotebox a:visited {
	text-decoration:none;
}

.quotetext {
	text-align:justify;
}

.quotertext {
	color:#FFFFFF;
	text-align:right;
	padding-bottom: 15px;
}

.lastnav{
	border-right: 0px none #c0617f !important;
}
.lastitem{
	background:url(images/list-bg-2.gif) !important;
}
.lastitem2{
	background:url(images/list-bg-4.gif) !important;
}
#footer{
	color:#FDBDD2;
	text-align: justify;
	width: 780px;
}

/* Code */

.codetext{
	padding-left: 30px;
	padding-right: 30px;
	font-family:"Courier New", Courier, monospace;
}


/* Tables */

.halfwidth{
	width: 100%;
	text-align:center
}

table.thankstable{
	width: 60%;
}

table.formtable{
	width: 100%;
}

table.contacttable{
	width: 100%;
	text-align:left;
}

table.eventtable {
	text-align:left;
	border: 0;
}

table.quotetable{
	border: 0;
	padding: 2px;
}

.col-left {
	float: left;
	width: 50%;
}

.col-right { 
	float: right;
	width: 50%;
}

/* Forms */

form {
	margin: 0;
	padding: 0;
}

.formerror {
	color: #F7EEAD;
}

table.center {
	width: 70%; 
	margin-left: 15%; 
	margin-right: 15%;
}

.formobject {
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #FDBDD2; 
	border: 1px solid #CA738f;
	background-color: #A82851;
	padding: 1px;
}

.formlabel { 
	color: #FDBDD2; 
	}
	
.formbutton { 
	color: #FDBDD2; 
	border: 1px solid #CA738f; 
	background-color: #A82851; 
	font-weight: bold; 
}

.formbutton:hover {
	color: #FFFFFF;
}
