/*  
Theme Name: Wedding Pink
Version: 1.0
Author: Elissa
Author URI: http://silvercpu.com/
*/
body {
	font-size: 90%; 
	background: #2f292f url(bryanlissy/bodybg.jpg);
	overflow-x: hidden;
	text-align: center;
	font-family: verdana;
	margin: 0 auto;
    	color: #2f292f;
}

a { text-decoration: none; font-style: italic;}
a:link { color: #543b41;} 
a:visited { color: #543b41;} 
a:active { color: #543b41;}
a:hover { color: #675467;}



#wrapper{
  width: 800px;
  position: relative;
  margin: 0px auto;
  align: center;
}


#header{
  width: 800px;
  height: 284px;
  background: url(bryanlissy/header.jpg);
  position: relative;
  margin: 0px auto;
  align: center;
}

#menu {
	position: relative;
        bottom: -200px;
	margin: 0px auto;
	padding: 0px; 
	width: 700px;
        font-family: Georgia, verdana;
        font-style: italic;
	font-size: 12pt;
	text-align: center;
}

#menu a {
	color: #e2d0e2;
}

#menu a:hover{
	color: #675467;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}

#menu ul li { 
	display: inline;
	padding: .2em 8pt;
}


#main{
  width: 800px;
  background: url(bryanlissy/bg.jpg);
  position: relative;
  margin: 0px auto;
  align: center;
  padding: 0;
}

#footer{
  width: 800px;
  height: 103px;
  background: url(bryanlissy/footer.jpg);
  position: relative;
  margin: 0px auto;
  align: center;
}


#content, #main h2{
  width: 660px;
  padding: 0px;
  margin: 0px auto;
  text-align: justify;
  position: relative;
  clear: none;
}

#main h2, #content strong{
        font-family: "brush script std", Georgia, verdana;
	font-size: 23pt;
        font-style: italic;
        font-weight: normal;
}

#content strong{
    font-size: 17pt;
}

img {
  border: 0;
}

.floatleft {
  float: left;
  clear: none;
  position relative;
  margin: 10px 10px 10px 0px;
}

.floatright {
  float: right;
  clear: none;
  position relative;
  margin: 10px 0px 10px 10px;
}

.floatr {
  float: right;
  border: 5px solid #2f292f;
  margin: 10px 0px 10px 10px;
  position: relative;
  clear: none;

}

.floatl {
  float: left;
  border: 5px solid #2f292f;
  margin: 10px 10px 10px 0px;
  position: relative;
  clear: none;

}

input, textarea, submit, select{
  background: #675467;
  border: 1px solid #2f292f;
  color: #e2d0e2;
}

select{
  min-width: 100px;
}

textarea{
  width: 60%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
