@charset "utf-8";
/* CSS Document */

body {	
	background-color: #3C4A4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCC;	
}
img{
	border-style:none;
	
}
img, div { behavior: url(js/iepngfix.htc) }
#main {
	background-color: #3C4A4B;
	height: 850px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	float:right;
	height: 78px;
	width: 589px;
	background-image: url(../images/Bridal-Boutique.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#logo h1{
	text-indent:-1000px;
	
}
#nav {
	font-size: 13px;
	clear:both;
	height: 40px;	
	text-align: center;	
	display: block;
}
#nav ul{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 	
}
#nav li{
	margin-right:12px;
	display:inline;
	
}
#nav li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;	
	
}
#nav li a:hover{
	text-decoration:underline;
}
#content {
	
	font-weight:normal;
	font-size: 13px;
	position:relative;
	
	width: 880px;
	padding:10px;
	margin-bottom:10px;
	overflow:hidden;
	
}

#content a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #06F;
	text-decoration: none;
}

#content a:hover{
	text-decoration:underline;		
}

#contentin {
	position:relative;
	height: 600px;
	width: 900px;
	background-image: url(../images/bride.png);
	background-repeat: no-repeat;
}
#footer {
	margin-top:20px;
	text-align: center;
	height: 82px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
#tp {
	position:relative;
	float:left;
	background-image: url(../images/tp.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	height: 45px;
	width: 200px;
	overflow:hidden;
}
#tp #num{
	position:absolute;
	left: 54px;
	top: 13px;	

	
}
#homecontent {
	height: 200px;
	width: 302px;
	position: absolute;
	left: 492px;
	top: 138px;
	text-align: center;
}

#homecontent h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bolder;	
}
#getflash {
	padding:10px;
	width: 675px;
	height: 30px;
	border: 1px solid #C00;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#getflash a{
	color:#CCC;
}

