@charset "UTF-8";
/* CSS Document */

body {
	font-family:Trebuchet MS, Lucida Grande, Lucida, Vernada, sans-serif;
	background: #111111;
	background-image:url(images/background2.png);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#eeeeee;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Savoye LET;
}
h1 {
	font-size: 36pt;
}
.oneColElsCtr #photo {
	margin: 0px auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
}
.oneColElsCtr #heading {
	font-family:Savoye LET !important;
	font-size:28px;
	margin: 0px auto;
	color:#111111;
}
.oneColElsCtr #welcomeheading {
	padding-top:5px;
	margin-top:40px;
	font: 40pt Savoye LET, "Lucida Grande", Lucida, Vernada, sans-serif;
	color: #672b60;
	text-decoration: none;
}
 
.oneColElsCtr #welcomeheading {
		text-align: center;
}
 
.oneColElsCtr #welcomeheading a:hover {
	color: #aaa;
}
 
.oneColElsCtr #darkword {
	color:#444444;
	font-size:150%;
}
 
.oneColElsCtr #welcomeheading a:hover #darkword {
	color: #fff;
}
.oneColElsCtr #container {
	background-color:#F8F3D0;	
	width: 46em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColElsCtr #round { 
	width:260px; 
	margin:20px auto; 
	padding:14px 20px;
	text-align:center; 
	background-color:#5eba2b; 
}

.oneColElsCtr #round .sb-inner {
	background-color:#5eba2b;
	background-image:url(images/innerBkg.png);
	background-repeat:repeat;h
	
}

.oneColElsCtr #round2 { 
	width:260px; 
	margin:20px auto; 
	padding:14px 20px;
	text-align:center; 
	background-color:#5eba2b; 
}

.oneColElsCtr #round2 .sb-inner {
	background-color:#5eba2b;
	background-image:url(images/innerBkg.png);
	background-repeat:repeat;
}

.oneColElsCtr #inner { 
	color:#111111;
	background-color:#5eba2b;
	background-image:url(images/innerBkg.png);
	background-repeat:repeat;

}
.oneColElsCtr #mainContent {
	width:100%;
	margin: 20px 0px;/* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*border: 2px dashed #000000;*/
	text-align: left;
}
.oneColElsCtr #shadow {
	padding:7px;
	margin: 10px;
}
.oneColElsCtrHdr #shadow .sb-inner {
	background:#EEEEEE;
}
.oneColElsCtrHdr #shadow .sb-shadow {
	background:#222222;
}

.oneColElsCtr #photoContent {
	width:56em;
	margin: 20px auto;
	text-align: center;
}
.oneColElsCtr #guestbook {
	text-align:center;
	border: 2px dashed #000000;
	margin: 20px 0px;
}
.oneColElsCtr #regImg {
	font-family:"Trebuchet MS";
	color:#111111;
	padding:10px;
	background-color:#eeeeee;
	border:solid 4px;
	border-top-color:#dddddd;
	border-left-color:#dddddd;
	border-bottom-color:#ffffff;
	border-right-color:#ffffff;
}
.oneColElsCtr #regTxt {
	font-family:"Trebuchet MS";
	color:#111111;
	padding:20px;
}

.oneColElsCtr #regHeading {
	font-family:Savoye LET; 
	font-size:38px;
	color:#111111;
}
.oneColElsCtr #mainContent .h1 {
	font-family:Savoye LET;
	font-size:28px;
}

.oneColElsCtr #mainContent .dashes {
	border-top: 2px dashed #000;
	margin-top: 0px;
}
.oneColElsCtr #copyright {
	color:#444;
	font-size:13px;
	font-family:Lucida Grande;
	padding-bottom:15px;
	margin-bottom: 25px;

}
a:link 
{
	color: #888888;
	text-decoration: none;
}
a:visited 
{
	text-decoration: none;
	color: #60605e;
}
a:hover 
{
	text-decoration: none;
	color: #00AA00;
}
a:active 
{
	text-decoration: none;
}
