/*body,td,th {
	font-family: Lucida Console, Monaco, monospace;
	font-size: 12px;
	color: #FFF;
}*/
body {
	background-color:#ccc;
	background-image:url('../images/bg2.gif');
}
a{
	color:#00C;
	text-decoration:underline;
}
a:hover{
	text-decoration:underline;	
}
#wrapper {
	background-color:#f5f5f3;
	font-family: Lucida Console, Monaco, monospace;
/*	font-family: Tahoma, Geneva, sans-serif;*/
	font-size: 12px;
	color: #585858;
	position: relative;
	width: 850px;
	margin: 0px auto;
	padding:0px 0px 0px 0px;
	border:1px solid #999;
	height:auto;
}
#header {
	border-bottom: 1px solid #ccc;
	width:100%;
	height:105px;
	margin:0px auto;
}
/*#logo {
	float:right;	
	padding:4px 4px 4px 4px;
	font-size:30px;
}
#badge {
	position:absolute;width:192px; float:left; padding:4px 4px 4px 4px;	
}*/
#logo {
	font-size:30px;	padding-top:4px;
}
#badge {
		position:absolute;width:192px;margin-left:120px;margin-top:46px; padding:4px 4px 4px 4px;	
}
#tagline {
	position:absolute;margin-left:400px;margin-top:20px;font-style:italic;width:440px;font-size:16px;
}
#mid {
	/*height:494px;*/
}
#links {
	width:850px;
	height:30px;
	padding:15px 0px 0px 20px;
	/*background-color:#999;
	color:#fff;
	border-right:1px solid #999;*/
}
.link{
	height:25px;
	width:120px;
	padding:10px 0px 0px 8px;
	text-align:center;
	display:inline;
	float:left;
	/*background-color:#999;
	border-bottom:1px solid #fff;*/	
}
.link a {
	text-decoration:none;
	/*color:#fff;*/
}
.link a:hover {
	text-decoration:underline;	
}

.selected{
	color:#585858;
	/*background-color:#CFDEFD;
	border-bottom:1px solid #999;*/
}
.selected a {
	color:#585858;	
}
.selected a:hover {
	text-decoration:none;
}
#content {
	/*margin-left:200px;*/
	width:825px;
	/*height:492px;*/
	padding: 16px 8px 8px 32px;
	overflow:auto;
}

#footer {
	text-align: center;
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:42px;
	padding:8px 0px 8px 0px;
	border-top:1px solid #999;
}

/*#footer a{
	text-decoration:underline;
	color:#999;
}
#footer a:hover{
	text-decoration:underline;	
}*/

.clear{
	clear:both;
}
/*
#splash {
	position:relative;
	width:512px;
	height:512px;
	background-image: url(../images/iBridalGown-512x512.jpg);
	background-repeat: no-repeat;
	margin:0px auto;
}
#credit {
	position: absolute;
	top: 495px;
	text-align: center;
	width:512px;
}
#splash #text {
	width: 240px;
	border: 1px solid #ccc;
}
#splash #text p {
	padding: 8px;
}*/
